Le jeu 30/05/2002 =E0 14:28, Pavel Troller a =E9crit : > Hi! > > > ... > > > if test "x$with_cdparanoia" =3D "xCHECK" ; then > > > with_cdparanoia=3DNOTFOUND > > > search_incs=3D"$kde_includes /usr/include /usr/local/include /usr/i= nclude/cdda /usr/local/include/cdda" > > > ... > >=20 > > try with in configure.in > > search_incs=3D"$kde_includes $kde_extra_includes /usr/include /usr/l= ocal/include /usr/include/cdda /usr/local/include/cdda" > It partly helped. Some checks now passed but some not. > For example (excerpt from config.log) >=20 > configure:22896: checking for cdparanoia libraries and headers > ... > configure:22988: result: incs=3D/opt/sound/include libs=3D/opt/sound/lib > configure:23015: checking for ogg/vorbis headers > configure:23034: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith= -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -= O2 -O2 -march=3Di586 -mcpu=3Di586 -fomit-frame-pointer -fforce-mem -fforce= -addr -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c >&5 > configure:23021:42: vorbis/codec.h: No such file or directory > configure:23022:47: vorbis/vorbisfile.h: No such file or directory > configure:23037: $? =3D 1 > configure: failed program was: > ... >=20 > You can see that the cdparanoia was found now, but the ogg/vorbis test co= mpile > had to fail because there is no -I option at all given to the compiler. >=20 > >=20 > > and whith "$kde_extra_libs" for the lib finding code > >=20 > > But I'm not sure for the include ordering > >=20 > > I have seen many others configure.in have the same problem ... anyone > > for review ... > >=20 > And one more thing: I think that configure.in is also generated during > make -f Makefile.cvs so any personalisations will be lost. I think it sho= uld > be modified somewhere much deeper in the auto* magic... yes, you are right, the configure.in file are generated by the configure.in.in files (try 'find kdemultimedia -name configure.in.in' for file list) Ogg vorbis check is in kdemultimedia/configure.in.in and but use $USER_* defines who use the extra_* specified paths=20 for "cdparanoia" error it's in kdemultimedia/kioslave/audiocd/configure.in.in (add the missing $kde_extra_includes)=20 and try to correct the AC_PATH_CDPARANOIA macro definition in kdemultimedia/kreatecd/configure.in.in (KDE_FIND_PATH must contain all possible paths for binaries) > With regards, Pavel Tr= oller =20 happy coding, FeniX >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<