From: Chisel W. <ch...@he...> - 2001-12-09 20:35:54
|
Aah, joy; now we've away from linux a little, again, I've having problems compiling Any clues on what this error actually *means*? Solutions accepted, but if I understand the error I might be able to chase it further... make: *** [stringutil.o] Error 127 rm -f netmud.o g++ -c -g -Wall -Wcast-qual -Wparentheses -Wwrite-strings -Wconversion netmud.c make: Target `by_default_just_make' not remade because of errors. uglyadm@chisel:~/src/UglyCODE$ Also, I've had to doctor interface.c and netmud.c: uglyadm@chisel:~/src/UglyCODE$ cvs diff chi...@cv...'s password: ? version.h cvs server: Diffing . Index: interface.c =================================================================== RCS file: /cvsroot/uglycode/UglyCODE/interface.c,v retrieving revision 1.30 diff -r1.30 interface.c 3599c3599 < extern const char * const sys_siglist[]; --- > //extern const char * const sys_siglist[]; Index: netmud.c =================================================================== RCS file: /cvsroot/uglycode/UglyCODE/netmud.c,v retrieving revision 1.7 diff -r1.7 netmud.c 21a22 > #ifndef linux 22a24 > #endif uglyadm@chisel:~/src/UglyCODE$ I've heard rumours that autoconf, etc are hard work. Is it likely to make things like this happen less? The code seems to be full of "#if[n]def <OS type>", and it still doesn't seem to compile properly. Would auto* alleviate this? -- Chisel Wright (ch...@he...) Typer of code; tearer of hair. |