Xcode issues

Having trouble with some code, modding tools, game assets, php, html, mysql? Ask your questions and see if someone can give you a hand.
Post Reply
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

Xcode issues

Post by snoopying »

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! 
User avatar
auryx
Private
Posts: 206
Joined: Sun Dec 18, 2016 9:46 am

RE: Xcode issues

Post by auryx »

This is a long shot, as I know little about C++, less about Macs, and nothing about Xcode :-D 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
User avatar
auryx
Private
Posts: 206
Joined: Sun Dec 18, 2016 9:46 am

RE: Xcode issues

Post by auryx »

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
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

RE: Xcode issues

Post by snoopying »

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
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

RE: Xcode issues

Post by snoopying »

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.
Pinback
Private
Posts: 9312
Joined: Wed Dec 07, 2016 6:59 pm

RE: Xcode issues

Post by Pinback »

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]
snoopying
Private
Posts: 7
Joined: Tue May 14, 2013 8:56 pm

RE: Xcode issues

Post by snoopying »

thanks for the info! will post this on pioneer forum.
Post Reply

Return to “General Coding and Mod discussion”