Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pmerc

Pages: [1]
1
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 03, 2013, 03:48:17 am »
Thanks Hiura, that did it.  Alls working now.  :)

2
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 02, 2013, 07:35:10 pm »
And just to be clear, its only templates/SFML/SFML Linker.xctemplate/TemplateInfo.plist that needs replacing, correct? Or is it EVERY TemplateInfo.plist in each template?

3
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 02, 2013, 07:26:28 pm »
YuDoDis, what did you need to do?

4
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 01, 2013, 08:16:47 pm »
Thanks for the help Hiura!

I'm using:
Xcode Version 5.0 (5A1413)

with

SFML-2.1-osx-clang-universal
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

on osx 10.8.5

Thanks for the advice, I was was wondering if maybe it was a caching issue too.

I will do what you recommend tonight after work and let you know how it goes!

5
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 01, 2013, 06:49:36 pm »
So heres whats happening.  I just got a new computer (2013 Macbook air) and want to bring over a project from a xcode 4 project, not that it really matters, because I'm still struggling with getting it to compile the SFML default starter project. 

I'm thinking that it I may not be using the correct version of SFML - on my original project it was the GCC version and thats what I started with on the new machine, didn't work - so I went back re-read the tutorial again for installing, downloaded the 'clang' version, over wrote all Framework library files (replacing GCC with clang), made sure I have the updated template plist, installed Command Line Tools, and started a new SFML App project using C++11 with Clang and libc++.  So (obviously) before I start porting over my code, I try to compile default project and I consistently get linker errors.

So I have then closed Xcode, deleted the project and tried with each C++ Compiler and standard library option, just to see.  Each time it fails, I close Xcode, trash project and try the next.  Still no luck :(

6
General / Re: is SFML 2.1 not compatible with Xcode 5?
« on: October 01, 2013, 06:10:25 am »
Hey guys, I'm also having this issue.  I replaced TemplateInfo.plist with the update and I'm still getting the exact same 36 errors.  I'm assuming its probably some build setting I've got wrong.  Any suggestions?

Pages: [1]