Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: boyeestudio on August 02, 2006, 04:41:23 am

Title: An error occurs while I compile the Code::Blocks in suse Linux,Help!!!!!
Post by: boyeestudio on August 02, 2006, 04:41:23 am
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!
Title: Re: An error occurs while I compile the Code::Blocks in suse Linux,Help!!!!!
Post by: boyeestudio on August 02, 2006, 07:45:05 am
I have successfully handled this problem!