Re: [wxCode-users] problems compiling wxplotctrl

2006-12-23 Thread John Labenski
On 12/21/06, Juan Jose Natera <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am trying to build wxPlotCtrl and I have found some problems, > basicly it's looking for gdk/gdk.h and failing, those files are in > /usr/include/gtk-2.0 though. > > src/plotdraw.cpp:60:25: warning: gdk/gdk.h: No such fil

[wxCode-users] problems compiling wxplotctrl

2006-12-21 Thread Juan Jose Natera
Hi everyone, I am trying to build wxPlotCtrl and I have found some problems, basicly it's looking for gdk/gdk.h and failing, those files are in /usr/include/gtk-2.0 though. src/plotdraw.cpp:60:25: warning: gdk/gdk.h: No such file or directory It then dies after it sees some undeclared gdk_* func