Author Topic: Error trying to compile CVS...  (Read 4670 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Error trying to compile CVS...
« on: October 10, 2005, 02:36:21 am »
I feel like a dummy here, but anyway:

I'm trying to build the 2.6 version of codeblocks (CVS). I'm using the codeblocks-wx-2.6.0.cbp file.

Switching to target: tinyXML
Compiling: sdk\tinyxml\tinyxml.cpp
In file included from G:/mingw/include/wx/string.h:36,
                 from sdk\tinyxml\/../settings.h:64,
                 from sdk\tinyxml\/tinyxml.h:65,
                 from sdk\tinyxml\tinyxml.cpp:26:
G:/mingw/include/wx/defs.h:179: error: redeclaration of C++ built-in type `int'
In file included from sdk\tinyxml\/../settings.h:64,
                 from sdk\tinyxml\/tinyxml.h:65,
                 from sdk\tinyxml\tinyxml.cpp:26:
G:/mingw/include/wx/string.h:160:4: #error "Please define string case-insensitive compare for your OS/compiler"
In file included from sdk\tinyxml\/../settings.h:64,
                 from sdk\tinyxml\/tinyxml.h:65,
                 from sdk\tinyxml\tinyxml.cpp:26:
G:/mingw/include/wx/string.h: In function `int Stricmp(const char*, const char*)':
G:/mingw/include/wx/string.h:162: warning: no return statement in function returning non-void
Process terminated with status 1 (0 minutes, 2 seconds)
2 errors, 1 warnings

Any help?

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Error trying to compile CVS...
« Reply #1 on: October 10, 2005, 02:42:04 am »
Oh, doh. I was still using the 242 headers :oops: