litchie / exult-ios

Exult ( http://exult.sourceforge.net/ )
GNU General Public License v2.0
42 stars 8 forks source link

Exult build fails with header file not found #49

Closed Cross22 closed 7 years ago

Cross22 commented 7 years ago

Building with XCode Version 9.0 (9A235)

Error message: msgfile.cc:34:10: 'ios_state.hpp' file not found

Cross22 commented 7 years ago

expack & exult projects need to have the "/headers" directory added to their Header Search Paths to resolve this.

DominusExult commented 7 years ago

Thanks, I'll look into it this weekend. I might have added the headers with the absolute path since I didn't notice a problem.

DominusExult commented 7 years ago

two headers were hardcoded by accident. Should work now (did for me in a different folder). Thanks again for noticing and reporting this!