[argyllcms] Re: dispcal errors
- From: Graeme Gill <graeme@xxxxxxxxxxxxx>
- To: argyllcms@xxxxxxxxxxxxx
- Date: Mon, 19 Dec 2005 19:25:36 +1100
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.
- References:
- [argyllcms] dispcal errors
- From: Kai-Uwe Behrmann
- [argyllcms] Re: dispcal errors
- From: Graeme Gill
- [argyllcms] Re: dispcal errors
- From: Kai-Uwe Behrmann
- [argyllcms] Re: dispcal errors
- From: Kai-Uwe Behrmann
Other related posts:
- » [argyllcms] dispcal errors
- » [argyllcms] Re: dispcal errors
- » [argyllcms] Re: dispcal errors
- » [argyllcms] Re: dispcal errors
- » [argyllcms] Re: dispcal errors
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).
- [argyllcms] dispcal errors
- From: Kai-Uwe Behrmann
- [argyllcms] Re: dispcal errors
- From: Graeme Gill
- [argyllcms] Re: dispcal errors
- From: Kai-Uwe Behrmann
- [argyllcms] Re: dispcal errors
- From: Kai-Uwe Behrmann