0

All I'm trying to do is run the xcode project from this site: http://www.mupdf.com/

The problem is I get this error:

Shell Script Invocation Error: 'stdio.h' file not found

The site mentions that if I'm running from source I need to install dependencies, but I'm not sure how to do that. I tried dragging the files they said I need into xcode libraries section, but that did nothing.

Any ideas?

EDIT I've noticed that the libLibraries.a file is red under Targets->MuPDF->"Build Phases Link Binary with Libraries" not sure how to tell it where to find that file...

itgiawa
  • 1,616
  • 4
  • 16
  • 28
  • I just did a build from the latest git of mupdf with Xcode 4.5.1 on OS X 10.8.2 without seeing any errors like this. The error you get looks unrelated to the third party stuff. Have you got the command line tools installed in Xcode? – ccxvii Oct 17 '12 at 09:17
  • I'm using XCode 4.5.1 and OSX 10.7.4. Even downloading from GIT in the terminal I still get the same error... Do you suggest I install the command line tools in Xcode? – itgiawa Oct 17 '12 at 20:43
  • You need the command line tools, so install those if you haven't. – ccxvii Oct 18 '12 at 08:15
  • I've installed them, but I'm not sure what to do with them or even how to open them... (thank you!) – itgiawa Oct 20 '12 at 20:19

0 Answers0