Matthew Sachs wrote:
On Jul 21, 2005, at 13:50, Martin Costabel wrote:

OTOH, if someone knows how to run xcodebuild in such a way that it works for both XC-2.0 and XC-2.1, they are welcome to fix aquaterm correspondingly.


This does work. If the problem is a shell script not being able to find the files, it should use different environment variables. For instance, instead of:
    build/aquaterm/foo-whatever
it should look for:
    $BUILT_PRODUCTS_DIR/foo-whatever

$BUILT_PRODUCTS_DIR will be "build/target" with the default pre-2.1 setup, and "build/config/target" with the default 2.1 setup of per- configuration build directories.

Thanks, this is exactly what is needed (it's build/config on XC-2.1, not build/config/target, but this is the right thing). I committed a new version to CVS, but I can't test it on XC-2.0, I'll have to leave it to Bill and Jens to find out if this works. It works on XC-2.1 in any case.

--
Martin






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to