Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xcode] make in external target



Hi,

I have an external target in XCode in which I run a makefile
using /usr/bin/make. The problem I encounter is that one of
the commands that needs to get executed cannot be found (latex).

As far as I understand the issue, the problem is that the
shell run by XCode is a non-interactive shell and does not
read my usual ~/.profile intialization stuff. (In the latter
I set the path for latex to /sw/bin.)  It appears that I am
not even allowed to *change* the path: doing a

manual.pdf:      manual.tex
                 export PATH="$(PATH):/sw/bin"
                 echo $(PATH)
                 latexmk -pdf manual

in the makefile does not alter the path at all!

Is there a way to tell XCode's shell to read some
initialization file?

Thanks for any help, I can need it!
Kaspar
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.