c++ - I am trying to compile in xcode an open source game called supertux but I keep getting file not found errors -


The source file is divided into different libraries and each has xxx.c and its xxx.h equivalent. Almost all of my classes get me the file. Errors on the first import statement for the file were not found. I removed the "library /" and removed the error. I was thinking that besides going through each of the 1000 classes and for doing the import statement, this is an easy way to do this. I already have "Link Binaries with Libraries "Please help me lost

Before deletion  after deletion

 this src folder Try it using

USER_HEADER_SEARCH_PATHS you want You can find this option in the target setting for the #include "..." ... .

You can specify the path like this: $ (SRCROOT) / subfolder / subfolder

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -