Difference between revisions of "Talk:Building"

From GnuCash
Jump to: navigation, search
(Answer Denis' question.)
(Error building in ubuntu karmic: new section)
Line 1: Line 1:
 
Where can I get autogen.sh? It is not included in source, it seems. Thanks! Denis
 
Where can I get autogen.sh? It is not included in source, it seems. Thanks! Denis
 
: It's probably not in the distribution tarball because ./configure has already been generated ... autogen.sh is in the tree when you check it out from SVN. [[User:Jsled|Jsled]] 10:55, 16 September 2007 (EDT)
 
: It's probably not in the distribution tarball because ./configure has already been generated ... autogen.sh is in the tree when you check it out from SVN. [[User:Jsled|Jsled]] 10:55, 16 September 2007 (EDT)
 +
 +
== Error building in ubuntu karmic ==
 +
 +
I followed the instructions for ubuntu karmic, but the "make all install" ended saying:
 +
 +
<pre>
 +
cc1: warnings being treated as errors
 +
swig-core-utils.c: In function ‘_wrap_g_find_program_in_path’:
 +
swig-core-utils.c:1255: error: implicit declaration of function ‘scm_is_true’
 +
make[3]: *** [swig-core-utils.lo] Errore 1
 +
make[3]: uscita dalla directory «/home/paolo/development/gnucash/src/core-utils»
 +
make[2]: *** [all-recursive] Errore 1
 +
make[2]: uscita dalla directory «/home/paolo/development/gnucash/src»
 +
make[1]: *** [all-recursive] Errore 1
 +
make[1]: uscita dalla directory «/home/paolo/development/gnucash»
 +
make: *** [all] Errore 2
 +
</pre>
 +
 +
What did I make wrong? [[User:DonPaolo|DonPaolo]] 08:23, 3 January 2010 (UTC)

Revision as of 08:23, 3 January 2010

Where can I get autogen.sh? It is not included in source, it seems. Thanks! Denis

It's probably not in the distribution tarball because ./configure has already been generated ... autogen.sh is in the tree when you check it out from SVN. Jsled 10:55, 16 September 2007 (EDT)

Error building in ubuntu karmic

I followed the instructions for ubuntu karmic, but the "make all install" ended saying:

cc1: warnings being treated as errors
swig-core-utils.c: In function ‘_wrap_g_find_program_in_path’:
swig-core-utils.c:1255: error: implicit declaration of function ‘scm_is_true’
make[3]: *** [swig-core-utils.lo] Errore 1
make[3]: uscita dalla directory «/home/paolo/development/gnucash/src/core-utils»
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory «/home/paolo/development/gnucash/src»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/paolo/development/gnucash»
make: *** [all] Errore 2

What did I make wrong? DonPaolo 08:23, 3 January 2010 (UTC)