From: Mikhail R. <mr...@ra...> - 2004-12-03 00:10:18
|
SumaryL solution to this problem found, now I have another problem. > Yes, the problem does look like your wxWindows is built with GTK2 stuff > -- I've never tested this before, because it seemed experimental at the > time.. > > so, I don't have this problem, but here are some solutions: > > 1) try taking out the gtk-config things altogether; I'm not sure if > they're necessary.. They are, in this art of app.h : (lines 48ff) /* for the silly key state stuff :( */ #ifdef __WXGTK__ #include <gdk/gdk.h> #endif > 2) try replacing the gtk-config stuff with "pkg-config gtk+-2.0 > --cflags" etc. (i.e. replace "gtk-config" with "pkg-config gtk+-2.0". This has worked for that particular problem! Now I have another problem. Apparently my RPM version of wxGTK does not provide wxrc. wxrc -c rc/*xrc -o xrc_res.cc /bin/sh: line 1: wxrc: command not found yum has confirmed that there are no packages that provide wxrc. Of course I can compile against the wx CVS version; but, is there no other way to get around this? -- Yours, Mikhail Ramendik |