Re: [wxCode-users] Updating wxCode bakefiles

2006-09-02 Thread Francesco Montorsi
John Labenski ha scritto: > On a more important note, there are some changes to the configure > script and/or bakefiles that need to be made. > > 1) Makefile.in uses "-I./include" instead of "-I$(srcdir)/include" so > that you cannot run configure from anywhere other than the root dir of > the com

Re: [wxCode-users] Updating wxCode bakefiles

2006-09-02 Thread Francesco Montorsi
Francesco Montorsi ha scritto: > John Labenski ha scritto: >> On 8/31/06, John Labenski <[EMAIL PROTECTED]> wrote: >>> I have to give up now, since I cannot get the adv to >>> get added to the Makefile.in and GNUmakefile. Same for html or any >>> other wxlib. >> I think I found the problem. In buil

Re: [wxCode-users] Updating wxCode bakefiles

2006-09-02 Thread Francesco Montorsi
John Labenski ha scritto: > On 8/31/06, John Labenski <[EMAIL PROTECTED]> wrote: Ok, I've added to wxhacks the wxlike-libname and wxlike-dllname tags so that now you can write: keybinder if you want your lib to be named to the "wx" manner

Re: [wxCode-users] Updating wxCode bakefiles

2006-09-02 Thread Francesco Montorsi
John Labenski ha scritto: > On 8/31/06, John Labenski <[EMAIL PROTECTED]> wrote: >> I have to give up now, since I cannot get the adv to >> get added to the Makefile.in and GNUmakefile. Same for html or any >> other wxlib. > > I think I found the problem. In build/autoconf/wxpresets.m4 we have >

Re: [wxCode-users] Updating wxCode bakefiles

2006-09-02 Thread Francesco Montorsi
Hi John, sorry for the delay - I'm going to revise wxCode bakefiles right now. John Labenski ha scritto: >>> if you want your lib to be named to the "wx" manner. > > Great! I added these lines to wxhacks.bkl to also get the unicode and > debug syntax too. > > $(WXLIBPOSTFIX)u > $(WXLIBP

Re: [wxCode-users] Updating wxCode bakefiles

2006-09-01 Thread John Labenski
On 8/31/06, John Labenski <[EMAIL PROTECTED]> wrote: > > > Ok, I've added to wxhacks the wxlike-libname and wxlike-dllname tags so > > > that now you can write: > > > > > > > > > keybinder > > > > > > > > > if you want your lib to be named to the "wx" manner. Ok, so how do I u

Re: [wxCode-users] Updating wxCode bakefiles

2006-08-31 Thread John Labenski
On 8/31/06, John Labenski <[EMAIL PROTECTED]> wrote: > I have to give up now, since I cannot get the adv to > get added to the Makefile.in and GNUmakefile. Same for html or any > other wxlib. I think I found the problem. In build/autoconf/wxpresets.m4 we have AC_DEFUN([AM_WXPRESETS], ... WX_A

Re: [wxCode-users] Updating wxCode bakefiles

2006-08-30 Thread John Labenski
On 8/30/06, John Labenski <[EMAIL PROTECTED]> wrote: > > Thanks! I've checked it and found no errors except for the use of -- > > string as separator (which is not allowed within an XML file); I > > replaced them with ~~ Oops, I just got bakefile working in linux so I can test things now. I dunno

Re: [wxCode-users] Updating wxCode bakefiles

2006-08-30 Thread John Labenski
Thanks, I'll try to test it as soon as I get a chance. -John Labenski On 8/30/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > John Labenski ha scritto: > > I've added quite a few more comments to the > > wxCode/bakefiles/empty.bkl.template file to (hopefully) make it easier > > to understa

Re: [wxCode-users] Updating wxCode bakefiles

2006-08-30 Thread Francesco Montorsi
John Labenski ha scritto: > I've added quite a few more comments to the > wxCode/bakefiles/empty.bkl.template file to (hopefully) make it easier > to understand. Please let me know if what I've written doesn't make > sense or if there are other items that should be clarified. Thanks! I've checked i

Re: [wxCode-users] Updating wxCode bakefiles

2006-08-28 Thread John Labenski
On a more important note, there are some changes to the configure script and/or bakefiles that need to be made. 1) Makefile.in uses "-I./include" instead of "-I$(srcdir)/include" so that you cannot run configure from anywhere other than the root dir of the component. I cannot for the life of me fi