• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [xcode] make in external target
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xcode] make in external target


  • Subject: Re: [xcode] make in external target
  • From: Kaspar Fischer <email@hidden>
  • Date: Mon, 31 Oct 2005 13:42:05 +0100

Hi Chris,

Thanks for your answer.  When I saw it, I thought "of course,
that's it", but strangely, it does not work.  The output
in the XCode build transcript is

  /usr/bin/make
  export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/sw/bin"; \
          echo /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin; \
          latexmk -pdf manual
  /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
  /bin/sh: line 1: latexmk: command not found
  make: *** [manual.pdf] Error 127

(And I cannot drop the semicolons at the end of the individual
commands.) I also tried

/usr/bin/make
( export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/sw/ bin"; \
echo /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin; \
latexmk -pdf airs-manual )
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
/bin/sh: line 1: latexmk: command not found
make: *** [airs-manual.pdf] Error 127


I am lost here.
Regards,

Kaspar

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: [xcode] make in external target
      • From: James Johnson <email@hidden>
    • Re: [xcode] make in external target
      • From: Kaspar Fischer <email@hidden>
    • Re: [xcode] make in external target
      • From: Andreas Grosam <email@hidden>
References: 
 >Re: [xcode] make in external target (From: Chris Ridd <email@hidden>)

  • Prev by Date: Re: [xcode] make in external target
  • Next by Date: Trying to access a function that was in fp.h - nextafterd
  • Previous by thread: Re: [xcode] make in external target
  • Next by thread: Re: [xcode] make in external target
  • Index(es):
    • Date
    • Thread