RE: gdlmm

2005-09-01 Thread Foster Gareth
It would be fantastic if you could knock up your own step by step guide as you go along. Just bang something rough on a wiki somewhere, as long as all the steps are there, people could then improve it and arrange it into a full tutorial. I think it would be a very welcome addition to the *mm

RE: UI event sounds

2005-09-01 Thread Erik Ohrnberger
Gaz, Thanks for the pointers. I'll check it out. Erik. On Wed, August 31, 2005 5:22, Foster Gareth said: Time to dig into yet another API! :-( Having already dug into the Gnome C API, I can tell you that there is a function ...

ustring problem

2005-09-01 Thread Erwin Rol
Hey all, while working on a wrapper for gdl I ran into a problem with Glib:ustring. The following program gives a compile error. #include gtkmm.h int main(int argc, char* argv[]) { Glib::ustring tmp; return 0; } The error is; g++ -g -c `pkg-config gtkmm-2.4 --cflags` main.cpp

Re: ustring problem

2005-09-01 Thread Chris Vine
On Thursday 01 September 2005 21:45, Erwin Rol wrote: OK after recompiling the srpm from http://download.fedora.redhat.com/pub/fedora/linux/extras/development/SRPMS /glibmm24-2.6.1-1.src.rpm on my system it works correctly. During the configure of i can see the following line ; checking

Re: ustring problem

2005-09-01 Thread Erwin Rol
On Thu, 2005-09-01 at 22:57 +0100, Chris Vine wrote: On Thursday 01 September 2005 21:45, Erwin Rol wrote: gcc-4.0 does allow static member variables to be initialised inline. So do gcc-3.2, 3.3 and 3.4, with x86 at any rate. Older pre-C++98 compilers may not. What does 'gcc --version'