Re: [Evolution] another cvs compile error




./autogen.sh --with-db3-libs=/home/bleese/db-3.1.17/build_unix/
--with-db3-includes=/home/bleese/db-3.1.17/build_unix/
--with-gal-includes=/usr/local/include/gal/
--with-gal-libs=/usr/local/lib/ --enable-nntp=yes

you still don't have the latest gal. Maybe it's an anoncvs syncing problem,
or maybe you've got an older version already installed (maybe in /usr ?)
which is the one evolution is using when compiling. To see if you've got
the latest gal, check the file gal/widgets/e-categories-master-list.h and
look in there for 'nth_icon'. If it's there, it's the latest, if not, you
must upgrade.


grep 'nth_icon' e-categories-master-list.h:

        const char *(*nth_icon) (ECategoriesMasterList *etm, int n);
const char *e_categories_master_list_nth_icon  (ECategoriesMasterList *ecml,

so the version i pulled is the right one. wouldn't 
"--with-gal-includes=/usr/local/include/gal/ --with-gal-libs=/usr/local/lib/ 
" override any other installed versions of gal?

yes, it should work, but as you're using other header files, which may be in
/usr/include, and as the "-I/usr/include" option is maybe given before
the "-I/usr/local/include" one in the gcc command line, it seems you're
getting the old headers, which are in /usr/include.

That seems to be the problem. Have you actually got an old gal version
installed in /usr?

cheers

--
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/





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