Xcode issues
Xcode issues
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
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
@snoopyingDid you ever get this working?
RE: Xcode issues
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
I dont see the following directories. /osx/../contrib/oolua/osx/../src/render