gnucash master: Multiple changes pushed

Mike Alexander mta at code.gnucash.org
Thu Dec 11 03:16:02 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/f4168e10 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/09145fe1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/78fea12a (commit)
	from  https://github.com/Gnucash/gnucash/commit/bd8ce2f7 (commit)



commit f4168e108befeefa3f1c77de947a5c804f852953
Author: Mike Alexander <mta at umich.edu>
Date:   Thu Dec 11 01:11:01 2014 -0500

    Update XCode project for recent C++ related changes

commit 09145fe11e5024868538df0628b5c0edfa5284bc
Author: Mike Alexander <mta at umich.edu>
Date:   Wed Dec 10 19:16:09 2014 -0500

    Tell Guile (and others) to look in install/lib/gnucash for ligraries.
    Without this Guile can't find libgncmod-engine and GnuCash won't start.
    I don't know how this worked before, perhaps because the correct path
    was in src/bin/overrides/gnucash-env.in

commit 78fea12afc5f0db5a137d0766e92994232f60a78
Author: Mike Alexander <mta at umich.edu>
Date:   Wed Dec 10 18:40:13 2014 -0500

    Some type mismatch fixes to make it build with clang in MacOSX Mavericks.
    These may not be the best fixes, but they make things build again with
    XCode 6.1.1 in MacOSX 10.9.5.



Summary of changes:
 gnucash.xcodeproj/project.pbxproj        | 24 ++++++++++++++----------
 src/bin/environment.in                   |  6 ++----
 src/engine/test-core/test-engine-stuff.c | 12 ++++++------
 src/libqof/qof/gnc-int128.hpp            |  2 ++
 src/libqof/qof/gnc-numeric.cpp           |  2 +-
 src/libqof/qof/kvp_frame.cpp             |  6 +++---
 6 files changed, 28 insertions(+), 24 deletions(-)



More information about the gnucash-patches mailing list