Apps :: Trying to compile qt4



I've been trying to compile qt4 (qt-x11-opensource-src-4.3.0) in order to use it with the dynamic version of skype-1.4

On make, I get the following error - which gets zero hits in google - does anybody have an idea what the problemmight be?
Code Sample
make[1]: *** No rule to make target `kernel/qguieventdispatcher_glib_p.h', needed by `.obj/release-shared/qapplication_x11.o'.  Stop.
make[1]: Leaving directory `/KNOPPIX/usr/src/qt-x11-opensource-src-4.3.0/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2

Code Sample
apt-cache depends libqt4-core
libqt4-core
 Depends: libc6
 Depends: libdbus-1-3
 Depends: libfontconfig1
 Depends: libgcc1
 Depends: libglib2.0-0
 Depends: libstdc++6
 Depends: zlib1g
Maybe it needs glib2?

I was using libglib2.0-0_2.6.4-1_i386.deb, but I wasn't using libstdc++6 or (maybe) libfontconfig1 - thanks, I'll give that a try.
Quote
libstdc++6


That may well be it because I think glib2 contains C++.

libstdc++6 comes with gcc4.. I believe Skype also needs a 2.6 kernel, but I'm not sure..
Next Page...
original here.