Hi,
> I think I need to install the qt headers. Yes. Better install full Qt. > > What else do I need on debian? The only requeriments are Qt and lcms. You can grab lcms from the site http://www.littlecms.com/lcms-1.09.tar.gz Qt is widely available :) The profilers only works with lcms-1.09, don't even try to mix with 1.08, I'm pretty sure it will not work since the profilers are using several new extensions. > What else do I need on debian? I've checked Debian on SourceForge and it worked.... > Do I have to edit the Makefile in ./ICCtoIT8/ like this: > > clean: > -rm icc2it8.o getopt.o icc2it8 > # icc2it8.exe Oh, this is for compatibility with Cygwin... it will work ou your system as well (the '-' prevents any error) Regards, Mart� Maria The little cms project http://www.littlecms.com [EMAIL PROTECTED] ----- Original Message ----- From: "gerhard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 7:05 PM Subject: [Lcms-user] compilation of lprof on debian-woody failed > > > Hi All, > > I can't compile lprof 1.09 on my debian-box. > I got those errors: > > make[1]: Entering directory > `/home/gerhard/download/LittleCMS/lprof-1.09/qt/qtProfileChecker' > cc -I../../include -I/include -I. -I.. -I/include/qt -O4 -Wall > -c main.cpp -o main.o > main.cpp:43: qapplication.h: No such file or directory > In file included from main.cpp:46: > qtprofilecheckerdialog.h:37: qstringlist.h: No such file or > directory > qtprofilecheckerdialog.h:38: qbuttongroup.h: No such file or > directory > qtprofilecheckerdialog.h:39: qlayout.h: No such file or directory > qtprofilecheckerdialog.h:40: qradiobutton.h: No such file or > directory > qtprofilecheckerdialog.h:41: qcheckbox.h: No such file or directory > qtprofilecheckerdialog.h:42: qgroupbox.h: No such file or directory > qtprofilecheckerdialog.h:43: qpushbutton.h: No such file or > directory > qtprofilecheckerdialog.h:44: qspinbox.h: No such file or directory > qtprofilecheckerdialog.h:45: qcombobox.h: No such file or directory > qtprofilecheckerdialog.h:46: qlabel.h: No such file or directory > qtprofilecheckerdialog.h:47: qslider.h: No such file or directory > qtprofilecheckerdialog.h:48: qfiledialog.h: No such file or > directory > qtprofilecheckerdialog.h:49: qmultilineedit.h: No such file or > directory > qtprofilecheckerdialog.h:50: qtabwidget.h: No such file or directory > qtprofilecheckerdialog.h:51: qtextview.h: No such file or directory > qtprofilecheckerdialog.h:52: qprogressbar.h: No such file or > directory > qtprofilecheckerdialog.h:53: qdir.h: No such file or directory > qtprofilecheckerdialog.h:54: qapplication.h: No such file or > directory > qtprofilecheckerdialog.h:55: qtable.h: No such file or directory > qtprofilecheckerdialog.h:56: qtooltip.h: No such file or directory > In file included from qtprofilecheckerdialog.h:58, > from main.cpp:46: > qtprofilecheckerdialogbase.h:12: qvariant.h: No such file or > directory > qtprofilecheckerdialogbase.h:13: qdialog.h: No such file or > directory > make[1]: *** [main.o] Error 1 > > I think I need to install the qt headers. > > What else do I need on debian? > > I guess uic and libqt-dev or libqt3-dev > > Do I have to edit the Makefile in ./ICCtoIT8/ like this: > > clean: > -rm icc2it8.o getopt.o icc2it8 > # icc2it8.exe > > ?? > > I got liblcms-dev (liblcms-dev_1.08-3_i386.deb) > and liblcms1 (liblcms1_1.08-5_i386.deb) > > Thanks in advance > > kind regards > > gerhard > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
