To all SSC Station occupants
Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.
Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.
-D1-
Hello,
I've just cloned the project from github and have xcode 4 installed, including macports but when I run ./bootstrap I get the following error:
./bootstrap: line 3: autoreconf: command not found
Also tried building the project in xcode but getting a bunch of warnings, any idea how to resolve this?
Also I'm just starting out and a beginner in C++, any suggestions where to start?
thanks!
It sounds like you are missing autotools. (it is in the 'autoconf' port package from memory)
got past that issue but now seeing a linker error when compiling in xcode
ld: warning: directory not found for option '-L/Users/snoopy/Desktop/mygithub/pioneer/osx/../contrib/oolua'
ld: warning: directory not found for option '-L/Users/snoopy/Desktop/mygithub/pioneer/osx/../src/render'
ld: library not found for -lz.1.2.7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I dont see the following directories.
/osx/../contrib/oolua
/osx/../src/render