Hi, Check the QTDIR variable. The makefile is searching for uic tool (which was part of Qt at the time I wrote that) using this:
UIC = $(QTDIR)/bin/uic So, check if it is there. Sorry for the inconveniences with lprof, I'm working with the incoming 1.10 revision that will include an autoconf based script. Hopefull this would solve all these problems Regards, Mart� Maria The little cms project http://www.littlecms.com [EMAIL PROTECTED] ----- Original Message ----- From: "Subash Jeyan" <[EMAIL PROTECTED]> To: "Lcms" <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 3:44 PM Subject: [Lcms-user] lprof compile error under mandrake 9 > hi, > > i have a mandrake 9 system with qt 3.0.5 installed. i also have lcms > 1.09 installed, compiled from the source. at the time of compiling lcms, > the testbed program ran successfully. > > however, when i compile lprof, it exits with the following error > messages: > > cd qt/qtMeasurementTool; make all ; cd ../.. > make[1]: Enteringdirectory`/home/subash/lprof-1.09/qt/qtMeasurementTool' > /bin/uic -o qtmeasurementtooldialogbase.h qtmeasurementtooldialogbase.ui > make[1]:/bin/uic: Command not found > make[1]: *** [qtmeasurementtooldialogbase.h] Error 127 > make[1]: Leaving directory`/home/subash/lprof-1.09/qt/qtMeasurementTool' > cd qt/qtMonitorProfiler; make all ; cd ../.. > make[1]: Enteringdirectory`/home/subash/lprof-1.09/qt/qtMonitorProfiler' > /bin/uic -o qtmonitorprofilerdialogbase.h qtmonitorprofilerdialogbase.ui > make[1]:/bin/uic: Command not found > make[1]: *** [qtmonitorprofilerdialogbase.h] Error 127 > make[1]: Leaving directory`/home/subash/lprof-1.09/qt/qtMonitorProfiler' > cd qt/qtScannerProfiler; make all ; cd ../.. > make[1]: Enteringdirectory`/home/subash/lprof-1.09/qt/qtScannerProfiler' > /bin/uic -o qtscannerprofilerdialogbase.h qtscannerprofilerdialogbase.ui > make[1]:/bin/uic: Command not found > make[1]: *** [qtscannerprofilerdialogbase.h] Error 127 > make[1]: Leaving directory`/home/subash/lprof-1.09/qt/qtScannerProfiler' > cd qt/qtProfileChecker; make all ; cd ../.. > make[1]: Entering directory`/home/subash/lprof-1.09/qt/qtProfileChecker' > /bin/uic -o qtprofilecheckerdialogbase.h qtprofilecheckerdialogbase.ui > make[1]:/bin/uic: Command not found > make[1]: *** [qtprofilecheckerdialogbase.h] Error 127 > make[1]: Leaving directory`/home/subash/lprof-1.09/qt/qtProfileChecker' > > can anyone give me pointers as to what's going wrong? (i did go through > the mailing list archives and couldn't find anything similar except one > compilation problem under debian.) i'd appreciate any help. thanks and > regards, subash. > > > ------------------------------------------------------- > This SF.NET email is sponsored by: The Best Geek Holiday Gifts! > Time is running out! Thinkgeek.com has the coolest gifts for > your favorite geek. Let your fingers do the typing. Visit Now. > T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ > _______________________________________________ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > > ------------------------------------------------------- This SF.NET email is sponsored by: The Best Geek Holiday Gifts! Time is running out! Thinkgeek.com has the coolest gifts for your favorite geek. Let your fingers do the typing. Visit Now. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
