From: Hugo J. <hug...@sp...> - 2006-03-24 04:23:46
|
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? |