Wenn ich mit make all die Quellen kompilieren will kommt:
- Code: Alles auswählen
tobi@linux:~/tools/hippie/source> make all
g++ -Wall -g -c core.cpp
In file included from alice.h:20,
from core.cpp:36:
respond.h:11:17: warning: no newline at end of file
In file included from alice.h:21,
from core.cpp:36:
preproc.h:9:15: warning: no newline at end of file
In file included from alice.h:22,
from core.cpp:36:
stuff.h:31:8: warning: extra tokens at end of #endif directive
stuff.h:31:17: warning: no newline at end of file
In file included from core.cpp:36:
alice.h:59:39: warning: no newline at end of file
core.cpp: In function `int initialize(char*)':
core.cpp:321: error: no match for 'operator=' in 'chunk[count] = atol(poschunk)
'
/usr/include/_G_config.h:27: error: candidates are: _G_fpos_t&
_G_fpos_t::operator=(const _G_fpos_t&)
make: *** [core.o] Fehler 1
tobi@linux:~/tools/hippie/source>


