Re: [glade--]problems with compiling c++ code generated by glade--
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
moti friman wrote:
> Thank you for the last answer,
> now i've another problem, the 'make' did'nt find some header files, as
> seen at the attached file.
> can you help me?
> moti
the problem is at configure time !
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c project2.cc
Please fix your local gtkmm installation (did you install gtkmm-dev ?)
Unless done, you won't be able to compile any gtkmm program (glademm or
not). Simply watch for 'gtkmm-config --version' to succeed.
Christof