Re: [wxCode-users] wxStEdit write access

2009-10-27 Thread Troels K
Thanks! Troels On Mon, Oct 26, 2009 at 5:35 PM, Francesco Montorsi wrote: > Troels K ha scritto: > > Hi Francesco > > > > John says it's ok that I contribute. Please move wxStEdit from cvs to > > svn first. > done now (together with other John's components that he asked me to move). > > Good wor

Re: [wxCode-users] wxStEdit write access

2009-10-26 Thread Francesco Montorsi
Troels K ha scritto: > Hi Francesco > > John says it's ok that I contribute. Please move wxStEdit from cvs to > svn first. done now (together with other John's components that he asked me to move). Good work! Francesco ---

[wxCode-users] wxStEdit write access

2009-10-19 Thread Troels K
Hi Francesco John says it's ok that I contribute. Please move wxStEdit from cvs to svn first. Many thanks! Troels -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you nee

Re: [wxCode-users] wxstedit in shared + RTTI error

2007-04-03 Thread klaas.holwerda
Francesco Montorsi wrote: > very strange. This may need investigation: could it be because of some > incorrect RTTI usage? > I am not using wxProcess anywhere i know of. > > which seems to mean that it tells to ld to use static libs to resolve > _all_ symbols. > Yes, so what? -Bstatic and -B

Re: [wxCode-users] wxstedit in shared + RTTI error

2007-04-02 Thread Francesco Montorsi
klaas.holwerda ha scritto: > Hi, > > After days of searching i finally discovered the reason behind the error > this: > > [EMAIL PROTECTED] editmdi]$ ./sample_editor_editmdi > 17:57:41: Debug: ./src/common/object.cpp(244): assert > "sm_classTable->Get(m_className) == NULL" failed in Register():

[wxCode-users] wxstedit in shared + RTTI error

2007-03-30 Thread klaas.holwerda
Hi, After days of searching i finally discovered the reason behind the error this: [EMAIL PROTECTED] editmdi]$ ./sample_editor_editmdi 17:57:41: Debug: ./src/common/object.cpp(244): assert "sm_classTable->Get(m_className) == NULL" failed in Register(): Class "wxProcess" already in RTTI table -

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

Re: [wxCode-users] wxstedit

2007-03-26 Thread John Labenski
On 3/26/07, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > klaas.holwerda ha scritto: > > Hi John (i think), > > > > Running configure, tells me at the end that: > > > > configure: error: Versions of Bakefile used to generate makefile (0.2.2) > > and configure (0.2.0) do not match. > > This is wit

Re: [wxCode-users] wxstedit

2007-03-26 Thread Francesco Montorsi
klaas.holwerda ha scritto: > Hi John (i think), > > Running configure, tells me at the end that: > > configure: error: Versions of Bakefile used to generate makefile (0.2.2) > and configure (0.2.0) do not match. > This is with the latest CVS. > > What can be the problem ? well, exactly what the

[wxCode-users] wxstedit

2007-03-26 Thread klaas.holwerda
Hi John (i think), Running configure, tells me at the end that: configure: error: Versions of Bakefile used to generate makefile (0.2.2) and configure (0.2.0) do not match. This is with the latest CVS. What can be the problem ? Thanks, Klaas --

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-09 Thread Klaas Holwerda
Francesco Montorsi wrote: > Klaas Holwerda ha scritto: > >>John Labenski wrote: >> >> >>>$nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc >> >>Oke if that is the way, better cjhange it to the lattest official release i >>think. >> >>I wonder why it is not possible to detect the version (as i do in

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-09 Thread Francesco Montorsi
Klaas Holwerda ha scritto: > John Labenski wrote: > >> $nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc > > Oke if that is the way, better cjhange it to the lattest official release i > think. > > I wonder why it is not possible to detect the version (as i do in Cmake from > the library names ).

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-09 Thread Klaas Holwerda
John Labenski wrote: > $nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc Oke if that is the way, better cjhange it to the lattest official release i think. I wonder why it is not possible to detect the version (as i do in Cmake from the library names ). C:\wxMSW-2.7.2\lib\vc_lib\mswd\build.cfg

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, John Labenski <[EMAIL PROTECTED]> wrote: > On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > > klaas.holwerda wrote: > > > But it is looking in the rigth directories for it, so these things seem > > > to be hard coded somewhere? > > > > > In the makefile.vc i changed the WX_VERSIO

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > klaas.holwerda wrote: > > But it is looking in the rigth directories for it, so these things seem > > to be hard coded somewhere? > > > In the makefile.vc i changed the WX_VERSION to 27 , that solved one problem. > Still i though setting WXWIN

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
klaas.holwerda wrote: > But it is looking in the rigth directories for it, so these things seem > to be hard coded somewhere? > In the makefile.vc i changed the WX_VERSION to 27 , that solved one problem. Still i though setting WXWIN should be enough. Klaas --

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
Next i tried using wxWidgets 2.7.2., and it wants to produce the same name ( so not with 27 in it ). And it wants to use wxmsw26d_stc.lib and it should be wxmsw27d_stc.lib?? But it is looking in the rigth directories for it, so these things seem to be hard coded somewhere? Klaas klaas.holwerda

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi John, > > At least the latest CVS of wxstedit under VC6 with nmake in release > build , produces the wrong library name. > > nmake -f makefile.vc BUILD=release > > I did clean all *.lib *.obj files etc. by hand first, to be sure. > > I thi

[wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
Hi John, At least the latest CVS of wxstedit under VC6 with nmake in release build , produces the wrong library name. nmake -f makefile.vc BUILD=release I did clean all *.lib *.obj files etc. by hand first, to be sure. I think it should produce wxmsw26_stedit.lib But in debug and release i o