Re: Compile problem with 0.8.8




I've got a couple of problems compiling glom 0.8.8.  The first error
      field.cc: In static member function `static void Field::init_map()':
      field.cc:313: error: `gettext' undeclared (first use this function)
I 'fixed' by adding:
      #include <libintl.h>
to glom/data_structure/field.cc

Thanks. Some people seem to get these errors sometimes, but I don't see
them. I'll make the suggested fix.

The second has me stumped.
      box_data.h: In constructor `Box_Data_Details::Box_Data_Details(bool)':
      box_data.h:78: error: `virtual void Box_Data::on_dialog_layout_hide()' is
protected
      box_data_details.cc:50: error: within this context

Strange. What compiler version are you using?

I guess you can fix it in the meantime just by making
on_dialog_layout_hide() public.

I note on the glom web page that it says bakery 2.4, but 2.3.8 is the
latest in the download area.

The latest release of the Bakery 2.4 API is 2.3.8.

Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]