Unable to build CL rev 3589

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Unable to build CL rev 3589

Post by marfi »

Hi Eran,
I'm not able to build CL rev 3589 due to those errors:

Code: Select all

./lib/libpluginu.so: undefined reference to `MD5Init'
./lib/libpluginu.so: undefined reference to `MD5Final'
./lib/libpluginu.so: undefined reference to `MD5Update'
Before the build I performed make clean & make clean_plugins & configure. Must I install some additional libraries to build the CL on Ubuntu 9.10 now?

Best regards and Happy new year!!! :)
Michal
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to build CL rev 3589

Post by eranif »

You did not ran configure

Happy new years :)

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Unable to build CL rev 3589

Post by marfi »

You did not ran configure
Yes, I did, but it didn't help me.

Regards
Michal
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to build CL rev 3589

Post by eranif »

Indeed, you are right its a bug in the configure script.

The missing symbols are implemented in C files (not C++), however the configure only collect .cpp files for that shared library, fixed in local svn, will test and commit it later

EDIT:
Fixed in trunk

Eran
Make sure you have read the HOW TO POST thread
Post Reply