[argyllcms] Re: dispcal errors

Kai-Uwe Behrmann wrote:

I changed the makeinstall.ksh:17
- (echo ------------; echo $i; echo ----------; cd $i; jam 
-j${NUMBER_OF_PROCESSORS:-1} install; cd ..; echo)
+ (echo ------------; echo $i; echo ----------; cd $i; jam -f ../Jambase 
-j${NUMBER_OF_PROCESSORS:-1} install; cd ..; echo)


Now Jambase settings are included for each subdirectory.

That will do it. An alias or script is probably more useful, so that you can just run jam from the sub directories. I actually modified Jam on my system to use the $JAMBASE environment variable to locate the Jambase (Overriding the built in one).

Graeme Gill.

Other related posts: