Menu

#33 Compile Error 1, 2

open
Misc (7)
5
2004-08-22
2004-08-22
Anonymous
No

Okay during compile. Received the following during make:

fi
/bin/sh ../libtool --silent --mode=link --tag=CXX g++
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic
-W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -O2 -fno-exceptions
-fno-check-new -o kyim -g -R /usr/lib -R /usr/lib/qt-3.1/lib
-R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib
-L/usr/lib -L./libyahoo2 AddBuddyImpl.o
AddedMessageImpl.o ChatBase.o ChatSession.o
ChatWindowImpl.o ConfAddInviteImpl.o
ConfInvitationImpl.o ConferenceSession.o
ConferenceWindowImpl.o Icon.o
IncomingFileTransferImpl.o KYahooIface.o
KYahooIface_skel.o KYahooIface_stub.o NewMailImpl.o
OfflineMsgImpl.o OfflinesViewImpl.o Parse.o
ProxyAuthImpl.o RemoveBuddyImpl.o SetupImpl.o
StartChatDialog.o dialogs.o main.o process_packet.o
statusIcons.o utils.o IMState.o emoticon.o AddBuddy.o
ConfInvitation.o IncomingFileTransfer.o ProxyAuth.o
AddedMessage.o ConferenceWindow.o NewMail.o
RemoveBuddy.o ChatWindow.o OfflineMsg.o Setup.o
ConfAddInvite.o OfflinesView.o StartChat.o BuddyList.o
IMState.moc.o ChatWindowImpl.moc.o kyim.moc.o
OfflinesViewImpl.moc.o ConferenceSession.moc.o
process_packet.moc.o KYahooIface.moc.o
ConfInvitationImpl.moc.o dialogs.moc.o
ProxyAuthImpl.moc.o OfflineMsgImpl.moc.o
AddBuddyImpl.moc.o ConferenceWindowImpl.moc.o
Icon.moc.o SetupImpl.moc.o ChatSession.moc.o
IncomingFileTransferImpl.moc.o RemoveBuddyImpl.moc.o
ConfAddInviteImpl.moc.o ChatBase.moc.o -lkio -lyahoo2
/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status
make[3]: *** [kyim] Error 1
make[3]: Leaving directory
`/usr/local/src/kyim-062504/kyim'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/src/kyim-062504/kyim'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kyim-062504'
make: *** [all] Error 2
[root@localhost kyim-062504]#

Discussion

  • Jay Lubomirski

    Jay Lubomirski - 2004-08-22

    Logged In: YES
    user_id=32612

    Try this: (Found this on google so I apologize if I stole
    the adivce from anyone that listens to these emails)

    You need to install libart + libart-devel package (or
    something like that).

    *If* your KDE don"t need libart, then you may try to
    regenerate the "configure" file:
    make -f Makefile.cvs

     
  • Jay Lubomirski

    Jay Lubomirski - 2004-08-22
    • assigned_to: nobody --> jaylubo
    • status: open --> pending
     
  • Jay Lubomirski

    Jay Lubomirski - 2004-08-22
    • status: pending --> open
     

Log in to post a comment.