Many thanks, Jedi master. libjpeg-dev and libpng-dev were indeed missing. It built, now I'll see if my path hacks get everything installed in a particular top level directory. -- Kermit Short DCS-5
On Thu, 2013-10-17 at 14:25 -0600, Orion Poplawski wrote: > On 10/17/2013 02:16 PM, Short, Kermit wrote: > > Greetings, > > I'm trying to build nx-libs from a source tarball for version > > 3.5.0.21. When I run: > > make build-lite > > > > I get a compilation abort while building nxcomp. The compiler is > > looking for jpeglib.h. I've run a quick find and that file doesn't > > exist in the hierarchy created by the tarball. > > > > g++ -c -O3 -fno-rtti -fno-exceptions -I../nx-X11/exports/include > > -Wmissing-declarations -fPIC -DIN_ADDR_T=in_addr_t -DVERSION=\"3.5.0\" > > -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > > -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -Wall > > -Wpointer-arith Jpeg.cpp > > Jpeg.cpp:29:23: fatal error: jpeglib.h: No such file or directory > > compilation terminated. > > make[1]: *** [Jpeg.o] Error 1 > > make[1]: Leaving directory `/var/tmp/nx-libs-3.5.0.21/nxcomp' > > make: *** [build-lite] Error 2 > > > > You need the libjpeg development library/headers. > > _______________________________________________ X2Go-User mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-user
