News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

error compiling with wxWidgets 2.9.0

Started by wxuserbrest, January 23, 2009, 09:28:39 PM

Previous topic - Next topic

wxuserbrest

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

stahta01

#1
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]