Search found 9 matches

by MrPerphekt
Thu Apr 11, 2013 4:09 pm
Forum: iPhone Port
Topic: Compiling 1.4.0 in XCode, official SDK
Replies: 6
Views: 7022

Hi Jose, My project was for the 1.4.0 branch. Of course, at the time that was the master branch so things could have changed before they moved on to 1.4.1. When I first started working on it there were a ton of file errors usually because the file wasn't in the project but did exist on disk. Most of...
by MrPerphekt
Sat Feb 25, 2012 9:01 pm
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

Project in the Sourceforge Tracker

Hi all, I just submitted my xcode project as a patch request in the SourceForge Tracker. If you want to grab it you can get it from there. Just look under tracker and you'll see my request with the project attached. https://sourceforge.net/tracker/?func=detail&aid=3494313&group_id=37116&...
by MrPerphekt
Sat Feb 25, 2012 9:00 pm
Forum: iPhone Port
Topic: Compiling 1.4.0 in XCode, official SDK
Replies: 6
Views: 7022

Just submitted my xcode project as a patch request

Hi all, I just submitted my xcode project as a patch request in the SourceForge Tracker. If you want to grab it you can get it from there. Just look under tracker and you'll see my request with the project attached. https://sourceforge.net/tracker/?func=detail&aid=3494313&group_id=37116&...
by MrPerphekt
Thu Feb 09, 2012 7:43 pm
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

I would love to contribute. My only concern is that I'm new to Apple Development and the XCode IDE so I'm not very confident in some of the stuff I did but my build does work and I've been playing LucasArts games all night. I did have to comment out the loading of the SCI plugin because of two unres...
by MrPerphekt
Wed Feb 08, 2012 10:31 pm
Forum: iPhone Port
Topic: Compiling 1.4.0 in XCode, official SDK
Replies: 6
Views: 7022

Takes some work

I finally just managed to get the master branch to build today. It takes quite a bit of work. First I went and removed all the files that no longer exist from the project (the red ones) and then I had to go through every directory in the project and add the files that were missing in the project but...
by MrPerphekt
Wed Feb 08, 2012 10:22 pm
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

Finally got it to build!

I finally managed to get the master branch to build for iOS using the Official SDK. Turns out the project is missing some files and also had some missing library references.
by MrPerphekt
Fri Feb 03, 2012 11:06 pm
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

Results

Thanks again for the help! After reading the article on StackOverflow I managed to get rid of the duplicate symbol errors but now I get a TON of other linker errors such as: "__ZN5Scumm23makeLogicHEbaseball2001EPNS_17ScummEngine_v90heE", referenced from: __ZN5Scumm7LogicHE11makeLogicHEEPNS...
by MrPerphekt
Fri Feb 03, 2012 7:02 pm
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

Thanks for the response! I originally searched for "duplicate symbols in xcode 4" but I just got a bunch of very specific scenarios, none of which applied to mine. I found the StackOverflow article you alluded to and that sounds exactly like what is happening so thank you! I'll give it a s...
by MrPerphekt
Fri Feb 03, 2012 12:26 am
Forum: iPhone Port
Topic: Link errors when using Master branch
Replies: 8
Views: 5936

Link errors when using Master branch

Good afternoon, Using the latest code in the Master branch from GitHub and the Official SDK I am getting duplicate symbol errors when linking. I've managed to correct all the compiler errors but now when linking I am getting duplicate symbol errors for the various codecs. Not sure what is going on s...