News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compilation error: XML branch

Started by gonboy, September 06, 2012, 09:04:18 AM

Previous topic - Next topic

gonboy

\src\sdk\compiler.cpp|810|error: 'class wxXmlNode' has no member named 'GetAttribute'|

which version of wxwidget can compiler it?

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

gonboy

Ok! I try it
=================================================
When I use wxwidget 2.9.4
display
\include\wx\platform.h|154|fatal error: wx/setup.h: No such file or directory|

MortenMacFly

Quote from: gonboy on September 06, 2012, 09:36:34 AM
\include\wx\platform.h|154|fatal error: wx/setup.h: No such file or directory|
Because its not enough to extract the sources, you also need to compile wxWidgets or install the dev packages (depending on your platform).

That's why we provide nightly builds, btw, to save you from this hassle.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

gonboy

I use CodeBlocks_EP couldn't build it.

Could you tell me where I can download the WxWidget 2.8.10(Build by Mingw32 4.6.1 or other version) which can build the project.

MortenMacFly

Quote from: gonboy on September 06, 2012, 11:56:26 AM
I use CodeBlocks_EP couldn't build it.
We don't provide support for C::B forks. Ask the maintainer of this fork.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]