Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: wxuserbrest on January 23, 2009, 09:28:39 pm

Title: error compiling with wxWidgets 2.9.0
Post by: wxuserbrest on January 23, 2009, 09:28:39 pm
Hi,
I have this error
../../../src/include/wxscintilla/include/wx/wxscintilla.h:2070: erreur: conflicting declaration ‘typedef long int wxIntPtr’
/usr/local/include/wx-2.9/wx/defs.h:1100: erreur: ‘wxIntPtr’ has a previous declaration as ‘typedef ssize_t wxIntPtr’

Thanks
Title: Re: error compiling with wxWidgets 2.9.0
Post by: stahta01 on January 23, 2009, 10:00:36 pm
What are you compiling with wxWidgets 2.9?

In other words, what are you linking to wxWidgets 2.9?

Also, what commands did you use to compile wxWidgets 2.9?

Edit: If you are trying to Compile Code::Blocks linked to wxWidgets 2.9; see my thread on subject
"Patched Code::Blocks works with wxWidgets trunk 2.9"
http://forums.codeblocks.org/index.php/topic,9210.0.html

Tim S