Xcode issues
Xcode issues
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!
RE: Xcode issues
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
RE: Xcode issues
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
RE: Xcode issues
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.7clang: 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
RE: Xcode issues
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 filesCommand /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.hdeadvideolink.hdeadvideolink.cppbeziercurve.h thanks.
RE: Xcode issues
Hello Snoopying Is this about Pioneer if so your best bet for an answer would be on their own forum [url]http://pioneerspacesim.net/forum/[/url]
RE: Xcode issues
thanks for the info! will post this on pioneer forum.