From: Francesco M. <f18...@ya...> - 2006-03-24 08:29:23
|
Hugo Jackson ha scritto: > hi. i'm a bakefile newbie, but i'm trying to put together a component > according the the documentation at wxcode. > > i've given my best shot at following the instructions at > wxcode.sourceforge.net/bakefile.php but when i run "bakefile_gen" from > my component's "build" folder (step 5) i get the following error message: > > > Warning: libxml2 missing, will not show line numbers on errors > [1/6] generating watcom from toggle.bkl > Warning: libxml2 missing, will not show line numbers on errors > /home/hugo/toggle/wxCode/build/bakefiles/wxhacks.bkl: error: can't find > file 'presets/wx.bkl' in > /home/hugo/toggle/wxCode/build/bakefiles:/usr/share/bakefile/rules:/usr/share/bakefile/output:/usr/share/bakefile:%WXWIN%/build/bakefiles/wxpresets > > included from /home/hugo/toggle/wxCode/build/bakefiles/wxhacks.bkl > included from /home/hugo/toggle/wxCode/build/bakefiles/defaults.bkl > included from /home/hugo/wxclient/samples/toggle/build/toggle.bkl > [bakefile_gen] error: bakefile exited with error > > it complains of not being able to find the file "presets/wx.bkl" but > there is no file "wx.bkl" on my system. did i neglect to download some > files from somwhere? wxpresets are included in wx distributions since 2.6.2 (included). Thus when you installed wxWidgets, it should have copied in $PREFIX/share/bakefile/presets three files: wx.bkl wx_unix.bkl wx_win32.bkl which are the wxpresets required by wxCode bakefiles... if you are missing them for some reason, then you can copy the files I'm attaching at /usr/local/share/bakefile/presets manually... Francesco |