-
The make throws these errors on x86_64 with gcc-4.4.2;
make[1]: Entering directory `/usr/src/libEMF-1.0.4/include'
Making all in libEMF
make[2]: Entering directory `/usr/src/libEMF-1.0.4/include/libEMF'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/libEMF-1.0.4/include/libEMF'
make[2]: Entering directory `/usr/src/libEMF-1.0.4/include'
make[2]: Nothing to...
2009-11-28 15:12:51 UTC in ECMA-234 Metafile Library
-
I have polkit-qt-0.9.2 installed and located in /opt/lunar/qt/4/. The configure does find it;
-- checking for one of the modules 'polkit-qt'
-- found polkit-qt, version 0.9.2
-- Found Polkit-Qt release >= 0.9.2
The polkit pc files live here; /opt/lunar/qt/4/lib/pkgconfig/
I have set an environment for qt4 using a /etc/profile.d file that points to $QTDIR to /opt/lunar/qt/4/...
2009-11-27 15:16:23 UTC in K3b - The CD Creator for KDE
-
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