[argyllcms] Re: ArgyllCMS Version 1.0.0 released

  • From: Graeme Gill <graeme@xxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Wed, 02 Jul 2008 11:18:17 +1000

Lars Tore Gustavsen wrote:
Thanks Hal and Andreas.
After adding #define DEBUG as the first enry in the file and changed
the line #undef DEBUG to #undef DEBUG2 (I discovered this by an
accident) I have plenty of debug info.


My apologies, I should have been more explicit:

About line 47 in ucmm/ucmm.c is the line:
  #undef DEBUG
change it to
  #define DEBUG
and recompile.

Dispwin: Error - Failed to install profile '/home/ltg/i1.icc'!

OK, this is returned for a number of errors, but my guess would
be that on the system in question the /tmp directory is on a
different file system to $HOME, and my rename() is failing.
[I'm trying to update the configuration file in a safe
 manner, which means creating a temporary file to replace
 the current one, and then using rename to switch them.]

I will have to fix the code to create the temporary file in
the same directory as the config file.

thanks,
        Graeme Gill.

Other related posts: