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

Pages: [1]
1
General / Building on Ubuntu
« on: August 14, 2007, 10:03:54 am »
I've been trying to build sfml on ubuntu linux 7.04.  CMake fails with this error:
The end of a CMakeLists file was reached with an IF statement that was not closed properly.
Within the directory: /home/dan/Projects/sfml/src/SFML/System
The arguments are: UNIX
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dan/Projects/sfml/src

Which in turn causes a whole mess of problems in Clock.cpp

I changed line 34 from
ENDIF(WIN32)
to
ENDIF(UNIX)
and cmake succeeded (however I'm still getting build errors but I'll give you an update on that.

cheers
-Dan

2
Window / Gtk+
« on: August 14, 2007, 09:00:23 am »
I think the promise of integrating SFML with widget toolkits such as Gtk+ (and others such as Qt and Win32.  However I personally have an interest in Gtk+) is one of the best things about SFML from what i've seen so far, and I would love to see it implemented. (I am totally willing to work on it myself at some point, although I definitely can't dedicate my full attention to it for quite a while)

I guess the purpose of this thread is mostly to see if anyone else has similar interest in this functionality.

cheers
-Dan

Pages: [1]