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.

If that isn't the issue here, let me know and I can point you towards the right levers.


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