Hi,

   note1: if you don't feel "make clean" is enough, you can use "make 
distclean" to clean your build folder ;)

   note2: autoconf allows out-of-tree builds. Do

   mkdir mybuild
   cd mybuild
   ../configure
   make

to build out-of-tree wxstedit and/or other bakefile-based wxCode 
components ;)


klaas.holwerda ha scritto:
> Next i thought to try my other installed wxWidgest again, using this:
> 
> ./configure --with-wx-config=gtk2-ansi-debug-2.8
> 
> Oops one more error.
AFAIK (I admit I've never used it very often) the --with-wx-config 
option requires that you specify the path to the "wx-config" script to 
use, not the signature of the build you want to use.
E.g.

./configure 
--with-wx-config="/usr/local/lib/wx/config/gtk2-ansi-debug-static-2.8"



> ar @AROPTIONS@ lib/libwxcode_gtk2d_stedit-2.8.a stedit_lib_stedit.o 
the @AROPTIONS@ symbol should have been substituted by the "configure" 
process... btw I do see the same error with the from-CVS configure script.

However if I regen the script locally, the problem disappear.

John, did you regenerated it or just manually change the 0.2.0 => 0.2.2 
version in the script?

BTW I've taken the freedom to commit my working version of "configure"...

Francesco


-------------------------------------------------------------------------
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
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to