yetist / ios-toolchain-based-on-clang-for-linux

Automatically exported from code.google.com/p/ios-toolchain-based-on-clang-for-linux
0 stars 0 forks source link

xcbuild header path missing #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  mkdir Out;cd Out;config;build

g++ -DHAVE_CONFIG_H -I. -I../../xcbuild -I../xcbuild  -fPIC 
-I../../xcbuild/xcbuild/libxcodeutils   -g -O2 -MT xcbuild.o -MD -MP -MF 
.deps/xcbuild.Tpo -c -o xcbuild.o ../../xcbuild/xcbuild.cpp
../../xcbuild/xcbuild.cpp:6:24: fatal error: pbxprojdef.h: No such file or 
directory
compilation terminated.

==== change cbuild.cpp line 6 will fix fix
<#include "pbxprojdef.h"
>#include "libxcodeutils/pbxprojdef.h"

Original issue reported on code.google.com by titan....@gmail.com on 19 Dec 2012 at 4:23

GoogleCodeExporter commented 9 years ago
Got it.

proj2make is modified from pbxtomake and it can not works very well, So I hope 
to provide an alternative tool to replace it.

It still under development, The class structure is totally messed up, the codes 
is dirty and need more refactor works.

Original comment by cjac...@gmail.com on 19 Dec 2012 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by cjac...@gmail.com on 19 Dec 2012 at 8:52