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

Pages: [1]
1
General / [SFML2] [MAC] Compile failure during SFML build
« on: April 07, 2011, 07:21:37 pm »
Quote from: "Laurent"
The OS X implementation is not up-to-date with the latest modifications, you'll have to wait a few more days.


Awesome, thanks! I appreciate the input :).

2
General / [SFML2] [MAC] Compile failure during SFML build
« on: April 07, 2011, 06:53:18 am »
Having the same issue, except I'm using llvm gcc (with xcodebuild).

Code: [Select]


CompileC build/src/SFML/Window/SFML.build/RelWithDebInfo/sfml-window.build/Objects-normal/x86_64/GlContext.o src/SFML/Window/GlContext.cpp normal x86_64 c++ com.apple.compilers.llvmgcc42
    cd /Users/jamal/Source/sfml-git
    setenv LANG en_US.US-ASCII
    /Developer/usr/bin/llvm-gcc-4.2 -x c++ -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -O2 -DCMAKE_INTDIR="RelWithDebInfo" -Dsfml_window_EXPORTS -DSFML_EXPORTS -isysroot /Developer/SDKs/MacOSX10.6.sdk -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -I/Users/jamal/Source/sfml-git/build/lib/RelWithDebInfo/include -I/Users/jamal/Source/sfml-git/include -I/Users/jamal/Source/sfml-git/src -I/Users/jamal/Source/sfml-git/build/src/SFML/Window/SFML.build/RelWithDebInfo/sfml-window.build/DerivedSources/x86_64 -I/Users/jamal/Source/sfml-git/build/src/SFML/Window/SFML.build/RelWithDebInfo/sfml-window.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/jamal/Source/sfml-git/build/lib/RelWithDebInfo -fPIC -c /Users/jamal/Source/sfml-git/src/SFML/Window/GlContext.cpp -o /Users/jamal/Source/sfml-git/build/src/SFML/Window/SFML.build/RelWithDebInfo/sfml-window.build/Objects-normal/x86_64/GlContext.o
/Users/jamal/Source/sfml-git/src/SFML/Window/GlContext.cpp: In static member function 'static sf::priv::GlContext* sf::priv::GlContext::New(const sf::ContextSettings&, const sf::priv::WindowImpl*, unsigned int)':
/Users/jamal/Source/sfml-git/src/SFML/Window/GlContext.cpp:143: error: no matching function for call to 'sf::priv::SFContext::SFContext(ContextType*&, const sf::ContextSettings&, const sf::priv::WindowImpl*&, unsigned int&)'
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:82: note: candidates are: sf::priv::SFContext::SFContext(sf::priv::SFContext*, const sf::priv::WindowImpl*, unsigned int, const sf::ContextSettings&)
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:70: note:                 sf::priv::SFContext::SFContext(sf::priv::SFContext*)
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:62: note:                 sf::priv::SFContext::SFContext(const sf::priv::SFContext&)
/Users/jamal/Source/sfml-git/src/SFML/Window/GlContext.cpp: In static member function 'static sf::priv::GlContext* sf::priv::GlContext::New(const sf::ContextSettings&, unsigned int, unsigned int)':
/Users/jamal/Source/sfml-git/src/SFML/Window/GlContext.cpp:160: error: no matching function for call to 'sf::priv::SFContext::SFContext(ContextType*&, const sf::ContextSettings&, unsigned int&, unsigned int&)'
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:82: note: candidates are: sf::priv::SFContext::SFContext(sf::priv::SFContext*, const sf::priv::WindowImpl*, unsigned int, const sf::ContextSettings&)
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:70: note:                 sf::priv::SFContext::SFContext(sf::priv::SFContext*)
/Users/jamal/Source/sfml-git/src/SFML/Window/OSX/SFContext.hpp:62: note:                 sf::priv::SFContext::SFContext(const sf::priv::SFContext&)

Pages: [1]