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.


Topics - aisman

Pages: [1]
1
C / CMake Error at cmake/Macros.cmake:55 (csfml_parse_arguments)
« on: June 10, 2011, 08:18:48 am »
I have downloaded SFML2 today mornig.
SFML was successful compiled
All SFML* variables was set correct
but when I start cmake (Configure Button) I get this CMake error below:

How can I fix it?  Maybe a problem with the '_' on the path (\_SFML2_110610\...)?

Thanks
aisman

Code: [Select]
Found SFML: D:\_1_PRIVATE_\_SFML2_110610\include
CMake Error at cmake/Macros.cmake:55 (csfml_parse_arguments):
  Syntax error in cmake code at

    D:/_1_PRIVATE_/_SFML2_110610/bindings/c/cmake/Macros.cmake:55

  when parsing string

    SOURCES;D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Clock.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ClockStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Clock.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Mutex.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/MutexStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Mutex.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Sleep.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Sleep.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Thread.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ThreadStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Thread.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Types.h;
DEPENDS;debug;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Debug;
optimized;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Release

  Invalid escape sequence \_
Call Stack (most recent call first):
  src/SFML/System/CMakeLists.txt:22 (csfml_add_library)


Configuring incomplete, errors occurred!

2
C / [Solved] SVN: CSFML\VC2008 corrently not compiling
« on: September 16, 2008, 09:05:55 pm »
I get some linker errors on all SVN CSFML VC2008 projects.

3
Window / unresolved external symbol "public: __thiscall sf::Wind
« on: May 01, 2008, 08:58:00 pm »
On my project I got with the SVN:
>SFMLmemory.obj : error LNK2001: unresolved external symbol "public: __thiscall sf::Window::Settings::Settings(unsigned int,unsigned int,unsigned int)" (??0Settings@Window@sf@@QAE@III@Z)

4
Graphics / sf::RenderWindow::OptimizeForNonOpenGL(true) not in SVN?
« on: April 22, 2008, 07:43:34 pm »
Use the SFML SVN with VC2008.

Get compiler error:
'OptimizeForNonOpenGL' : is not a member of 'sf::RenderWindow'

5
A additional faster Time elapse will be usefull.

6
"Done - ready for next version"
Means: Implemented in the SVN, right?

7
Graphics / How can I draw a shape to a sprite?
« on: April 16, 2008, 10:55:04 am »
I want to draw my own sprites.
Can I draw a shape to a sprite for this?

8
SFML projects / Plan to switch to SFML...
« on: April 15, 2008, 09:15:02 am »
Hello all,

I plan to continues develop my PureBasic games together with the SFML library.
Hope this is the right decision?


Here some screenshots from some of  my PureBasic projects:

PBpilot (very early state):


PBsnake:


PBpuzzle:


PetriDish:


=QONK=:

Pages: [1]