Hi, > The header are there... > > How can I tell Make that they could be found in /usr/include/qt ? > > How to set such a environment-variable? > QTDIR=/usr/include/qt > export QTDIR > > Or do I have to edit the Makefiles?
Arrgs. Each platform seems to install headers on a different directory. Ok, Are you using KDE? If not, as a quick hack, you could try: KDEINCLUDE==/usr/include/qt export KDEINCLUDE KDELIBDIR=...whatever you have Qt libs export KDELIBDIR This should make the trick Regards, Marti. ----- Original Message ----- From: "gerhard" <[EMAIL PROTECTED]> To: "Mart� Maria" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 7:06 PM Subject: Re: [Lcms-user] compilation of lprof on debian-woody failed > Am Mittwoch, 31. Juli 2002 21:25 schrieb gerhard: > > > > > [...] > > > > Thank you Mart�, > > > > But I think I got a problem more related to qt and debian :-( . > > I don't know how to solve that. > > I'll gonna ask in a debian-mailing-list for that issue. > > > > Thank you for the hint to copy the necessary header-files. > > > > But first I need the qt-headers installed. > > Something really goes wrong with my debian-installation :-( > > > > > Hi Mart�, > > I got qt-headers installed: > > debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get -u -t > unstable install libqt3-dev > Reading Package Lists... Done > Building Dependency Tree... Done > The following extra packages will be installed: > libmng-dev qt3-tools > The following NEW packages will be installed: > libmng-dev libqt3-dev > The following packages will be upgraded > qt3-tools > > It seems that libqt3-dev is in unstable/SID, not in stable/woody: > > But Make doesn't recognize the headers in /usr/include/qt: > > debian:/home/gerhard/download/LittleCMS/lprof-1.09# make > little cms profiler construction set 1.09 being made all. > please wait ... > main.cpp:44: qapplication.h: No such file or directory > In file included from qtmeasurementtooldialog.h:36, > from main.cpp:47: > qtmeasurementtooldialogbase.h:12: qvariant.h: No such file or > directory > [...] > > debian:/home/gerhard/download/LittleCMS/lprof-1.09# ls > /usr/include/qt | grep qvariant.h > qvariant.h > debian:/home/gerhard/download/LittleCMS/lprof-1.09# > > The header are there... > > How can I tell Make that they could be found in /usr/include/qt ? > > How to set such a environment-variable? > QTDIR=/usr/include/qt > export QTDIR > > Or do I have to edit the Makefiles? > > BTW: > ./icc2it8 > little cms profile sampler - v1.2 > > usage: icc2it8 [flags] profile.icm target.hIT8 > > > flags: > > -v - Verbose > > icc2it8 has compiled successfully! > > TIA > > ciao > > 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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
