Compiling Pioneer
Posted: Sun Jan 04, 2015 8:20 pm
Happy New Year!
Compiling Pioneer using MSVC.
I've followed the instructions https://github.com/pioneerspacesim/pion ... PILING.txt but get "no such file or directory" errors.
E.g. Cannot open include file: 'sigc++/sigc++.h': No such file or directory (this file is in the third party source.)
Before I start adding include/source folders to the solution to get it to compile, I thought I'd check whether there's something I've missed.
Side by side in a single folder I have
pioneer-master\
pioneer-thirdparty-master\
which were downloaded as zip and extracted (I'm not familiar with GitHub).
The solution file is pioneer-master\win32\vc2013Express\pioneer.sln
and the third party folder contains two folders "source" and "win32" (and other files).
I guess I have to set up include/source folders in the solution, but just checking here incase I've done something wrong!
I've just spotted that the thirdparty folder stucture contains a lot of solution files - do I have to build these first?
Thanks
Compiling Pioneer using MSVC.
I've followed the instructions https://github.com/pioneerspacesim/pion ... PILING.txt but get "no such file or directory" errors.
E.g. Cannot open include file: 'sigc++/sigc++.h': No such file or directory (this file is in the third party source.)
Before I start adding include/source folders to the solution to get it to compile, I thought I'd check whether there's something I've missed.
Side by side in a single folder I have
pioneer-master\
pioneer-thirdparty-master\
which were downloaded as zip and extracted (I'm not familiar with GitHub).
The solution file is pioneer-master\win32\vc2013Express\pioneer.sln
and the third party folder contains two folders "source" and "win32" (and other files).
I guess I have to set up include/source folders in the solution, but just checking here incase I've done something wrong!
I've just spotted that the thirdparty folder stucture contains a lot of solution files - do I have to build these first?
Thanks