wxSQLite setup.h when using GTK3.

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
pkuriakose
In need of some credit
In need of some credit
Posts: 5
Joined: Thu Aug 17, 2006 3:39 am
Location: Shelton,CT USA
Contact:

wxSQLite setup.h when using GTK3.

Post by pkuriakose »

Hello,

I seem to be getting a setup.h not found when compiling in Ubunut with GTK3. I reconfigured to us GTK+2 and all is well.

When I read through the configure file, it seems to set up for GTK+2 only.

Am I nuts? (with regards to this issue of course)

Thanks,

Paul
utelle
Moderator
Moderator
Posts: 1125
Joined: Tue Jul 05, 2005 10:00 pm
Location: Cologne, Germany
Contact:

Re: wxSQLite setup.h when using GTK3.

Post by utelle »

pkuriakose wrote:I seem to be getting a setup.h not found when compiling in Ubunut with GTK3. I reconfigured to us GTK+2 and all is well.

When I read through the configure file, it seems to set up for GTK+2 only.

Am I nuts? (with regards to this issue of course)
wxSQLite3 does not include setup.h directly. However, no wonder, it includes wxWidgets header files, which in turn require to include setup.h somewhere internally.

That is, if you get errors "setup.h" not found, something is wrong with your wxWidgets installation.

Regards,

Ulrich
Post Reply