You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, April 15th 2005, 1:03pm

arts 1.4 -- make error

i have mandrake 10.1. configure procced are good and in make :

make[2]: Entering directory `/home/shpadi/tmp/arts-1.4.0/qtmcop'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -o libqtmcop.la -rpath /usr/local/kde/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 1:0 -R /usr/local/kde/lib -R /usr/local/kde/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/X11R6/lib qiomanager.lo ../mcop/libmcop.la -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread
/usr/bin/ld: cannot find -laudio
collect2: ld returned 1 exit status
make[2]: *** [libqtmcop.la] B??d 1
make[2]: Leaving directory `/home/shpadi/tmp/arts-1.4.0/qtmcop'
make[1]: *** [all-recursive] B??d 1
make[1]: Leaving directory `/home/shpadi/tmp/arts-1.4.0'
make: *** [all] B??d 2

what should i do? can u help me?

2

Friday, April 15th 2005, 9:29pm

First install the NAS library, libnas2 I guess it's called.
Also install the development package of the library too of course, as that contains the necessary headers.

This post has been edited 1 times, last edit by "tbscope" (Apr 15th 2005, 9:31pm)


anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Saturday, April 16th 2005, 3:51pm

You usually don't need NAS; libaudio and its -devel package are usually available separately.

Cheers,
_
Qt/KDE Developer
Debian User

4

Sunday, April 17th 2005, 5:11pm

ok I install that lib and it's works good
thanks a lot :]
i succefully compile a libkde but now i have a problem in make procedure in kdebase:

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -o kded_favicons.la -rpath /usr/lib/kde3 -L/usr/lib -L/usr/lib/qt3//lib -L/usr/X11R6/lib -module -avoid-version favicons.lo favicons_skel.lo -lkio
g++: /usr/lib/libkio.so: No such file or directory
make[3]: *** [kded_favicons.la] B??d 1
make[3]: Leaving directory `/home/shpadi/tmp/kdebase-3.4.0/libkonq/favicons'
make[2]: *** [all-recursive] B??d 1
make[2]: Leaving directory `/home/shpadi/tmp/kdebase-3.4.0/libkonq'
make[1]: *** [all-recursive] B??d 1
make[1]: Leaving directory `/home/shpadi/tmp/kdebase-3.4.0'
make: *** [all] B??d 2

hmm what's now bad ?