Am Mittwoch, 31. Juli 2002 21:07 schrieben Sie:
> Hi,
>
> You could try following:
>
> - Compile lcms-1.09, but don't install it. Just untar the
> lcms-1.09.tar.gz package and type 'make'
>
> - Then, copy manually lcms.h and icc34.h from lcms-1.09/include
> directory to lprof-1.09/include directory. Also copy the static
> library liblcms.a from lcms-1.09/src directory to the
> lprof-1.09/src directory.
>
> After this you could type 'make' on lprof-1.09 and got all
> profilers built locally. This would not mess any dependency, nor
> overwite any shared library. Hopefully ;-)
>
> About uic... yes, it is needed. But I thought it is part of Qt
> anyway.
>
> All troubles comes from the fact 1.09 is pretty new... there is
> no debian packages or RPM right now. lcms-1.09 is absolutely
> compatible with previous versions.. I wonder on how destructive
> could be to make a new revision.
>
> Regards,
> Marti.
>
> > [...]
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 :-(
ciao
gerhard
====================
ps:
The listing of my qt-installation-errors:
debian:/home/gerhard/download/LittleCMS/lprof-1.09# dpkg -l libqt*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-==================-==================-====================================================
rn libqt-dev <none> (no description available)
pn libqt-emb-dev <none> (no description available)
rn libqt-gl-dev <none> (no description available)
rn libqt-mt-dev <none> (no description available)
un libqt1g-dev <none> (no description available)
ii libqt2 2.3.1-22 Qt GUI Library (runtime
version).
un libqt2-dev <none> (no description available)
pn libqt2-emb <none> (no description available)
un libqt2-emb-dev <none> (no description available)
ii libqt2-gl 2.3.1-22 Qt GUI Library (GL
version).
ii libqt2-mt 2.3.1-22 Qt GUI Library (runtime
threaded version).
un libqt2-mt-dev <none> (no description available)
un libqt2.2-emb <none> (no description available)
ii libqt3 3.0.4-2 Qt GUI Library (runtime
version)
in libqt3-dev <none> (no description available)
ii libqt3-emb 3.0.3-1 Qt-Embedded GUI Library
(runtime version).
pn libqt3-emb-dev <none> (no description available)
un libqt3-gl <none> (no description available)
ii libqt3-mt 3.0.4-2 Qt GUI Library (Threaded
runtime version)
in libqt3-mt-dev <none> (no description available)
ii libqt3-mt-mysql 3.0.3-20020329-1 Mysql database plugin for
Qt3 (Threaded)
ii libqt3-mt-odbc 3.0.3-20020329-1 ODBC plugin for Qt3
(Threaded)
pn libqt3-mt-psql <none> (no description available)
pn libqt3-mysql <none> (no description available)
ii libqt3-odbc 3.0.3-20020329-1 ODBC plugin for Qt3
pn libqt3-psql <none> (no description available)
pn libqtcups-dev <none> (no description available)
pn libqtcups2 <none> (no description available)
un libqtecasound1 <none> (no description available)
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt2-dev libqt2-mt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Package libqt2-dev has no available version, but exists in the
database.
This typically means that the package was mentioned in a dependency
and
never uploaded, has been obsoleted or is not available with the
contents
of sources.list
However the following packages replace it:
libqt3-dev libqt2 libqt-dev
E: Package libqt2-dev has no installation candidate
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt3-dev libqt3-mt-dev libqt3-gl
Reading Package Lists... Done
Building Dependency Tree... Done
Package libqt3-gl has no available version, but exists in the
database.
This typically means that the package was mentioned in a dependency
and
never uploaded, has been obsoleted or is not available with the
contents
of sources.list
However the following packages replace it:
libqt3
E: Package libqt3-gl has no installation candidate
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt3-dev libqt3-mt-dev libqt3-gl
Reading Package Lists... Done
Building Dependency Tree... Done
Package libqt3-gl has no available version, but exists in the
database.
This typically means that the package was mentioned in a dependency
and
never uploaded, has been obsoleted or is not available with the
contents
of sources.list
However the following packages replace it:
libqt3
E: Package libqt3-gl has no installation candidate
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt3-dev libqt3-mt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
libqt3-dev: Depends: libqxt0 (= 2:3.0.3-20020329-1) but 2:3.0.4-2
is to be installed
Depends: libmng-dev but it is not going to be
installed
libqt3-mt-dev: Depends: libqt3-mt (= 2:3.0.3-20020329-1) but
2:3.0.4-2 is to be installed
E: Sorry, broken packages
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt-dev libqt-mt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
libqt-dev: Depends: libmng-dev but it is not going to be installed
E: Sorry, broken packages
debian:/home/gerhard/download/LittleCMS/lprof-1.09#
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely
that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
libqt3-dev: Depends: libqxt0 (= 2:3.0.3-20020329-1) but 2:3.0.4-2
is to be installed
Depends: libmng-dev but it is not going to be
installed
E: Sorry, broken packages
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt2-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Package libqt2-dev has no available version, but exists in the
database.
This typically means that the package was mentioned in a dependency
and
never uploaded, has been obsoleted or is not available with the
contents
of sources.list
However the following packages replace it:
libqt3-dev libqt2 libqt-dev
E: Package libqt2-dev has no installation candidate
debian:/home/gerhard/download/LittleCMS/lprof-1.09# apt-get install
libqt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely
that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
libqt-dev: Depends: libmng-dev but it is not going to be installed
E: Sorry, broken packages
debian:/home/gerhard/download/LittleCMS/lprof-1.09#
-------------------------------------------------------
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