View Single Post
Re: can't make the hpb bot template compile
Old
  (#3)
theturtle
Guest
 
Status:
Posts: n/a
Default Re: can't make the hpb bot template compile - 04-10-2004

It works now !

I was in fact using (didn't noticed it) mingw-gcc 3.x... downloading & installing the separate archive mingw-gcc-2.95.x solved my problems...

So, i want to suggest a few things to improve the HPB Bot template #4 :

* put a README with a warning in it, telling that people should (MUST?) use gcc-2.95.x to compile the template.
* change the makefile_mingw and put GCC=gcc-2 instead of GCC=gcc, so people will think about their gcc's version
* i had to add "#include <ctype.h>" to bot.cpp and util.cpp because this header was not included... can't understand why it compiles with your compilers... you should perhaps include these includes (hahaha) to the template to avoid peoples search where this f*$^łking function comes from
9_9

apart from these little problems, nice job for this #4 template !
  
Reply With Quote