From: Dave F. <dav...@co...> - 2004-03-23 09:11:49
|
On Tuesday 23 March 2004 08:14 am, Patrick Earl wrote: > Anyways, is it compiling now? I wanna take off, but I also wanna know > if it's working. :) Last time on this subject, I swear. :) I'm building again, here's what I had to do. Configure wxWidgets with --enable-gtk2 (had to delete config.cache for the change to take effect, since I had originally configured with default options). Build xrc according to your instructions. I didn't check out the changed configure.in you made, so I copied the resulting library (called libwx_gtk2_xrc.a) to /usr/lib. Then I had to modify my configure.in to link to libwx_gtk2_xrc. Note the "2" in there, because Mandrake compiled wxGTK against GTK2 rather than the old, ugly GTK. So, to make a check, we need to run wxconfig --basename in configure.in and check the base name, so we know what to link against. Then we could try compiling a test app against the xrc library and see if it runs. I added an if statement to check wx-config --basename and set the $LIBS accordingly for XRC, but no check for XRC itself. Still just assuming it's there.... So I committed configure.in. :) Anyway, just sticking what I'm thinking right now about the configure check, maybe I'll get to it sometime soon. Probably not. :) I didn't get as much done tonight as I'd hoped, but I'm going to bed. *yawn* The Doxy thing is important, though, and it's done, and I'm happy about that. :) Dave -- Visit my website! http://www.davefancella.com/?event=em A gourmet who thinks of calories is like a tart that looks at her watch. -- James Beard |