[argyllcms] Re: Newbie help?

  • From: Ben Goren <ben@xxxxxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Mon, 1 May 2006 20:51:33 -0700

On 2006 May 1, at 8:30 PM, David R. Gangola wrote:

> Ben Goren wrote:
>
>> Well, before you start tossing binaries around...I've got the
>> Argyll source, and I changed the #includes in cpxchg to point
>> to the right place. This is where I'm at now:
>
> Well, it seems I'm missing a few include files. (my wife says
> something like that all the time) Rather than me sending the
> whole file again, change the file to add stdlib.h and string.h,
> something like this:
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> #include "config.h"
> #include "cgats.h"
>
> You will need to link against the Argyll libraries. Here are
> the library definitions from my makefile:
>
> LINKLIBS=-L../plot -lplot -L../xicc -lxicc -L../spectro -linst - L../gamut -lgamut -L../cgats -lcgats -L../rspl -lrspl
> LINKLIBS+= -L../numlib -lnum -L../icc -licc
>
> I think that's it.


Any chance you  could post your makefile? I  tried adding LINKLIBS
to the command line, but c isn't exactly my /forte./ I'm more of a
Perl kind of guy....

And thanks for your patience!

Cheers,

b&

Other related posts: