Re: [gtkmm] problems installing gtkmm under windows



----- Original Message ----- 
From: "Tamer Higazi" <tamer higazi web de>
To: <gtkmm-list gnome org>
Sent: Thursday, July 24, 2003 1:57 PM
Subject: [gtkmm] problems installing gtkmm under windows


> Hi!
> I got problems installing GTKMM for windows. Could somebody help me?!
> 
> I downloaded the packages:
> 
> gtkmm-2.2.3-mingw32-bin.zip
> gtkmm-2.2.3-mingw32-lib.zip
> libsigc++-1.2.5-mingw32-bin.zip
> libsigc++-1.2.5-mingw32-lib.zip
> gtkmm-2.2.3.2.exe
> 
> and GTK+ for Windows is allready installed.
> 
> 
> There is nowhere a manual where i extract the packages. What do i do 
> with them? Should i extract them all in the MingW directory?
> 
You needn't extract them in the mingw directory, just extract them in any directory you like,
but your system's envirenment variable PATH must contain the directory where the packages' DLL files are.

For compiling a program with MinGW, you'd better install the pkg-config package and set the 
PKG_CONFIG_PATH to those directories that contain .pc files (eg. gtkmm-2.0.pc), then you
can use `pkg-config --cflags gtkmm-2.0` and    `pkg-config --libs gtkmm-2.0` to generate the compile
and link flags, just as:
gcc -o foo foo.c `pkg-config --cflags --libs gtkmm-2.0`


> And, how do successfully compile a program with MinGW?!
> 
> 
> Tamer
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]