On Tuesday 04 November 2008 17:18:58 Guy K. Kloss wrote:
> On Wed, 05 Nov 2008 13:38:55 Hal V. Engel wrote:
> > The patch has the makefile. I only had to add the include for stddef.h
> > and add -fPIC to the CFLAGS line of the makefile that the patch created
> > and it built.
>
> Yes. My bad. Too
On Wed, 05 Nov 2008 13:38:55 Hal V. Engel wrote:
> The patch has the makefile. I only had to add the include for stddef.h and
> add -fPIC to the CFLAGS line of the makefile that the patch created and it
> built.
Yes. My bad. Too dumb to use a GUI app (Kompare) that my mailer launched on
the clic
On Tuesday 04 November 2008 13:34:23 Guy K. Kloss wrote:
> Thanks to Kai-Uwe and Hal for the proposed fixes. I got further, but it
> still doesn't want to build :-/
>
> On Mon, 03 Nov 2008 21:21:35 Kai-Uwe Behrmann wrote:
> > attached you will find a patch for basically compiling the library and
>
Thanks to Kai-Uwe and Hal for the proposed fixes. I got further, but it still
doesn't want to build :-/
On Mon, 03 Nov 2008 21:21:35 Kai-Uwe Behrmann wrote:
> attached you will find a patch for basically compiling the library and
> tifficc. It consists of a trivial makefile and some fixes/hacks (
On Monday 03 November 2008 00:21:35 Kai-Uwe Behrmann wrote:
> Hello,
>
> attached you will find a patch for basically compiling the library and
> tifficc. It consists of a trivial makefile and some fixes/hacks (take your
> pick;) to let the code run on Linux.
>
> hope this helps,
> Kai-Uwe Behrmann
Hello,
attached you will find a patch for basically compiling the library and
tifficc. It consists of a trivial makefile and some fixes/hacks (take your
pick;) to let the code run on Linux.
hope this helps,
Kai-Uwe Behrmann
--
developing for colour management
www.behrmann.name + www.oyranos.
To check it out I have created a little SConscript file to build lcms2 as a
shared library (see the SConscript at end of mail). I don't know what other
libraries are needed, but I just assumed for now the usual candidates that
were also needed for versino 1.1.7 ['m', 'jpeg', 'tiff', 'z'].
Unfor