Glom - compile error

View: New views
3 Messages — Rating Filter:   Alert me  

Glom - compile error

by Bugzilla from marcus.wild@wideband.net.au :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,
I am new to the list and have been using Linux exclusively for a few months now since it's possible to run Filemaker Pro really well on Wine. Even so I was happy to come across GLOM. Unfortunately it's not available as a binary RPM for openSUSE 11.1 yet. So have been trying to compile from source. After spending almost a day hunting down and installing numerous dependencies I finally need to ask for some help ;)

Having run configure without a hitch, make now gives me this list of errors;


--(snip)--
make[4]: *** [box_data_details.o] Error 1
make[4]: Leaving directory `/home/marcus/Programs/glom-1.11.0/glom/mode_data'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/marcus/Programs/glom-1.11.0/glom'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/marcus/Programs/glom-1.11.0/glom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marcus/Programs/glom-1.11.0'
make: *** [all] Error 2
linux-eu9h:/home/marcus/Programs/glom-1.11.0 #

What have I missed?

Cheers,
Marcus


_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list

Re: Glom - compile error

by Murray Cumming :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-07-21 at 17:52 +1000, Marcus Wild wrote:
> Unfortunately it's not available as a binary RPM for openSUSE 11.1
> yet.

Could you request it from openSUSE somehow?

>  So have been trying to compile from source. After spending almost a
> day hunting down and installing numerous dependencies I finally need
> to ask for some help ;)
>
> Having run configure without a hitch, make now gives me this list of
> errors;

> --(snip)--
> make[4]: *** [box_data_details.o] Error 1
> make[4]: Leaving directory

The actual errors are before this. They will mention .h and .cc files.

--
murrayc@...
www.murrayc.com
www.openismus.com

_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list

Parent Message unknown Re: Glom - compile error

by Murray Cumming :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-07-21 at 23:02 +1000, Marcus Wild wrote:

> box_data_details.cc:1002: error: call of overloaded
> ‘create_from_file(std::string, const char [19])’ is ambiguous
> /usr/include/gtkmm-2.4/gtkmm/builder.h:187: note: candidates are:
> static Glib::RefPtr<Gtk::Builder> Gtk::Builder::create_from_file(const
> std::string&, const Glib::ustring&)
> /usr/include/gtkmm-2.4/gtkmm/builder.h:202: note:
> static Glib::RefPtr<Gtk::Builder> Gtk::Builder::create_from_file(const
> std::string&, const Glib::StringArrayHandle&)
> make[4]: *** [box_data_details.o] Error 1
> make[4]: Leaving directory
> `/home/marcus/Programs/glom-1.11.0/glom/mode_data'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/marcus/Programs/glom-1.11.0/glom'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/marcus/Programs/glom-1.11.0/glom'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/marcus/Programs/glom-1.11.0'
> make: *** [all] Error 2
> linux-eu9h:/home/marcus/Programs/glom-1.11.0 #

Your gtkmm needs to be updated to a new minor (*.*.minor) release to fix
this. Unfortunately we can't check for the correct versions in the
configure step in this case.

--
murrayc@...
www.murrayc.com
www.openismus.com

_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list