cwhitney / SilverSprint

SilverSprint is an opensource front end for bike racing.
MIT License
23 stars 12 forks source link

Compiling (on Linux) missing 'app/GFXMain.h' #9

Closed jonfen closed 7 years ago

jonfen commented 7 years ago

It doesn't look like any of the header files are checked in.

$ make Scanning dependencies of target SilverSprintApp [ 50%] Building CXX object CMakeFiles/SilverSprintApp.dir/home/jonfen/dev/github.com/cinder/Cinder/samples/SilverSprint/src/SilverSprintApp.cpp.o /home/jonfen/dev/github.com/cinder/Cinder/samples/SilverSprint/src/SilverSprintApp.cpp:5:10: fatal error: 'app/GFXMain.h' file not found

include "app/GFXMain.h"

cwhitney commented 7 years ago

They are all checked in in the "includes" folder. You'll need to add "/include" to your header include path. You shouldn't have to add the subfolders.