Click to See Complete Forum and Search --> : compiling umbrello-1.1


tony_yum
11-12-2003, 05:35 AM
Hi, I'm doing a project in Uni along the lines of UML diagrams and was looking for some source of pre exist tool that I could reuse. My Project is hoping to be done in C++/Qt and I found umbrello-1.1 which is developed for KDE so it should be build on top of Qt and written in C++. Doing ./configure was fine, but when I tried to compile it, it ran on for about 10 minutes with lots of compiling command poping up until I get this.

/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status

Has anyone got any clue to what lart_lgpl_2 is?

Thank you.

Onager
11-12-2003, 07:05 AM
It's part of the libart package.
For debian, you can find all the info you need here (http://packages.debian.org/cgi-bin/search_contents.pl?word=art_lgpl&searchmode=searchfiles&case=insensitive&version=stable&arch=i386). If you're running some other distro, just look for the appropriate packages, libart and libart-dev or something, probably.

Hope that helps!

-Onager