Thank you for your quick reply,
but as i said, we have tried to compile it with our HLSDK.
But we will try that way too to be sure.
Thanks, i will tell you later if it was a success or not.
So we are stuck now.
Edit: We compiled with HLSDK (HL part) and its ok but the metamod part gets errors:
Code:
In file included from /home/gebruiker/ricochet2/metamod-1.19/metamod/osdep.h:91,
from /home/gebruiker/ricochet2/metamod-1.19/metamod/dllapi.h:81,
from bot.h:46,
from bot.cpp:37:
/home/gebruiker/ricochet2/metamod-1.19/metamod/types_meta.h:153: error: expected unqualified-id before ‘do’
/home/gebruiker/ricochet2/metamod-1.19/metamod/types_meta.h:153: error: expected unqualified-id before ‘while’
/home/gebruiker/ricochet2/metamod-1.19/metamod/types_meta.h:159: error: expected unqualified-id before ‘while’
In file included from /home/gebruiker/ricochet2/metamod-1.19/metamod/osdep.h:93,
from /home/gebruiker/ricochet2/metamod-1.19/metamod/dllapi.h:81,
from bot.h:46,
from bot.cpp:37:
/home/gebruiker/ricochet2/metamod-1.19/metamod/mreg.h:125: error: expected constructor, destructor, or type conversion before ‘;’ token
/home/gebruiker/ricochet2/metamod-1.19/metamod/mreg.h:157: error: ‘REG_STATUS’ does not name a type
/home/gebruiker/ricochet2/metamod-1.19/metamod/mreg.h:241: error: ‘REG_STATUS’ does not name a type
In file included from /home/gebruiker/ricochet2/metamod-1.19/metamod/osdep.h:95,
from /home/gebruiker/ricochet2/metamod-1.19/metamod/dllapi.h:81,
from bot.h:46,
from bot.cpp:37:
/home/gebruiker/ricochet2/metamod-1.19/metamod/log_meta.h:151: error: expected unqualified-id before ‘do’
/home/gebruiker/ricochet2/metamod-1.19/metamod/log_meta.h:151: error: expected unqualified-id before ‘while’
In file included from /home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:81,
from bot.h:48,
from bot.cpp:37:
/home/gebruiker/ricochet2/metamod-1.19/metamod/engine_api.h:535: error: expected initializer before ‘*’ token
/home/gebruiker/ricochet2/metamod-1.19/metamod/engine_api.h:537: error: expected initializer before ‘*’ token
/home/gebruiker/ricochet2/metamod-1.19/metamod/engine_api.h:895: error: expected initializer before ‘*’ token
/home/gebruiker/ricochet2/metamod-1.19/metamod/engine_api.h:897: error: expected initializer before ‘*’ token
In file included from bot.h:48,
from bot.cpp:37:
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:187: error: expected unqualified-id before ‘do’
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:187: error: expected unqualified-id before ‘while’
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:191: error: expected unqualified-id before ‘while’
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:223: error: expected constructor, destructor, or type conversion before ‘;’ token
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:287: error: ‘META_FUNCTIONS’ has not been declared
/home/gebruiker/ricochet2/metamod-1.19/metamod/meta_api.h:295: error: ‘META_FUNCTIONS’ has not been declared
The RC part we tried well as i said we get over 2000 errors...