Hi Nathan,
I've seen a lots of git commits for kmchart lately, so I thought I'd give
it a try.
First, cloned from your kmchart git tree and tried to build kmchart but
failed. Seems I need to set QMAKE in my env to /usr/lib/qt-3.3/bin/qmake
and add /usr/lib/qt-3.3/bin to my PATH. Then, following the instructions
in Docs/INSTALL:
./Makepkgs verbose
failed here:
=== libqmc ===
/usr/lib/qt-3.3/bin/qmake && /usr/bin/gmake -f Makefile
g++ -c -pipe -Wall -W -g -fPIC -I/usr/lib/qt-3.3/mkspecs/default -I.
-I/usr/lib/qt-3.3/include -o qmc_context.o qmc_context.cpp
./qmc_indom.h: In member function ‘int QmcIndom::numInsts() const’:
./qmc_indom.h:62: error: ‘const class QPtrList<QmcInstance>’ has no
member named ‘size’
...
I haven't spent much time on this, perhaps obviously :) I'm running FC7
in a VM on
my laptop, with qt and qt-dev installed. Do I need a newer version of QT?
# rpm -qa | fgrep -i qt
qt-config-3.3.8-4.fc7
qt-3.3.8-4.fc7
qt-devel-docs-3.3.8-4.fc7
qt-designer-3.3.8-4.fc7
qt-devel-3.3.8-4.fc7
Cheers
-- Mark
|