On Tue, 14 Nov 2006 12:32:19 -0600 "Gerald V. Livingston II" <[EMAIL PROTECTED]> wrote:
GVLI> I just grabbed the svn of M. I'm going to try compiling everything native GVLI> on my system including wx. Should I grab 2.8.0 RC 1? Is there an svn co GVLI> for it? I've been digging around on the site and don't see it. You can use cvs HEAD for now: cvs -d:pserver:[EMAIL PROTECTED]:/pack/cvsroots/wxwidgets login cvs -z1 -d:pserver:[EMAIL PROTECTED]:/pack/cvsroots/wxwidgets co -r wxGTK When 2.8 branch is created in cvs, then the 2nd line will become: cvs -z1 -d:pserver:[EMAIL PROTECTED]:/pack/cvsroots/wxwidgets co -r WX_2_8_BRANCH wxGTK GVLI> Do I just need to grab the -gtk version for building? And how do I build GVLI> with "-ansi" rather than unicode? I build it like this: ../configure --enable-debug --with-gtk I think --with-gtk is default, and you may not want debug, so just running ../configure make will work. You can use uninstalled copy of wx - don't run 'make install', add a line /a/M/wxWindows.28/build.gtk2.nun/lib (adjust for you wx sources path) to /etc/ld.so.conf and run /sbin/ldconfig. Then for M use WX_CONFIG_PATH=/a/M/wxWindows.28/build.gtk2.nun/wx-config ../configure --enable-debug --with-wxdebug --without-python --with-modules=static (adjust your configure options) make make install Regards, Nerijus ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
