You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to build it on macOS. Those were my steps so far:
autoconf
./configure, which yields:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c
./configure: line 3455: syntax error near unexpected token `0,'
./configure: line 3455: `NE_REQUIRE_VERSIONS(0, 27 28 29 30 31 32)'
How can I fix it?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build it on macOS. Those were my steps so far:
autoconf
./configure
, which yields:checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c ./configure: line 3455: syntax error near unexpected token `0,' ./configure: line 3455: `NE_REQUIRE_VERSIONS(0, 27 28 29 30 31 32)'
How can I fix it?
The text was updated successfully, but these errors were encountered: