Re: Let's try again compiling windows...

2008-10-27 Thread Jamiil
Sorry, I forgot to give you the actual parameters list returned by pkg-config ;)... CFLAGS ~~ -mms-bitfields -ID:/XWin/include/gtkmm-2.4 -ID:/XWin/lib/gtkmm-2.4/include -ID:/XWin/include/glibmm-2.4 -ID:/XWin/lib/glibmm-2.4/include -ID:/XWin/include/giomm-2.4 -ID:/XWin/lib/giomm-2.4/include

Re: Let's try again compiling windows...

2008-10-27 Thread Jam
Actually, what I did was to use 'pkg-config gtkmm-2.4 --cflags' and 'pkg-config gtkmm-2.4 --libs' to extract the parameter to re compile the application. I did the same when I compiled using the previous version of gtkmm-2.4. Is there something I should change this time? T.I.A. -- Know this..

Re: Let's try again compiling windows...

2008-10-25 Thread Armin Burgmeier
On Sat, 2008-10-25 at 11:13 -0400, Jam wrote: > I just downloaded gtkmm-win32-devel-2.14.1-3 and try to recompile an > application I had developed under gtkmm-win32-devel-2.10.11-1, but I get > a strange error: > > > -- Build: default in Console application -

Let's try again compiling windows...

2008-10-25 Thread Jam
I just downloaded gtkmm-win32-devel-2.14.1-3 and try to recompile an application I had developed under gtkmm-win32-devel-2.10.11-1, but I get a strange error: -- Build: default in Console application --- Linking executable: TheProgram.exe D:\XWin\bi