Re: gtkmm3.0 simple example build error



Wow, I feel a bit silly now. I got to the tutorial from the gtkmm page at, http://www.gtkmm.org/en/documentation.html
I didn't realize it was documentation for the current development version.

Thanks, for your help Kalev. I was able to build without a hitch this time.

~Armando

On 04/24/2012 10:53 PM, Kalev Lember wrote:
On 04/25/2012 06:17 AM, Armando Diaz T. wrote:
Hi everyone,
Hi Armando,

Welcome to the list.

I just started getting into gtkmm programming, and I've hit a road block
right away. I'm having trouble building the example code at:
http://developer.gnome.org/gtkmm-tutorial/unstable/sec-basics-simple-example.html.en
This is the documentation for latest development version of gtkmm.
Fedora 16 ships with gtkmm 3.2, so you'll have to replace 'unstable'
with '3.2' in the link above to get the correct documentation for the
version of gtkmm you have installed:

http://developer.gnome.org/gtkmm-tutorial/3.2/sec-basics-simple-example.html.en


[snip]
5 Glib::RefPtr<Gtk::Application>  app =
6 Gtk::Application::create(argc, argv, "org.gtkmm.examples.base") ;
Gtk::Application is new in gtkmm 3.4, and only available starting with
Fedora 17.

http://developer.gnome.org/gtkmm/stable/classGtk_1_1Application.html


Good luck, hope this helps you get started.





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