r18415 - gnucash/trunk/src - Bug #602069: Fix build on Solaris for different gmp header locations

Christian Stimming cstim at code.gnucash.org
Mon Nov 16 16:42:24 EST 2009


Author: cstim
Date: 2009-11-16 16:42:23 -0500 (Mon, 16 Nov 2009)
New Revision: 18415
Trac: http://svn.gnucash.org/trac/changeset/18415

Modified:
   gnucash/trunk/src/backend/sql/Makefile.am
   gnucash/trunk/src/gnc-module/Makefile.am
   gnucash/trunk/src/html/Makefile.am
Log:
Bug #602069: Fix build on Solaris for different gmp header locations

Patch by Halton Huo:

Since solaris ship gmp header files under /usr/include/gmp rather than
/usr/include, so this bug only happens on those systems which does not ship gmp
headers into /usr/include.

Actually this is aware during configure time through "guile-config compile". My
GUILE_INCS is -I/usr/include/gmp. So adding GUILE_INCS for AM_CPPFLAGS in
src/gnc-module/Makefile.am will fix this bug.



More information about the gnucash-patches mailing list