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 component. I cannot for the life of me figure out where this code
> comes from.
fixed


> 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.
now targets.bkl declares some auxiliary targets which build the 'lib' 
folder, and all the COMP_SAMPLE_DIR* folders. For my components this is 
enough to make them work with the "../configure" trick.

Francesco



-------------------------------------------------------------------------
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

Reply via email to