c - How do you configure XCode to find header files and symbols in an "External Build System" project -


i'm trying set xcode 5.1 project c php-extension development. gnu autoconf/automake project 1 prerequisite step.

i created new "external build system" project. made 2 targets, 1 runs prerequisite "phpize" command creates gnu autoconf files. have target runs gnu ./configure script. works great.

next, tried adding .c , .h files project. when open them, , try click on #include .h file or external symbol, xcode says "symbol not found", system stuff <stdio.h>.

in normal xcode project, there way configure header/include search paths. external build system project, see no way this.

my questions:

  1. for project uses ./configure , make, "external build system" project type correct type?

  2. if so, in project type, how set header/include search paths code navigation works?

  3. analyze doesn't seem work right, either.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -