This looks like a newline-related problem. Your Subversion client is apparently corrupting the source files. I would suggest you checkout using another Subversion client such as svn from a cygwin shell.
On Sat, May 08, 2010 at 04:31:33AM +0000, Ash wrote: > perl is present, and the message did not appear. I tried creating an empty > file, > and the next error is: > > > creating libtool > /bin/sh: line 5: [: too many arguments > mv libtool ../mk/libtool/libtool > make[2]: Entering directory `/c/agar/agar-1.4.1/trunk/core' > ..../mk/libtool/libtool --mode=compile gcc -mno-cygwin -D_AGAR_INTERNAL > -D_BSD_SO > URCE -I/usr/local/include -I/c/agar/agar-1.4.1/trunk/include > -I/c/agar/agar-1.4. > 1/trunk/include/agar -D_AGAR_CORE_INTERNAL -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 > -o variable.lo -c variable.c > gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/usr/local/include > -I/c/agar/ag > ar-1.4.1/trunk/include -I/c/agar/agar-1.4.1/trunk/include/agar > -D_AGAR_CORE_INTE > RNAL -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -c variable.c -o variable.o > In file included from core.h:78, > from variable.c:26: > c:/agar/agar-1.4.1/trunk/include/agar/core/data_source.h:131:31: warning: > backsl > ash and newline separated by space > c:/agar/agar-1.4.1/trunk/include/agar/core/data_source.h:132:2: '#' is not > follo > wed by a macro parameter > c:/agar/agar-1.4.1/trunk/include/agar/core/data_source.h:132:35: warning: > backsl > ash and newline separated by space > c:/agar/agar-1.4.1/trunk/include/agar/core/data_source.h:133:37: warning: > backsl > ash and newline separated by space > In file included from core.h:81, > from variable.c:26: > c:/agar/agar-1.4.1/trunk/include/agar/core/load_string.h:14:27: warning: > backsla > sh and newline separated by space > c:/agar/agar-1.4.1/trunk/include/agar/core/load_string.h:15:2: '#' is not > follow > ed by a macro parameter > c:/agar/agar-1.4.1/trunk/include/agar/core/load_string.h:15:30: warning: > backsla > sh and newline separated by space > c:/agar/agar-1.4.1/trunk/include/agar/core/load_string.h:22:30: warning: > backsla > sh and newline separated by space > make[2]: *** [variable.lo] Error 1 > make[2]: Leaving directory `/c/agar/agar-1.4.1/trunk/core' > make: failure > make[1]: *** [_lib_shobjs] Error 1 > make[1]: Leaving directory `/c/agar/agar-1.4.1/trunk/core' > make: *** [all-subdir] Error 1 > > a...@aash29 /c/agar/agar-1.4.1/trunk > $ > > _______________________________________________ > Agar mailing list > [email protected] > http://libagar.org/lists.html _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
