I see during compilating MUD following error:
Kompilator: Default compiler
Building Makefile: "D:\magnefikko\Elvenbane\Makefile.win"
Wykonywanie make...
make.exe -f "D:\magnefikko\Elvenbane\Makefile.win" all
gcc.exe -c comm.c -o comm.o -I"C:/Dev-Cpp/include"
comm.c: In function `process_output':
comm.c:1024: error: `go_ahead_str' undeclared (first use in this function)
comm.c:1024: error: (Each undeclared identifier is reported only once
comm.c:1024: error: for each function it appears in.)
comm.c: At top level:
comm.c:1206: error: conflicting types for 'write_to_descriptor'
comm.c:859: error: previous implicit declaration of 'write_to_descriptor' was here
comm.c: In function `nanny':
comm.c:1260: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
comm.c:1267: error: `echo_on_str' undeclared (first use in this function)
comm.c:1515: error: `echo_off_str' undeclared (first use in this function)
comm.c:1582: warning: assignment makes pointer from integer without a cast
comm.c:1605: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
make.exe: *** [comm.o] Error 1
Wykonanie zakończone
Compilator see frist error here:
write_to_buffer( d, go_ahead_str, 0 );
I hawe Dev-C++ 4.9.9.2 and ZLIB1 libary.
What i need other libary? :-)
[I compilate miniMUD based by "Sword Quest".He is similar to
ROM]
Kompilator: Default compiler
Building Makefile: "D:\magnefikko\Elvenbane\Makefile.win"
Wykonywanie make...
make.exe -f "D:\magnefikko\Elvenbane\Makefile.win" all
gcc.exe -c comm.c -o comm.o -I"C:/Dev-Cpp/include"
comm.c: In function `process_output':
comm.c:1024: error: `go_ahead_str' undeclared (first use in this function)
comm.c:1024: error: (Each undeclared identifier is reported only once
comm.c:1024: error: for each function it appears in.)
comm.c: At top level:
comm.c:1206: error: conflicting types for 'write_to_descriptor'
comm.c:859: error: previous implicit declaration of 'write_to_descriptor' was here
comm.c: In function `nanny':
comm.c:1260: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
comm.c:1267: error: `echo_on_str' undeclared (first use in this function)
comm.c:1515: error: `echo_off_str' undeclared (first use in this function)
comm.c:1582: warning: assignment makes pointer from integer without a cast
comm.c:1605: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
make.exe: *** [comm.o] Error 1
Wykonanie zakończone
Compilator see frist error here:
write_to_buffer( d, go_ahead_str, 0 );
I hawe Dev-C++ 4.9.9.2 and ZLIB1 libary.
What i need other libary? :-)
[I compilate miniMUD based by "Sword Quest".He is similar to
ROM]