Re: [wxCode-users] wxstedit static build

2007-03-29 Thread John Labenski
On 3/29/07, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > > 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. This is good, I co

Re: [wxCode-users] wxstedit static build

2007-03-29 Thread klaas.holwerda
Francesco Montorsi wrote: > 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 wxsted

Re: [wxCode-users] wxstedit static build

2007-03-29 Thread Francesco Montorsi
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 component

[wxCode-users] wxstedit static build

2007-03-29 Thread klaas.holwerda
Hi, After compiling wxstedit in shared ( as by default wxWidgets ). I now wanted to try static mode. It looks like there is a problem, even after removing and checking out wxstedit again completely. ( see last dump down here, ) Next i thought to try my other installed wxWidgest again, using this