Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Make/Xcode problems
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JamesF0790" data-source="post: 1609690" data-attributes="member: 334542"><p>Hey,</p><p></p><p>I'll be the first to admit I'm not a programmer and this is why this has me stumped. I'm trying to compile the latest source of a program (<a href="http://www.projectaon.org/staff/david/download.php" target="_blank">Seventh Sense - Lone Wolf: A book player</a>) since the current Mac build is a full version old but I've run into a brick wall. First I tried using Xcode, I worked out how to import things and then had to start extracting the contents of the libs folder and adding them to the Xcode project. It went from errors about unable to find something like SDL.h to telling me that it couldn't find <sdl.h> and to use quotes instead. I did that and then it started spitting out semantic errors.</p><p></p><p></p><p>Discarding the Xcode idea I tried to do what I should have done at first and use make. I had to once again copy the library files into the src directory because it wasn't finding them where they were and then I got the angled bracket error again. Had to go through fixing them and them it spat out a "Clang error: Linker command failed with exit code 1" albeit with slightly different punctuation. I don't have it up in front of me I'm afraid.</p><p></p><p>A bit of research has told me that it couldn't find the files in <>s because it didn't know where to look but I'm honestly stumped at this point. I copied them in, changed the references to use direct ""s instead and it still won't make. I'm sure it's something simple that I'm just overlooking but I'd be grateful for any help.</p><p> </p><p>Cheers,</p><p>James</p></blockquote><p></p>
[QUOTE="JamesF0790, post: 1609690, member: 334542"] Hey, I'll be the first to admit I'm not a programmer and this is why this has me stumped. I'm trying to compile the latest source of a program ([url=http://www.projectaon.org/staff/david/download.php]Seventh Sense - Lone Wolf: A book player[/url]) since the current Mac build is a full version old but I've run into a brick wall. First I tried using Xcode, I worked out how to import things and then had to start extracting the contents of the libs folder and adding them to the Xcode project. It went from errors about unable to find something like SDL.h to telling me that it couldn't find <sdl.h> and to use quotes instead. I did that and then it started spitting out semantic errors. Discarding the Xcode idea I tried to do what I should have done at first and use make. I had to once again copy the library files into the src directory because it wasn't finding them where they were and then I got the angled bracket error again. Had to go through fixing them and them it spat out a "Clang error: Linker command failed with exit code 1" albeit with slightly different punctuation. I don't have it up in front of me I'm afraid. A bit of research has told me that it couldn't find the files in <>s because it didn't know where to look but I'm honestly stumped at this point. I copied them in, changed the references to use direct ""s instead and it still won't make. I'm sure it's something simple that I'm just overlooking but I'd be grateful for any help. Cheers, James [/QUOTE]
Verification
How many occurrences of a n-u-m-b-e-r between "d" and "f" in this example...(sdgs6ngklu3gd#f9%)?
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Make/Xcode problems
Top