Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[make error] sysdep.c:1741:22: error: variably modified 'sigsegv_stack' at file scope #1595

Open
nesteiner opened this issue Aug 6, 2022 · 1 comment

Comments

@nesteiner
Copy link

this is what I get when running make

steiner@nesteiner ~/workspace/remacs (git)-[master] % make          
make -C lib all
make[1]: Entering directory '/home/steiner/workspace/remacs/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/steiner/workspace/remacs/lib'
make -C lib-src all
make[1]: Entering directory '/home/steiner/workspace/remacs/lib-src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/steiner/workspace/remacs/lib-src'
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
make[1]: Entering directory '/home/steiner/workspace/remacs/src'
  CC       sysdep.o
gcc: warning: switch '-Wchkp' is no longer supported
cc1: warning: '-Wabi' won't warn about anything [-Wabi]
cc1: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
sysdep.c:1741:22: error: variably modified 'sigsegv_stack' at file scope
 1741 | static unsigned char sigsegv_stack[SIGSTKSZ];
      |                      ^~~~~~~~~~~~~
make[1]: *** [Makefile:389: sysdep.o] Error 1
make[1]: Leaving directory '/home/steiner/workspace/remacs/src'
make: *** [Makefile:429: src] Error 2
@Karakay-V
Copy link

Hi!
I had the same Error. Did you fix that?
Also, I use archlinux 6.1.45-1-lts x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants