christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
315 stars 38 forks source link

Trouble 'make'-ing on Mac OS X #18

Closed anthonydotmoe closed 8 years ago

anthonydotmoe commented 8 years ago

I get lots of these errors:

( cd ../../deps/rtmidi; qmake; make )
/bin/sh: line 0: cd: ../../deps/rtmidi: No such file or directory
WARNING: /Users/anthony/Desktop/nesFCStuff/nesicide-master/libs/famitracker/famitracker-lib.pro:74: Unescaped backslashes are deprecated.

When using make.

christopherpow commented 8 years ago

Download and extract this package: https://drive.google.com/file/d/0BwhBNo66Kd6bUXhsOUtrM1lndUU/view?usp=sharing into your nesicide directory. Looks like you have an outdated deps package that doesn't include rtmidi. The above link does.