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

Pages: [1]
1
General / Re: Installing SFML 2.0 help?
« on: May 12, 2013, 02:32:29 pm »
hey thankss i didn't see the extension there haha foolish me i guess :) thank you again.

2
General / [SOLVED] Installing SFML 2.0 help?
« on: May 12, 2013, 02:04:48 pm »
so i'm new to SFML and i've been following the instruction from here: (http://www.sfml-dev.org/tutorials/2.0/start-cb.php) and i've got this error help?

-------------- Build: Debug in SFML Test (compiler: GNU GCC Compiler)---------------

mingw32-gcc.exe -Wall  -g    -I..\..\CodeBlocks\SFML-2.0\include  -c "D:\Greffin\C++ 2010\SFML Test\main.c" -o obj\Debug\main.o
In file included from ..\..\CodeBlocks\SFML-2.0\include/SFML/System.hpp:32:0,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Window.hpp:32,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Graphics.hpp:32,
                 from D:\Greffin\C++ 2010\SFML Test\main.c:1:
..\..\CodeBlocks\SFML-2.0\include/SFML/Config.hpp:129:1: error: unknown type name 'namespace'
..\..\CodeBlocks\SFML-2.0\include/SFML/Config.hpp:130:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
In file included from ..\..\CodeBlocks\SFML-2.0\include/SFML/System/Clock.hpp:32:0,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/System.hpp:33,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Window.hpp:32,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Graphics.hpp:32,
                 from D:\Greffin\C++ 2010\SFML Test\main.c:1:
..\..\CodeBlocks\SFML-2.0\include/SFML/System/Time.hpp:34:1: error: unknown type name 'namespace'
..\..\CodeBlocks\SFML-2.0\include/SFML/System/Time.hpp:35:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
In file included from ..\..\CodeBlocks\SFML-2.0\include/SFML/System.hpp:33:0,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Window.hpp:32,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Graphics.hpp:32,
                 from D:\Greffin\C++ 2010\SFML Test\main.c:1:
..\..\CodeBlocks\SFML-2.0\include/SFML/System/Clock.hpp:35:1: error: unknown type name 'namespace'
..\..\CodeBlocks\SFML-2.0\include/SFML/System/Clock.hpp:36:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
In file included from ..\..\CodeBlocks\SFML-2.0\include/SFML/System.hpp:34:0,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Window.hpp:32,
                 from ..\..\CodeBlocks\SFML-2.0\include/SFML/Graphics.hpp:32,
                 from D:\Greffin\C++ 2010\SFML Test\main.c:1:
..\..\CodeBlocks\SFML-2.0\include/SFML/System/Err.hpp:32:19: fatal error: ostream: No such file or directory
compilation terminated.
Process terminated with status 1 (0 minutes, 0 seconds)
7 errors, 0 warnings (0 minutes, 0 seconds)

Pages: [1]