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

Pages: [1]
1
General / Plethora of compile errors
« on: October 29, 2012, 10:32:36 pm »
Mac OS X 10.8.2
Xcode 4.5.1 (4G1004)

I'm getting a bunch of compile errors when building an unmodified project. I'm at a loss as to what causes them, though I guess it could be compiler related. If anyone is able to assist with this I'd be most grateful.

Quote
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/type_traits
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/type_traits:214:46: Use of undeclared identifier 'nullptr_t'; did you mean 'nullptr'?
/Users/Jocke/Dropbox/Dev/Projects/Xcode/Dwarf/Dwarf/main.cpp:1:10: In file included from /Users/Jocke/Dropbox/Dev/Projects/Xcode/Dwarf/Dwarf/main.cpp:1:
/usr/local/include/SFML/Graphics.hpp:32:10: In file included from /usr/local/include/SFML/Graphics.hpp:32:
/usr/local/include/SFML/Window.hpp:32:10: In file included from /usr/local/include/SFML/Window.hpp:32:
/usr/local/include/SFML/System.hpp:34:10: In file included from /usr/local/include/SFML/System.hpp:34:
/usr/local/include/SFML/System/Err.hpp:32:10: In file included from /usr/local/include/SFML/System/Err.hpp:32:
/usr/local/include/boost/tr1/tr1/ostream:16:12: In file included from /usr/local/include/boost/tr1/tr1/ostream:16:
/usr/local/include/boost/tr1/detail/config_all.hpp:151:17: In file included from /usr/local/include/boost/tr1/detail/config_all.hpp:151:
/usr/local/include/boost/tr1/tr1/utility:21:20: In file included from /usr/local/include/boost/tr1/tr1/utility:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/utility:125:10: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/utility:125:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/__tuple:16:10: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tuple:16:
/usr/local/include/boost/tr1/tr1/type_traits:22:20: In file included from /usr/local/include/boost/tr1/tr1/type_traits:22:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/type_traits:343:42: Use of undeclared identifier 'nullptr_t'; did you mean 'nullptr'?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/type_traits:350:14: Too few template arguments for class template '__is_function'
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/type_traits:419:46: Use of undeclared identifier 'nullptr_t'; did you mean 'nullptr'?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/exception
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/exception:128:45: Field has incomplete type 'std::exception_ptr'
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/exception:128:55: Expected ';' at end of declaration list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:1558:20: No member named 'memcpy' in namespace 'std::__1'; did you mean 'memcpy'?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:1586:20: No member named 'memcpy' in namespace 'std::__1'; did you mean 'memcpy'?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:2564:52: Expected ';' at end of declaration list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:2743:52: Expected ';' at end of declaration list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:2993:45: C++ requires a type specifier for all declarations
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3001:1: 'operator==' cannot be the name of a variable or data member
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3001:12: Use of undeclared identifier 'nullptr_t'; did you mean 'nullptr'?
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3001:55: Expected ';' at end of declaration
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3002:1: Expected unqualified-id
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3760:26: Expected ';' at end of declaration list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3782:37: Unknown type name 'nullptr_t'
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:3783:51: Unknown type name 'nullptr_t'
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/memory:4028:18: Qualified reference to 'shared_ptr' is a constructor name rather than a type wherever a constructor can be declared
Too many errors emitted, stopping now

[attachment deleted by admin]

Pages: [1]