Compiling 0.5.0 error
I'm getting the following error when I try to compile 0.5.0.
Code:
Parser::ParseCommands(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, unsigned int, Mob*, Mob*)': I've yet to find a solution, yet others have had similar problems in reports on the net. I'm using g++ 3.2.2. |
i havent even tried to compile it yet on linux, i'll let you know once i look into it....
|
Thats not an error message so it's hard to say what went wrong. You may need to comment a function override, i didn't bother to investigate it i just wanted it to compile so i could get back to other stuff..
//char* itoa(int integer) {char tmp[10];return itoa(integer,tmp,10);} |
Aye, you're right. I shouldn't have tried compiling when I was actually ready for bed. hehe, thanks.
|
anyone had already luck compiling it ?
i could only get the sharelib compiled. i tried some different options in the makefile, but this doesnt help. |
Posting to a complie error post with out posting the compile error is semi pointless don't you think? If you can't detrmine the errors from the warnings post, post all of make's output.
|
sorry i thought there were perhaps some known issues with linux.
here my errors: compiling world is now successful with gcc-3.2 compiling zone: with fix from: http://forums.eqemu.net/viewtopic.php?t=9532 Code:
client_process.cpp: In member function `bool with gcc-2.95 it always stops here: Code:
In file included from ../common/database.h:33, |
client_process.cpp:5348:17: invalid preprocessing directive #DebugBreak
//This is a comment #this is a preprocessor directive =) |
thx very much Bigpull, Im only a shelldude, not much knowledge with C.
but i still have some issues with parser.cpp: Code:
. 3.3 has issues with the crc32.cpp, but gcc-3.2 seems fine,exept these error above. on a host with pure gcc 3.2 and glibc 2.2.5 i get the same error. |
Those are all warning, they don't break compiles post the FULL compile message if you don't know what to look for
|
got it working with the fixes from here:
http://forums.eqemu.net/viewtopic.php?t=9493 thx to all helpers |
OMG, there's more Linux people than I thought there were. :D
Cool. :mrgreen: Regards, krich |
All times are GMT -4. The time now is 02:53 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.