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
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.next.codeblocks.org/index.php/topic,9210.0.html
Tim S