On Tue, 2005-03-15 at 08:01 -0700, John Taber wrote: > Also the library dependencies seem scary more so > than some other toolkits - maybe it's not true - a sample makefile for linux > and windows might address this. The reason that there are a lot of library dependencies is that GTK+ and it's support libraries are very modularised (which is good IMHO). The only gtkmm dependency that isn't a GTK+ dependency module or a C++ wrapper for one is libsigc++ (which is also good, since that means that you can separate your logic from your GUI code completely and still use the same signalling system). And 'g++ -o myprogram myprogram.cpp `pkg-config --libs --cflags gtkmm-2.4`' isn't that scary. -- Lars Luthman PGP key: http://www.d.kth.se/~d00-llu/pgp_key.php Fingerprint: FCA7 C790 19B9 322D EB7A E1B3 4371 4650 04C7 7E2E
Attachment:
signature.asc
Description: This is a digitally signed message part