|
From: Jasem M. <jo...@su...> - 2001-10-28 14:47:53
|
Hello All,
I download gnova and libnova yesterday, I was able to compile
libnova without problems, however, I ecountered plenty of problems with
gnova.
I've installed Red Hat 7.2 recently, actually just 3 days ago. Never
worked with Linux before. I spent several hours in the hell of RPMs
trying to install the libraries that are required, with every library
have some dependency problem and requiring two or three others. I
*think* I've successfully installed everything.
I ran into some compiler errors when I excuted "make" in gnova, here is
the log:
/usr/local/include/gtk--/base.h: In function `size_t
Gtk::SArray_Helpers::Traits<T>::get_size (const T &) [with T = const
char *const[3]]':
about_box_dialog_glade.cc:704: instantiated from here
/usr/local/include/gtk--/base.h:646: request for member `size' in `t',
which is of non-aggregate type `const char *[3]'
/usr/local/include/gtk--/base.h: In function `const char *const
*Gtk::SArray_Helpers::Traits<T>::get_data (const T &) [with T = const
char *const[3]]':
about_box_dialog_glade.cc:704: instantiated from here
/usr/local/include/gtk--/base.h:645: request for member `begin' in `t',
which is of non-aggregate type `const char *[3]'
/usr/local/include/gtk--/base.h:645: request for member `size' in `t',
which is of non-aggregate type `const char *[3]'
make[2]: *** [about_box_dialog_glade.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
It seems there is some problem with about_box_dialog_glade.cc ?? Any
clues? Thank you.
Jasem.
|