| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | Max for linux/slackware |
Hello Michele! Nov 21 18:51 03, Michele Marie Dalene wrote to All: MMD> Seems that my Maximus automated nightly compiles are still failing. MMD> new errors. but same old no good results. This is the FULL report MMD> from MMD> my logs. I am not a C programmer. I am more familiar with COBOL. MMD> Therefore if anyone can tell me exactly whats going wrong with my MMD> Slackware 8.0 system making a cvs compile of maximus I would be very MMD> pleased. Big monster report starts now. wrapped at 70 chars MMD> First heres the nightly script that gets run. MMD> /usr/bin/gcc -fPIC -funsigned-bitfields -Wcast-align -g -Wall -O MMD> -DUN MMD> IX -DLINUX -I. -I/root/max2/maximus/unix/include MMD> -I/root/max2/maximu MMD> s/slib -I/root/max2/maximus/msgapi -I/root/max2/maximus/btree MMD> -I/ro MMD> ot/max2/maximus/max -I/root/max2/maximus/prot MMD> -I/root/max2/maximus/m MMD> ex -DINSTALL_PREFIX=\"/var/max\" -c -o sqastr.o sqastr.c MMD> sqastr.c:40: stray '\' in program MMD> sqastr.c:44: parse error before `if' MMD> sqastr.c:44: stray '\' in program MMD> sqastr.c:45: stray '\' in program MMD> sqastr.c:46: warning: type defaults to `int' in declaration of MMD> `DoAbor MMD> t' MMD> sqastr.c:46: warning: data definition has no type or storage class MMD> sqastr.c:46: stray '\' in program MMD> sqastr.c:47: parse error before `}' MMD> sqastr.c:47: stray '\' in program MMD> sqastr.c:54: conflicting types for `DoAbort' MMD> sqastr.c:46: previous declaration of `DoAbort' MMD> sqastr.c: In function `x_strlen': MMD> sqastr.c:67: stray '\' in program MMD> sqastr.c: In function `x_strcpy': MMD> sqastr.c:73: stray '\' in program MMD> sqastr.c:74: stray '\' in program MMD> sqastr.c: In function `x_strncpy': MMD> sqastr.c:80: stray '\' in program MMD> sqastr.c:81: stray '\' in program MMD> sqastr.c: In function `x_strcat': MMD> sqastr.c:87: stray '\' in program MMD> sqastr.c:88: stray '\' in program MMD> sqastr.c: In function `x_strncat': MMD> sqastr.c:94: stray '\' in program MMD> sqastr.c:95: stray '\' in program MMD> sqastr.c: In function `x_strcmp': MMD> sqastr.c:101: stray '\' in program MMD> sqastr.c:102: stray '\' in program MMD> sqastr.c: In function `x_stricmp': MMD> sqastr.c:108: stray '\' in program MMD> sqastr.c:109: stray '\' in program MMD> sqastr.c: In function `x_strlwr': MMD> sqastr.c:115: stray '\' in program MMD> sqastr.c: In function `x_strupr': MMD> sqastr.c:121: stray '\' in program MMD> sqastr.c: In function `x_strchr': MMD> sqastr.c:127: stray '\' in program MMD> sqastr.c: In function `x_strrchr': MMD> sqastr.c:133: stray '\' in program MMD> sqastr.c: In function `x_strstr': MMD> sqastr.c:139: stray '\' in program MMD> sqastr.c:140: stray '\' in program MMD> sqastr.c: In function `x_strtok': MMD> sqastr.c:146: stray '\' in program MMD> sqastr.c:147: stray '\' in program MMD> sqastr.c: In function `x_memchr': MMD> sqastr.c:157: stray '\' in program MMD> sqastr.c: In function `x_memset': MMD> sqastr.c:163: stray '\' in program MMD> sqastr.c: In function `x_memcmp': MMD> sqastr.c:169: stray '\' in program MMD> sqastr.c:170: stray '\' in program MMD> sqastr.c: In function `x_memicmp': MMD> sqastr.c:176: stray '\' in program MMD> sqastr.c:177: stray '\' in program MMD> sqastr.c: In function `x_memcpy': MMD> sqastr.c:183: stray '\' in program MMD> sqastr.c:184: stray '\' in program MMD> sqastr.c: In function `x_memmove': MMD> sqastr.c:190: stray '\' in program MMD> sqastr.c:191: stray '\' in program MMD> sqastr.c: At top level: MMD> sqastr.c:40: warning: `achNull' defined but not used MMD> sqastr.c:54: warning: `DoAbort' defined but not used MMD> gmake[1]: *** [sqastr.o] Error 1 MMD> gmake[1]: Leaving directory `/root/max2/maximus/sqafix' MMD> cd sqafix && /usr/bin/gmake MMD> gmake[1]: Entering directory `/root/max2/maximus/sqafix' MMD> /usr/bin/gcc -fPIC -funsigned-bitfields -Wcast-align -g -Wall -O MMD> -DUN MMD> IX -DLINUX -I. -I/root/max2/maximus/unix/include MMD> -I/root/max2/maximu MMD> s/slib -I/root/max2/maximus/msgapi -I/root/max2/maximus/btree MMD> -I/ro MMD> ot/max2/maximus/max -I/root/max2/maximus/prot MMD> -I/root/max2/maximus/m MMD> ex -DINSTALL_PREFIX=\"/var/max\" -c -o sqastr.o sqastr.c MMD> sqastr.c:40: stray '\' in program MMD> sqastr.c:44: parse error before `if' MMD> sqastr.c:44: stray '\' in program MMD> sqastr.c:45: stray '\' in program MMD> sqastr.c:46: warning: type defaults to `int' in declaration of MMD> `DoAbor MMD> t' MMD> sqastr.c:46: warning: data definition has no type or storage class MMD> sqastr.c:46: stray '\' in program MMD> sqastr.c:47: parse error before `}' MMD> sqastr.c:47: stray '\' in program MMD> sqastr.c:54: conflicting types for `DoAbort' MMD> sqastr.c:46: previous declaration of `DoAbort' MMD> sqastr.c: In function `x_strlen': MMD> sqastr.c:67: stray '\' in program MMD> sqastr.c: In function `x_strcpy': MMD> sqastr.c:73: stray '\' in program MMD> sqastr.c:74: stray '\' in program MMD> sqastr.c: In function `x_strncpy': MMD> sqastr.c:80: stray '\' in program MMD> sqastr.c:81: stray '\' in program MMD> sqastr.c: In function `x_strcat': MMD> sqastr.c:87: stray '\' in program MMD> sqastr.c:88: stray '\' in program MMD> sqastr.c: In function `x_strncat': MMD> sqastr.c:94: stray '\' in program MMD> sqastr.c:95: stray '\' in program MMD> sqastr.c: In function `x_strcmp': MMD> sqastr.c:101: stray '\' in program MMD> sqastr.c:102: stray '\' in program MMD> sqastr.c: In function `x_stricmp': MMD> sqastr.c:108: stray '\' in program MMD> sqastr.c:109: stray '\' in program MMD> sqastr.c: In function `x_strlwr': MMD> sqastr.c:115: stray '\' in program MMD> sqastr.c: In function `x_strupr': MMD> sqastr.c:121: stray '\' in program MMD> sqastr.c: In function `x_strchr': MMD> sqastr.c:127: stray '\' in program MMD> sqastr.c: In function `x_strrchr': MMD> sqastr.c:133: stray '\' in program MMD> sqastr.c: In function `x_strstr': MMD> sqastr.c:139: stray '\' in program MMD> sqastr.c:140: stray '\' in program MMD> sqastr.c: In function `x_strtok': MMD> sqastr.c:146: stray '\' in program MMD> sqastr.c:147: stray '\' in program MMD> sqastr.c: In function `x_memchr': MMD> sqastr.c:157: stray '\' in program MMD> sqastr.c: In function `x_memset': MMD> sqastr.c:163: stray '\' in program MMD> sqastr.c: In function `x_memcmp': MMD> sqastr.c:169: stray '\' in program MMD> sqastr.c:170: stray '\' in program MMD> sqastr.c: In function `x_memicmp': MMD> sqastr.c:176: stray '\' in program MMD> sqastr.c:177: stray '\' in program MMD> sqastr.c: In function `x_memcpy': MMD> sqastr.c:183: stray '\' in program MMD> sqastr.c:184: stray '\' in program MMD> sqastr.c: In function `x_memmove': MMD> sqastr.c:190: stray '\' in program MMD> sqastr.c:191: stray '\' in program MMD> sqastr.c: At top level: MMD> sqastr.c:40: warning: `achNull' defined but not used MMD> sqastr.c:54: warning: `DoAbort' defined but not used MMD> gmake[1]: *** [sqastr.o] Error 1 MMD> gmake[1]: Leaving directory `/root/max2/maximus/sqafix' MMD> make: *** [sqafix] Error 2 Run a dos2unix at that file (gotta fix it soon). Next time you are sending a bug report, _please_ do only post the relavant part. Regards, Bo --- Msged/LNX 6.1.2 (Linux/2.4.22 (i586))* Origin: The Night Express, Roennede Dk (2:236/100) SEEN-BY: 633/267 270 @PATH: 236/100 237/9 20/11 106/1 2000 633/267 |
|
| SOURCE: echomail via fidonet.ozzmosis.com | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.