From: Patrick E. <pa...@pa...> - 2004-03-23 07:44:50
|
On Monday 22 March 2004 16:17, Dave Fancella wrote: > Hmm. Can't build. :) Says can't find -lwx_gtk_xrc or something > like that. Mandrake doesn't appear to provide any packages with the > XRC stuff, so I may have to go the hard route and build wxWidgets > from scratch. :( You only need to build the xrc library itself. It's kinda separate from the main distribution. For anyone who needs it, here's what you can do: Grab the source... http://aleron.dl.sourceforge.net/sourceforge/ wxwindows/wxGTK-2.4.2.tar.bz2 tar jxvf wxGTK-2.4.2.tar.bz2 cd wxGTK-2.4.2 ./configure --disable-shared cd contrib/src/xrc make cp ../../../lib/libwx_gtk_xrc-2.4.a YOUR_JAZZ_SRC_DIR Let me know if you encounter problems. We'll certainly want to make this library static for binary distributions. If development issues prove to be tricky, we could maintain a copy of the library source in the CVS. > I'm gonna go ahead and take a crack at a doxygen config file and > start hacking away on the Project stuff, but I don't want to do any > factoring until I can build the XRC stuff again. Wouldn't be able > to make sure it builds before committing. ;) (Well, I can add new > files to the repository and when I can build again add them to > Makefile.am and commit when it builds) Well, hopefully you can build now. :) Strangely enough, I'm happy to hear of any problems that come up. Patrick |