Search found 9 matches
- Thu Apr 11, 2013 4:09 pm
- Forum: iPhone Port
- Topic: Compiling 1.4.0 in XCode, official SDK
- Replies: 6
- Views: 7127
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...
- Sat Feb 25, 2012 9:01 pm
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
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&...
- Sat Feb 25, 2012 9:00 pm
- Forum: iPhone Port
- Topic: Compiling 1.4.0 in XCode, official SDK
- Replies: 6
- Views: 7127
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&...
- Thu Feb 09, 2012 7:43 pm
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
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...
- Wed Feb 08, 2012 10:31 pm
- Forum: iPhone Port
- Topic: Compiling 1.4.0 in XCode, official SDK
- Replies: 6
- Views: 7127
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...
- Wed Feb 08, 2012 10:22 pm
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
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.
- Fri Feb 03, 2012 11:06 pm
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
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...
- Fri Feb 03, 2012 7:02 pm
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
- Fri Feb 03, 2012 12:26 am
- Forum: iPhone Port
- Topic: Link errors when using Master branch
- Replies: 8
- Views: 6028
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...