From: John L. <jla...@gm...> - 2006-02-15 02:39:49
|
> 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=3D/home/john/lib/frm_bakefile/install (a new dir I crea= ted) $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? Thanks, John Labenski |