SquaredTiki / Dringend-Issues

Public issue tracker for the Dringend app, an iPad dev environment
dringend.cc
16 stars 0 forks source link

Can't compile exult-ios #99

Open DominusExult opened 9 years ago

DominusExult commented 9 years ago

Hi, I just setup Dringend with the project https://github.com/litchie/exult-ios (project file in /ios). When I try to make Dringend to run/compile it, it seems to run through the included submodules, at least through the SDL one, but can't find the actual Exult files in the higher folders.

When I open the project on the desktop it compiles fine and runs on my ipad.

SquaredTiki commented 9 years ago

Thanks for bringing this to my attention. This appears to be because Dringend is only zipping up the folder the project itself is in and below for compilation rather than the whole repository. As the Exult files are in higher folders they are thus not sent off with the project and errors are emitted. I'll look into fixing this for the next update, apologies for the inconvenience.

DominusExult commented 9 years ago

no problem, happy to be helpful :)