alinebee / Boxer

The DOS game emulator that's fit for your Mac.
http://boxerapp.com/
769 stars 138 forks source link

DDHidLib/DDHidLib.h File Not Found #97

Open dmcondolora opened 5 years ago

dmcondolora commented 5 years ago

I'm trying to build any of the recent Boxer branches (64-bit Master, MaddTheSane updateDosBox and copyfile) in Xcode, and am receiving the following error:

'DDHidLib/DDHidLib.h' file not found

Any ideas on this? I'm on Xcode 10.1.

Thanks!

MaddTheSane commented 5 years ago

Make sure you also checkout the submodules: git submodule update --init --recursive

dmcondolora commented 5 years ago

Thanks for the reply! I'll give it a shot!