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-
Hi guys,
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!
This is a long shot, as I know little about C++, less about Macs, and nothing about Xcode 😀
However, if it was UNIX, my first thought would be: do I have the correct package installed that provides the autoreconf command? In my experience, that's the #1 cause of "command not found" errors.
If you're not sure, try Google to see if you can work out which package provides it; or, there may be a Mac OS command which will tell you that. You can then check to see if it's installed.
Apologies if you've already thought of this, and that's not the reason.
auryx
You look good through a crosshair.
Wow, so I just replied to a post that was 2 months old. Oops. Sorry that no-one got back to you sooner snoopying. I'm hoping you worked out the answer by now 🙂
auryx
You look good through a crosshair.
Thanks for your reply auryx, I got past that issue but have been recently seeing compiler errors...
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
update - this is the specific error i'm seeing after cloning the repo again
clang: error: no such file or directory: '/Users/pioneer/osx/../src/DeadVideoLink.cpp'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
here are the specific files that are missing when looking at the source code
reflist.h
deadvideolink.h
deadvideolink.cpp
beziercurve.h
thanks.
Hello Snoopying
Is this about Pioneer if so your best bet for an answer would be on their own forum http://pioneerspacesim.net/forum/
thanks for the info! will post this on pioneer forum.