Thread: Wip 10?
View Single Post
Re: Wip 10?
Old
  (#6)
Onno Kreuzinger
aka: memed / Server Admin
 
Onno Kreuzinger's Avatar
 
Status: Offline
Posts: 705
Join Date: Jan 2004
Location: germany
Default Re: Wip 10? - 22-04-2004

well i tried the cvs version ,but it looks like the linux compilers do not like your coding style
Code:
    bot_client.cpp: In function `void BotClient_CS_SayText(void*, int)':
    bot_client.cpp:708: name lookup of `c' changed for new ISO `for' scoping
    bot_client.cpp:697:   using obsolete binding at `c'
    make: *** [bot_client.o] Error 1
cheers

/edit
b.t.w. both compilers (older 2.95 and newer 3.2 had this error)

/edit 2
ok, i fixed these small issues and added the new objects to the makefile, but now i get this error:
Code:
  gcc-2.95.3 -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -march=i586 -O2 -w -I"/usr/src/hl_bot_build/metamod-
  1.17/metamod" -I"/usr/src/hl_bot_build/hlsdk-2.3/multiplayer/common" -I"/usr/src/hl_bot_build/hlsdk-2.3/m
  ultiplayer/dlls" -I"/usr/src/hl_bot_build/hlsdk-2.3/multiplayer/engine" -I"/usr/src/hl_bot_build/hlsdk-2.
  3/multiplayer/pm_shared" -c ChatEngine.cpp -o ChatEngine.o
  ChatEngine.cpp: In method `void cChatEngine::set_sentence(char *, char *)':
  ChatEngine.cpp:435: implicit declaration of function `int _strupr(...)'
  make: *** [ChatEngine.o] Error 1
and i ask for permission to have write access to the realbot cvs, to check in these small changes and perhaps later a small linux readme or two


sunny morning view from my balcony:

see our WIKI!
see our filebase!

Last edited by Onno Kreuzinger; 22-04-2004 at 23:14..
  
Reply With Quote