Talk:Ubuntu

From GnuCash
Revision as of 18:29, 24 July 2007 by Denis77 (talk | contribs) (Building 2.2.0 on Feisty)
Jump to: navigation, search

I am running Ubuntu server 6.06 LTS downloaded 2.02 and attempted build the sources and it failed because I did not have the intltool package installed. I did not run the apt-get build-dep gnucash, still learning the debian way. But configure did not pick up my error so does the main page need an edit to include this note? Or this the wrong place?

Can you post the exact error message? In fact intltool might be required for the build anyway, and if yes, ./configure should check for it. --Cstim 04:41, 17 October 2006 (EDT)

Building 2.2.0 on Feisty

I am running into dependency errors trying to run configure script to build 2.2.0 on Feisty. First it was complaining that it cannot find Guile, which I solved by installing all dependency packages for 2.0.3 included in Feisty (it's not 2.0.5 as stated on the page.) Now it is complaining that Package gconf-2.0 was not found in the pkg-config search path, which I don't know how to fix. Help? Thanks!

Please take a look at README.dependencies and make sure you have installed all the necessary -dev packages.

Ok, installing libgconf2-dev along with libxml2-dev, libgnomeui-dev, libgoffice-0-dev, libgtkhtml-3.14-dev solved the problem. Thanks again.