From: Patrick E. <pa...@pa...> - 2004-03-23 09:51:22
|
On Monday 22 March 2004 18:11, Dave Fancella wrote: > 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. :) Okay... so much for going to bed early tonight. :) > 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.... Well, being a little crazy, I went and imported the xrc source into the jazz tree. It's the same source under windows and linux and such, so I figure it'll be happy with whatever compilation system we're using. Right now it uses a standard Makefile and wx-config to compile itself. This means that a standard check-out from the CVS will now build with just the plain wxWidgets libraries. We don't have to assume the library exists, since we build it ourselves. Okay, now I'm going to bed. :) Patrick |