On July 03 (10:42 EDT), Steven Kah Hien Wong wrote: > On Sat, Jul 03, 2004 at 09:09:15AM -0400, Chris Grossmann wrote: > > I haven't started investigating yet. Anyone else seeing this? > > The i18n.hh headers were recently removed from libbt. From the CVS log > of lib/Makefile.am: > > revision 1.24 > date: 2004/07/01 11:30:20 > author: bradleyhughes > state: Exp > lines: +38 -42 > > remove i18n.* from the build, they are no longer used (and they no > longer work). > > This is why you get header not found errors. > > bbkeys had the same problem, but I just removed all use of it (only a > few lines in total), and everything seemed to work fine. I compile > bbkeys with --disable-nls, though.
Indeed. It was two lines in total: chris-lap src>$ diff main.cxx_old main.cxx_new 24c24 < #include "i18n.hh" --- > //#include "i18n.hh" 27c27 < bt::I18n bt::i18n; // initialized in main --- > //bt::I18n bt::i18n; // initialized in main chris-lap src>$ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
