Notifications
Clear all

Xcode issues


snoopying
(@snoopying)
Crewman Registered
Joined: 11 years ago
Posts: 7
Topic starter  

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!

 


Quote
auryx
(@auryx)
Warrant Officer Registered
Joined: 7 years ago
Posts: 202
 

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

You look good through a crosshair.


ReplyQuote
auryx
(@auryx)
Warrant Officer Registered
Joined: 7 years ago
Posts: 202
 

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

You look good through a crosshair.


ReplyQuote
snoopying
(@snoopying)
Crewman Registered
Joined: 11 years ago
Posts: 7
Topic starter  

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.7

clang: 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


ReplyQuote
snoopying
(@snoopying)
Crewman Registered
Joined: 11 years ago
Posts: 7
Topic starter  

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 files

Command /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.h

deadvideolink.h

deadvideolink.cpp

beziercurve.h

 

thanks.


ReplyQuote
Pinback
(@pinback)
99 Star General Site Moderator
Joined: 7 years ago
Posts: 9085
 

Hello Snoopying

 

Is this about Pioneer if so your best bet for an answer would be on their own forum http://pioneerspacesim.net/forum/


ReplyQuote
snoopying
(@snoopying)
Crewman Registered
Joined: 11 years ago
Posts: 7
Topic starter  

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


ReplyQuote