From: Francesco M. <f18...@ya...> - 2006-02-15 17:40:48
|
John Labenski ha scritto: >> However as always the procedure is: download last official bakefile, >> overwrite the rules/, output/, presets/ and src/ folders with the >> respective files from my 0.2.2 >> >>>> http://www.geocities.com/f18m_cpp217828/frm-bakefile.tar.gz > > I tried to get this working again. I downloaded bakefile 0.2.0 and did > $rm -Rf rules, output, presets.. then mv ../frm_bakefile/rules etc > into the bakefile 0.2.0 dir. > $configure --prefix=/home/john/lib/frm_bakefile/install (a new dir I created) > $make && make install > > then in wxLua/build/bakefiles/ I ran bakefile_gen and I get an error > > /home/john/cvs/wxLua_SF/wxLua/build/bakefiles/wxhacks.bkl:79: error: > can't find file 'presets/wx.bkl' > > so I copy the presets (wx.bkl, wx_unix.bkl, wx_win32.bkl) from > wxWidgets26/build/bakefiles/wxpresets (a cvs checkout of wxWidgets 26) > to my bakefile install dir > ..../frm_bakefile/install/share/bakefile/presets > > and rerun bakefile_gen and get a new error. > > [john@localhost bakefiles]$ ~/lib/bakefile-0.2.0/install/bin/bakefile_gen > [1/5] generating watcom from ./wxlua.bkl > /home/john/cvs/wxLua_SF/wxLua/build/bakefiles/wxlua.bkl:136: error: > unknown tag 'pkgconfig' > [bakefile_gen] error: bakefile exited with error > > Any ideas? Sorry! I forgot to say that pkgconfig module must be installed manually (until it will be accepted in bakefile CVS, of course ;)): Just copy frm-bakefile/rules/pkgconfig.bkl into /home/john/lib/frm_bakefile/install/rules (maybe you'll also want to copy kdevelop.bkl). Francesco |