compilation problem SID

Derek Atkins warlord at MIT.EDU
Tue Apr 25 11:28:10 EDT 2006


Quoting Eildert Groeneveld <Eildert.Groeneveld at fal.de>:

>> > grep: /usr/lib/libXcursor.la: No such file or directory
>> > /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory
>> > libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive
>> > make[5]: *** [libgncmod-gnome-utils.la] Error 1
>> >
>> > who is aware of a workaround?
>>
>> Sounds like you're missing some development libraries.  Do you have the
>> libXcursor-dev package installed?  (I'm guessing at the package name
>> since I don't run debian.)
>>
> Thanx David
>
> unfortunately, the libXcursor-dev is installed (guessed correctly!)

This error implies you have some Libtool Archive (.la) installed that
references the libXcursor libtool archive, but you don't have the
libXcursor libtool archive installed...   Unfortunately this is most
likely a packaging problem.  I recommend you just remove all installed
libtool archive files.  But first, find out which ones you have:

    find /usr -name \*.la

or maybe figure out which ones refence libXcursor:

    file /usr -name \*.la | xargs grep libXcursor.la

If you do decide to remove the offending libtool archives, you will
need to "make clean" and rebuild gnucash.

> Eildert

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list