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 figure out where this code comes from. 2) the generated configure script needs the lines mkdir -p lib mkdir -p samples/MYSAMPLE_NAME before the end, perhaps before "# end in a nice way the configure script" so that if you build from anywhere other than the root dir of the components these dirs exist. Again, it's easy enough to add to the generated configure script, but I cannot figure out where they should be added upstream. Thanks (Francesco :), John Labenski On 8/28/06, John Labenski <[EMAIL PROTECTED]> wrote: > 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. > > Secondly, I would really like to make it so that the library built for > a component be given a name such as > $(WXBASENAME)_mycomponent_name-$(WXRELEASE) to make it easier to link > to, especially if you want to compile more than one version of them. > We could use the same semantics as wxWidgets does where for example > $(WXBASENAME) == 'wx-config --basename' == wx_gtk2ud for gtk, unicode, debug > and then you would use <wx-lib>mycomp_name</wx-lib> in the bakefiles to get > it. > > I have two problems with this, > 1) where or how do you adjust the name of the created lib > 2) would <wx-lib>mycomp_name</wx-lib> really work or would this line > in build/autoconf/wxpresets.m4 not work? > > WX_LIBS="$($WX_CONFIG_PATH $wx_config_args $WXCFG_FLAGS > $1,$WX_ADDITIONAL_LIBS --libs)" > > Thanks, > John Labenski > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users