MAP <mapollock2@...> writes: > > I am trying to do a clean build of agar 1.4.1 on a new fedora 15 build. > The kernel is 2.6.40.3-0.fc15.x86_64 and gcc version is 4.6.0. > > Make fails with several errors, and the config.log has the following: > > conftest.c: In function ‘main’: > conftest.c:5:9: error: variable ‘d’ set but not used [-Werror=unused-but-set ] > conftest.c:4:8: error: variable ‘f’ set but not used [-Werror=unused-but-set ] > cc1: all warnings being treated as errors > > Make, it you continue, reports the following: > In file included from core.h:12:0, > from variable.c:26: > /home/MAP/Downloads/agar-1.4.1/include/agar/core/types.h:103:16: warning: > useless storage class specifier in empty declaration [enabled by default] > In file included from /home/MAP/Downloads/agar-1.4.1/include/agar/cor > /begin.h:8:0, > from /home/MAP/Downloads/agar-1.4.1/include/agar/core/threads.h:28, > from core.h:20, > from variable.c:26: > > Can you point me in the right direction for fixing this? > > Thanks Mike. > > _______________________________________________ >
I have managed to make progress following Rafael and Julien's thread "Build fail on Archlinux" and have completed the make step. However, I now get to the same error: install -c -m 644 AG_Execute.3 /usr/local/man/man3 install -c -m 644 /usr/local/man/cat3 install: cannot stat `\177': No such file or directory install-manpages.sh failed make[1]: *** [install-man] Error 1 I have tried using make install with "SH=dash", as well as trying to make from other shells. Can you provide a bit more detail on how to clear this error? Thanks Michael Agar mailing list > Agar <at> hypertriton.com > http://libagar.org/lists.html > _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
