[argyllcms] Re: dispcal errors

Found.
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.


Am 19.12.05, 08:44 +0100 schrieb Kai-Uwe Behrmann:

> Graeme,
> 
> thanks for the hint.
> 
> Before my test, I run into an other problem, because of my 
> current unfamiliarity with jam.
> 
> I wanted to add -lm for the pow and sqrt functions on linux, but could not 
> yet figure out how. The local Jamfile seems to be resitant to the global 
> Jambase options like LINKFLAGS.
> 
> Does you know how to make the Jambase settings visible for Jamfile?
> 
> regards
> Kai-Uwe Behrmann
>                                 + development for color management 
>                                 + imaging / panoramas
>                                 + email: ku.b@xxxxxx
>                                 + http://www.behrmann.name
> 
> 

Other related posts: