Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tonyshao on March 01, 2008, 05:56:18 am

Title: error when building code:blocks
Post by: tonyshao on March 01, 2008, 05:56:18 am
I'm having trouble building codeblocks:

C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_vector.h: variable 'vtable for TiXmlDocument' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
collect2: ld returned 1 exit status
Process terminated with status 1 (8 minutes, 49 seconds)
0 errors, 0 warnings

What should I do?

Tony
Title: Re: error when building code:blocks
Post by: dje on March 01, 2008, 08:34:21 am
Hi !

The standard MinGW version used to build C::B is 3.4.5.
I suggest you to upgrade if possible.

Dje
Title: Re: error when building code:blocks
Post by: tonyshao on March 01, 2008, 03:48:10 pm
Thanks Dje, i can build C::B now.