tony lemaire wrote: > > > Hello everybody, > > I'm trying to build the KDE desktop in 4.8.4 version, not the 4.8.3 like BLFS. > Last week, i had some problems with KDELIBS 4.8.4, but i've solved it. > > Now, I'm trying to compile the kde-workspace 4.8.4, but I have an error > during the make command. Here is the output : > > ---------------------------------------------------------------------------------------- > Linking CXX shared library ../../lib/libkwineffects.so > [ 14%] Built target kwineffects > Scanning dependencies of target kwinglutils_automoc > [ 14%] Built target kwinglutils_automoc > Scanning dependencies of target kwinglutils > [ 14%] Building CXX object > kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils_automoc.o > [ 14%] Building CXX object > kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils.o > [ 14%] Building CXX object > kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwingltexture.o > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp: In member > function 'void KWin > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:278:17: > attention : narrowing ing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:278:24: > attention : narrowing ing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:279:17: > attention : narrowing ing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:282:9: > attention : narrowing cill-formed in C++11 [-Wnarrowing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:282:9: > attention : narrowing cll-formed in C++11 [-Wnarrowing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:280:39: > attention : narrowing ing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:282:9: > attention : narrowing cll-formed in C++11 [-Wnarrowing] > /sources/kde-workspace-4.8.4/kwin/libkwineffects/kwingltexture.cpp:282:9: > attention : narrowing cill-formed in C++11 [-Wnarrowing] > [ 14%] Building CXX object > kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils_funcs.o
The above looks like just warnings and the fact that it went on to kwinglutils_funcs tells me that it's OK. > [ 14%] Building CXX object > kwin/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglplatform.o > make[2]: *** Aucune r�gle pour fabriquer la cible � /usr/lib/libGL.so �, > n�cessaire pour � lib/l > make[1]: *** [kwin/libkwineffects/CMakeFiles/kwinglutils.dir/all] Erreur 2 > make: *** [all] Erreur 2 I don't understand French. Can you translate? The only line I need is the one that starts make[2]. Google translate says: No rgle to make target /usr/lib/libGL.so, Necessary for lib /l I have /usr/lib/libGL.so, but that's a proprietary nvidia file on my system. On another system, I have it in /opt/xorg/lib/libGL.so and that's from MesaLib. > ----------------------------------------------------------------------------- > -- The following OPTIONAL packages could NOT be located on your system. > -- Consider installing them to enable more features from this software. > ----------------------------------------------------------------------------- > * libusb <http://libusb.sourceforge.net/> > User level access to USB devices > Provides Logitech mouse support in KControl. Are you sure you installed libusb? There is also libusb-compat and usbutils, but what I think it's looking for is libusb. Look for /usr/lib/libusb-1.0.so. Also, you should have /usr/lib/pkgconfig/libusb-1.0.pc (libusb) and /usr/lib/pkgconfig/libusb.pc (libusb-1.0 compat wrapper). -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
