On 1/13/08, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > On Jan 13, 2008 11:32 PM, John Labenski <[EMAIL PROTECTED]> wrote: > > > > They are all commented out. > > > > > > #WXLIBPOSTFIX = d > > > #WXLIBPOSTFIX = ud > > > #WXLIBPOSTFIX = u > > > > ================= > > > > Ryan, please do these two things. > > > > 2) On the command line > > $export WX_DEBUG_CONFIGURE="1" > > then run configure and post the output which will hopefully contain > > enough info to figure out what's wrong. > > Here is the output when I run configure after $export WX_DEBUG_CONFIGURE="1" > $ ./configure --with-wxversion=2.8 ... > checking for the --with-wxshared option... will be automatically detected ... > [dbg] UNICODE: auto, WX_UNICODE: ... > [dbg] Using wx-config --selected-config > [dbg] WX_SELECTEDCONFIG: gtk2-unicode-release-2.8 > checking if wxWidgets was built with UNICODE enabled... yes ... > [dbg] WX_UNICODE: 1
Strange indeed. Two more things, but always run with $export WX_DEBUG_CONFIGURE="1" and check the values above. 1) Get the new CVS, I bet it's fixed, from the last wxwin.m4 fix. 2) "$configure --enable-unicode" Does forcing unicode work? 3) Edit configure. Find this code COND_BUILD_RELEASE_UNICODE_1="#" if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then COND_BUILD_RELEASE_UNICODE_1="" fi Add this before, what does it say? echo "UNICODE '$UNICODE'" echo "WX_UNICODE '$WX_UNICODE'" echo "BUILD '$BUILD'" Thanks, John ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users