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

Pages: [1]
1
C / Re: Where do I get csfml-*-2.dll libraries from?
« on: May 23, 2013, 07:24:57 pm »
My mistake, I have them now. thanks

2
C / Re: Where do I get csfml-*-2.dll libraries from?
« on: May 23, 2013, 07:19:05 pm »
I have .lib files, yes.

3
C / Where do I get csfml-*-2.dll libraries from?
« on: May 23, 2013, 06:34:35 pm »
I followed the Code::Blocks tutorial for setting up SFML 2. However, I'm using CSFML and not SFML, and I get "Application has failed to start because csfml-graphics-2.dll was not found."

Where do I get the CSFML DLL's from?

Thanks

4
C / CSFML Full SDK for SFML 2
« on: February 22, 2013, 01:27:37 pm »
When will a CSFML Full SDK for SFML 2 be available?

Also, will it work with VS 2010?

Thanks

5
Python / Re: I cannot get SFML working with Python
« on: February 19, 2013, 12:41:15 am »
Turns out I only needed to install python-sfml from the package manager!

6
Python / I cannot get SFML working with Python
« on: February 18, 2013, 11:57:45 pm »
So, I followed the instructions from here: http://sfml-dev.org/tutorials/1.6/start-python.php

I have copy and pasted the SDK to the /usr/lib/python2.7 directory but I am still getting:

>>> from PySFML import sf
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named PySFML


And I cannot build the SDK either:
lloyd@lloyd-d530-linux /usr/lib/python2.7/python $ python setup.py build
running build
running build_py
running build_ext
building 'PySFML.sf' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I../include -I/usr/include/python2.7 -c src/Clock.cpp -o build/temp.linux-x86_64-2.7/src/Clock.o
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
error: command 'gcc' failed with exit status 1
 


What am I doing wrong?

Thanks

Pages: [1]