From: John L. <jla...@gm...> - 2005-11-22 04:08:10
|
On 11/21/05, Francesco Montorsi <f18...@ya...> wrote: > Hi all, > > I would like to inform everyone using acregen.sh script that I committ= ed to the build\ > folders of all bakefile-based components the new acregen.sh script. > So, do a cvs update on your repositories before using it ;) Cool. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I just downloaded bakefile 1.9.1 for linux configured, make, make installed it and and when I try to run bakefile_gen I get this error for the component wxstedit that I've copied all the stuff from wxCode/build from. I can run bakefile_gen using bakefile in DOS. (note: I installed it to the same directory that I tgunziped it, this used to work w/ bakefile 1.8) [john@localhost build]$ export WXWIN=3D/home/john/wx/wxWidgets/wxCVS_26/wxWidgets [john@localhost build]$ ~/lib/bakefile-0.1.9.1/bin/bakefile_gen [1/7] generating watcom from stedit.bkl /home/john/cvs/wxCode/wxCode/build/bakefiles/wxhacks.bkl:20: error: can't find file 'presets/wx.bkl' in /home/john/cvs/wxCode/wxCode/build/bakefiles:/home/john/lib/bakefile-0.1.9.= 1/share/bakefile/rules:/home/john/lib/bakefile-0.1.9.1/share/bakefile/outpu= t:/home/john/lib/bakefile-0.1.9.1/share/bakefile:%WXWIN%/build/bakefiles/wx= presets included from /home/john/cvs/wxCode/wxCode/build/bakefiles/wxhacks.bkl:= 20 included from /home/john/cvs/wxCode/wxCode/build/bakefiles/defaults.bkl= :78 included from /home/john/cvs/wxCode/wxCode/components/wxstedit/build/stedit.bkl:11 [bakefile_gen] error: bakefile exited with error =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Unfortunately bakefile_gen doesn't understand -I to add include dirs? [john@localhost build]$ ~/lib/bakefile-0.1.9.1/bin/bakefile_gen -I /home/john/wx/wxWidgets/wxCVS_26/wxWidgets usage: bakefile_gen [options] bakefile_gen: error: no such option: -I =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Does any use bakefile_gen in linux or just DOS? Thanks, John Labenski |