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
./autogen.sh
# shows#configure.ac:37: warning: gl_VISIBILITY is m4_require'd but not m4_defun'd
./configure
# shows# ./configure: line 12938: gl_VISIBILITY: command not found# ./configure: line 12949: test: too many arguments
Do you have a bug, or should I do something differently? (In particular... different than manually copying visibility.m4. If that file is required, then it should be committed, right?)
The text was updated successfully, but these errors were encountered:
Hi,
if I build, then bugs appear (note the comments)
and
make
then fails with:(Note for above: I'm on a linux, so I should not get
__declspec(dllexport)
at all - that's only for windows).To fix, I can do
and then again run
Some questions:
Why is
visibility.m4
in the.gitignore
? refDo you have a bug, or should I do something differently? (In particular... different than manually copying
visibility.m4
. If that file is required, then it should be committed, right?)The text was updated successfully, but these errors were encountered: