Author Topic: An error occurs while I compile the Code::Blocks in suse Linux,Help!!!!!  (Read 6581 times)

boyeestudio

  • Guest
I compile the Code::Blocks in suse Linux,and first it runs all right,
then the fellowing error occurs as below:

.....
tinyxml/.libs/libtinyxml.a: member tinyxml/.libs/libtinyxml.a(libwx_gtk2u-2.6.a) in archive is not an object
collect2: ld returned 1 exit status
make[4]: *** [libcodeblocks.la] Error 1
make[4]: Leaving directory `/home/zte/install/codeblocks-1.0rc2/src/sdk'
.....

Ok.
I have the libwx_gtk2u-2.6.a package.But there is no libtinyxml.a in it.And I have download the tinyxml and compile it to the libtinyxml.a,then I put it in the current directory and also in the libwx_gtk2u-2.6.a.All I had done don't work any more. So I need help here.
Please give me a approach to resolve this problem!Thanks a lot!

boyeestudio

  • Guest
I have successfully handled this problem!