[glade--]problem installing glademm while it can't find gnome m4 macros
Anton Sodja <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
I am trying to install glademm-2.0.0, it compiles fine, but with 'make check' I get such error: make[2]: Entering directory `/var/tmp/glademm-2.0.0/tests' cd test20_notebook && CXXFLAGS=-Wall ./autogen.sh I can't find glade's gnome m4 macros. Please copy them to ./macros and retry. make[2]: *** [run_test20_notebook] Error 2 make[2]: Leaving directory `/var/tmp/glademm-2.0.0/tests' make[1]: *** [check-am] Error 2 I have properly installed glade-2.0.0 from source (without gnome support - I have no Gnome installed) and also GTK+ and Gtkmm. 'rpm -qa|grep m4' outputs 'm4-1.4.1-11' (I use RedHat 8.0). As I saw, error ouputs some testing script. So, should I delete it? Or, where do I get those scripts? Will they make any use since I don't have gnome? lp, Anton