Sorry *tries to insert embarassed smiley*
I used EXACTALLY what you posted... followed the instructions... execpt used the makefile included with the PB-MM 3.0 sources.
I get the same errors under MinGW (win.) and cygwin (lin.)
Wait while i get them
EDIT: They were all fixed when i used metamod-p sources... for some odd reason, it seems to hate the original metamod 1.19 sources..... BUT, i still get a few warnings... letme check (This is under MINGW right now)
EDIT2: here they are (btw.. it still compiles correctly...):
bot.cpp: In function `void BotThink(bot_t*)':
bot.cpp:6805: warning: converting to `byte' from `float'
bot.cpp:9087: warning: converting to `byte' from `float'
dll.cpp: In function `void ClientCommand(edict_t*)':
dll.cpp:433: warning: unused variable 'arg7'
dll.cpp:434: warning: unused variable 'arg8'
dll.cpp:435: warning: unused variable 'arg9'
dll.cpp: In function `void PbCmdParser(edict_t*, const char*, const char*, const char*, const char*, const char*, const char*)':
dll.cpp:2272: warning: comparison is always true due to limited range of data type
dll.cpp:2284: warning: comparison is always true due to limited range of data type
dll.cpp:2296: warning: comparison is always true due to limited range of data type
That is all... i know warnings are ok.... but probably it can make the code cleaner
i'm a newbie C++ coder who has coded for 1 1/2 weeks lol
EDIT3: Hmm.... my cygwin compile is slightly different than yours... my mingw/win one came out exactally the same (even md5summing...) yeah... but my linux one came out different, if you would like to have a look at it? *attached*
EDIT4:
Quote:
And it's not a bug if You can't compile the sources. Moving topic to Releases/Coding forum.
|
Hehe.. didn't you read the problem i'm having under FC4? i tried metamod-p and metamod (both 1.19 version)