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:
for project uses ./configure , make, "external build system" project type correct type?
if so, in project type, how set header/include search paths code navigation works?
analyze doesn't seem work right, either.
Comments
Post a Comment