Page 1 of 1
Xcode issues
Posted: Wed May 15, 2013 5:04 pm
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!
RE: Xcode issues
Posted: Fri May 17, 2013 5:45 pm
by Guest
It sounds like you are missing autotools. (it is in the 'autoconf' port package from memory)
RE: Xcode issues
Posted: Wed May 29, 2013 8:02 am
by fluffyfreak
@snoopyingDid you ever get this working?
RE: Xcode issues
Posted: Thu Jun 27, 2013 2:00 am
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)
RE: Xcode issues
Posted: Thu Jun 27, 2013 2:02 am
by snoopying
I dont see the following directories. /osx/../contrib/oolua/osx/../src/render