Re: [gtkmm] Problems with Dev-C++ and gtkmm



At 06:37 PM 8/28/2003 +0200, Oliver Brandt wrote:
Hi Cedric,

Am 27.08.2003 09:15:06, schrieb Cedric Gustin <cedric gustin swing be>:

>>How to create a minimal project with gtkmm with Dev-C++ ?
>I don't use Dev-C++, but I would choose a basic (see the first tab in your
>screenshots) C++ Project Template (no GTK+-1.3 or wxWindows projects) and
>add the relevant header and library path options manually as described in
>the gtkmm documentation.
>Hope it helps

so here is the solution:

my setup for gtmmm and Dev-C++ 4.9.8.0 for windows2000


Could you provide a log (I don't know if Dev-C++ can do this) of the g++/ld commands executed in the background ?

Two hints :

1. Make sure gcc-3.2.x is used
2. The -mms-bitfields compiler option is required (but GTK+ should tell you at runtime if you forgot to compile your app with this option)

You could also try the good old command line-based method with, for example, the msys distribution (available from www.mingw.org) and see if it works better. Can you compile/run one of the (many) gtkmm examples/demo ?

Cedric




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