Hi!
I'm trying to install Gtk-- 0.9.11 over Gtk+ 1.0.5.
i've got gtk+ to install ok (and tested it on the example programs) and
it 
looks like the gtk-- libraries are installed ok because pre-compiled 
examples run ok, but I can't get the examples for gtk-- to compile from 
source. 
this is what the errors look like from an attempted compile of hello.cc
:

/tmp/cca001631.o: In function `main':
/tmp/cca001631.o(.text+0x19): undefined reference to
`Gtk_Main::Gtk_Main(int
*, char ***)'
/tmp/cca001631.o(.text+0x3d): undefined reference to
`Gtk_Widget::set_usize(int, int)'
=== about a million more of these !!! ====

I don't understand what 'undefined reference' means?
also
the gtk-- faq says to use this to compile :
          g++ 'gtkmm-config --cflags' -o hello hello.cc 'gtkmm-config
--libs'
but it doesn't work and there is no gtkmm-config on my machine so I've
just 
used plain :
        g++ hello.cc -o hello

=================
Hylton
Warning! this page written in DTML 
(Delirium Tremens Markup Language)

--- OffRoad 1.9r registered to Hylton Guthrie

Reply via email to