Xcode issues

Pioneer is an open-ended space adventure game. Explore the galaxy, make your fortune trading between systems, or work for the various factions fighting for power, freedom or self-determination.
Homepage: http://pioneerspacesim.net/
IRC: http://pioneerspacesim.net/irc
Downloads: https://pioneerspacesim.net/page/download/
Post Reply
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

Xcode issues

Post by snoopying »

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!
Guest

RE: Xcode issues

Post by Guest »

It sounds like you are missing autotools. (it is in the 'autoconf' port package from memory)
fluffyfreak
Private
Posts: 1292
Joined: Sun Nov 27, 2016 12:55 pm

RE: Xcode issues

Post by fluffyfreak »

@snoopyingDid you ever get this working?
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

RE: Xcode issues

Post by snoopying »

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.7clang: error: linker command failed with exit code 1 (use -v to see invocation) 
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

RE: Xcode issues

Post by snoopying »

I dont see the following directories. /osx/../contrib/oolua/osx/../src/render
Post Reply

Return to “Pioneer”