-
Maybe I am doing something wrong here but the Makefile seems incomplete for the "make install" phase. I run qmake, which creates the Makefile, then run make and that works just fine. But when make install is run; none of the libraries gets installed, just the docs. When the make/make install gets to the libraries, here is what I see;
fontconfig -lXext -lX11 -lQtCore -lz -lm -pthread...
2009-10-18 11:31:30 UTC in qwt-plot3d
-
Maybe I am doing something wrong here but the Makefile seems incomplete for the "make install" phase. I run qmake, which creates the Makefile, then run make and that works just fine. But when make install is run; none of the libraries gets installed, just the docs. When the make/make install gets to the libraries, here is what I see;
fontconfig -lXext -lX11 -lQtCore -lz -lm -pthread...
2009-10-18 11:17:40 UTC in qwt-plot3d
-
Using gcc-4.4.2 and glibc-2.10.1, the make fails on;
src/qwt3d_function.cpp:80: error: 'stderr' was not declared in this scope
Adding #include to that file fixes the problem.
2009-10-17 14:25:57 UTC in qwt-plot3d
-
If you install the libusb-compat libs, that should not be an issue.
http://www.libusb.org/wiki/LibusbCompat0.1
Not had any problems with libusb-1.0.3 and the compat libs here, but ymmv.
2009-09-30 19:39:21 UTC in Linux-USB Project
-
Ah, I should add I am using glibc-2.10.1.
2009-09-26 13:31:55 UTC in UFRaw
-
The make fails when it gets to dcraw with this following;
make[2]: Entering directory `/usr/src/ufraw-0.15'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12...
2009-09-26 13:23:52 UTC in UFRaw
-
Built this from source and all is well on that front. So decided to look more closely at the ./configure and saw OpenEXR's half type was set to no. I realize the build instructions say not to use that because it is slow. Um well, perhaps; but I wanted to give it a go anyway. However, when setting --enable-half, the make fails with the following error;
g++ -DHAVE_CONFIG_H -I../.. -I../../.
2009-09-17 00:47:12 UTC in Synfig Animation Studio
-
Using djview4-4.5, and konqueror/KDE-4.2.4 atm. Don't know about earlier versions.
2009-06-25 22:02:47 UTC in DjVuLibre
-
Using the links from http://djvu.org/gallery/ in Firefox works fine. But they do not work using konqueror, all it says is;
Could not open http://djvu.org/gallery/documents/comics/spiderman/index.djvu
Attached is a png of what I see.
2009-06-24 16:27:21 UTC in DjVuLibre
-
The make fails using --with-octave on the following;
make[4]: Leaving directory `/usr/src/opencv-1.1.0/interfaces/swig/python'
Making all in octave
make[4]: Entering directory `/usr/src/opencv-1.1.0/interfaces/swig/octave'
g++ -O0 -g -shared -I/usr/include/octave-3.0.5 -I/usr/include/octave-3.0.5/octave -o cv.oct -I../../../cv/include -I../../../cxcore/include -I../
g++ -O0 -g -shared...
2009-06-01 15:32:18 UTC in Open Computer Vision Library