Author Topic: error when building code:blocks  (Read 3738 times)

tonyshao

  • Guest
error when building code:blocks
« 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

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: error when building code:blocks
« Reply #1 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

tonyshao

  • Guest
Re: error when building code:blocks
« Reply #2 on: March 01, 2008, 03:48:10 pm »
Thanks Dje, i can build C::B now.