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

Pages: [1]
1
SFML projects / Re: TGUI: a c++ GUI for SFML (with Form Builder)
« on: April 19, 2012, 03:42:39 pm »
Has anybody tried to use this with the latest SFML 2.0 RC ? It compiles correctly but after the init function it seg faults.

2
General / Re: SFML-1.6 and Eclipse CDT
« on: April 16, 2012, 06:40:36 pm »
I followed the directions but ran into issues. The issue lies in the linking process. I added the includes for the preprocessor and it no longer errors, but when the linker comes around it says it can't find -lsfml-system .

I have the linker's include to my decompressed SFML1-6 folder/lib.

I found the only solution was to use my distro's package management system to download libsfml-dev and install the rest of the libcsfml-*. Isn't that what the lib folder on in the archive was for?

3
General / SFML-1.6 and Eclipse CDT
« on: April 13, 2012, 10:10:49 pm »
I'm trying to build the sample program in Eclipse under Ubuntu Linux and i'm not sure how to link everything up or where to put the decompressed files.

Does anybody have any experience configuring Eclipse for use with SFML?.

Pages: [1]
anything