Notifications
Clear all

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-

Xcode issues

(@snoopying)
Active Member

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!

 

 

Quote
Topic starter Posted : May 15, 2013 13:04
(@Anonymous)
New Member

It sounds like you are missing autotools. (it is in the 'autoconf' port package from memory)

ReplyQuote
Posted : May 17, 2013 13:45
(@fluffyfreak)
Noble Member

@snoopying

Did you ever get this working?

ReplyQuote
Posted : May 29, 2013 04:02
(@snoopying)
Active Member

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)

 

ReplyQuote
Topic starter Posted : June 26, 2013 22:00
(@snoopying)
Active Member

I dont see the following directories.

 

/osx/../contrib/oolua

/osx/../src/render

ReplyQuote
Topic starter Posted : June 26, 2013 22:02