2
« on: April 07, 2011, 06:53:18 am »
Having the same issue, except I'm using llvm gcc (with xcodebuild).
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&)