Not sure if this should be under the other emails, but I'm unable to get this to work for the last little bit, the error is similar. I've tried to use "git clean -fdx" and then even wiped it all and started again, but still having the same error.. ------------------------------------- Using built-in specs. Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/vanilla.specs Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/hardenednossp.specs Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/hardenednopie.specs COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g ++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check Thread model: posix gcc version 4.7.3 (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5)
---------------------------------------------------- In file included from gnc-rational.hpp:22:0, from gnc-numeric.cpp:42: gnc-int128.hpp:229:41: error: 'UINT64_MAX' was not declared in this scope gnc-int128.hpp:229:53: error: 'UINT64_MAX' was not declared in this scope gnc-int128.hpp:229:79: error: no matching function for call to 'GncInt128::GncInt128(<brace-enclosed initializer list>)' gnc-int128.hpp:229:79: note: candidates are: gnc-int128.hpp:102:5: note: GncInt128::GncInt128(uint64_t, uint64_t, unsigned char) gnc-int128.hpp:102:5: note: no known conversion for argument 1 from '<type error>' to 'uint64_t {aka long unsigned int}' gnc-int128.hpp:101:5: note: GncInt128::GncInt128(int64_t, int64_t, unsigned char) gnc-int128.hpp:101:5: note: no known conversion for argument 1 from '<type error>' to 'int64_t {aka long int}' gnc-int128.hpp:98:5: note: GncInt128::GncInt128(uint32_t, uint32_t, unsigned char) gnc-int128.hpp:98:5: note: no known conversion for argument 1 from '<type error>' to 'uint32_t {aka unsigned int}' gnc-int128.hpp:95:5: note: GncInt128::GncInt128(int32_t, int32_t, unsigned char) gnc-int128.hpp:95:5: note: no known conversion for argument 1 from '<type error>' to 'int32_t {aka int}' gnc-int128.hpp:92:5: note: GncInt128::GncInt128(uint16_t, uint16_t, unsigned char) gnc-int128.hpp:92:5: note: no known conversion for argument 1 from '<type error>' to 'uint16_t {aka short unsigned int}' gnc-int128.hpp:89:5: note: GncInt128::GncInt128(int16_t, int16_t, unsigned char) gnc-int128.hpp:89:5: note: no known conversion for argument 1 from '<type error>' to 'int16_t {aka short int}' gnc-int128.hpp:80:5: note: GncInt128::GncInt128(uint64_t) gnc-int128.hpp:80:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:79:5: note: GncInt128::GncInt128(int64_t) gnc-int128.hpp:79:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:78:5: note: GncInt128::GncInt128(uint32_t) gnc-int128.hpp:78:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:77:5: note: GncInt128::GncInt128(int32_t) gnc-int128.hpp:77:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:76:5: note: GncInt128::GncInt128(uint16_t) gnc-int128.hpp:76:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:75:5: note: GncInt128::GncInt128(int16_t) gnc-int128.hpp:75:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:74:5: note: GncInt128::GncInt128() gnc-int128.hpp:74:5: note: candidate expects 0 arguments, 3 provided gnc-int128.hpp:55:7: note: constexpr GncInt128::GncInt128(const GncInt128&) gnc-int128.hpp:55:7: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:55:7: note: constexpr GncInt128::GncInt128(GncInt128&&) gnc-int128.hpp:55:7: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:230:41: error: 'UINT64_MAX' was not declared in this scope gnc-int128.hpp:230:53: error: 'UINT64_MAX' was not declared in this scope gnc-int128.hpp:230:79: error: no matching function for call to 'GncInt128::GncInt128(<brace-enclosed initializer list>)' gnc-int128.hpp:230:79: note: candidates are: gnc-int128.hpp:102:5: note: GncInt128::GncInt128(uint64_t, uint64_t, unsigned char) gnc-int128.hpp:102:5: note: no known conversion for argument 1 from '<type error>' to 'uint64_t {aka long unsigned int}' gnc-int128.hpp:101:5: note: GncInt128::GncInt128(int64_t, int64_t, unsigned char) gnc-int128.hpp:101:5: note: no known conversion for argument 1 from '<type error>' to 'int64_t {aka long int}' gnc-int128.hpp:98:5: note: GncInt128::GncInt128(uint32_t, uint32_t, unsigned char) gnc-int128.hpp:98:5: note: no known conversion for argument 1 from '<type error>' to 'uint32_t {aka unsigned int}' gnc-int128.hpp:95:5: note: GncInt128::GncInt128(int32_t, int32_t, unsigned char) gnc-int128.hpp:95:5: note: no known conversion for argument 1 from '<type error>' to 'int32_t {aka int}' gnc-int128.hpp:92:5: note: GncInt128::GncInt128(uint16_t, uint16_t, unsigned char) gnc-int128.hpp:92:5: note: no known conversion for argument 1 from '<type error>' to 'uint16_t {aka short unsigned int}' gnc-int128.hpp:89:5: note: GncInt128::GncInt128(int16_t, int16_t, unsigned char) gnc-int128.hpp:89:5: note: no known conversion for argument 1 from '<type error>' to 'int16_t {aka short int}' gnc-int128.hpp:80:5: note: GncInt128::GncInt128(uint64_t) gnc-int128.hpp:80:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:79:5: note: GncInt128::GncInt128(int64_t) gnc-int128.hpp:79:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:78:5: note: GncInt128::GncInt128(uint32_t) gnc-int128.hpp:78:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:77:5: note: GncInt128::GncInt128(int32_t) gnc-int128.hpp:77:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:76:5: note: GncInt128::GncInt128(uint16_t) gnc-int128.hpp:76:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:75:5: note: GncInt128::GncInt128(int16_t) gnc-int128.hpp:75:5: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:74:5: note: GncInt128::GncInt128() gnc-int128.hpp:74:5: note: candidate expects 0 arguments, 3 provided gnc-int128.hpp:55:7: note: constexpr GncInt128::GncInt128(const GncInt128&) gnc-int128.hpp:55:7: note: candidate expects 1 argument, 3 provided gnc-int128.hpp:55:7: note: constexpr GncInt128::GncInt128(GncInt128&&) gnc-int128.hpp:55:7: note: candidate expects 1 argument, 3 provided gnc-numeric.cpp:48:30: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:48:53: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:49:32: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:49:57: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:50:34: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:51:36: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:52:37: error: 'INT64_C' was not declared in this scope gnc-numeric.cpp:53:38: error: 'INT64_C' was not declared in this scope cc1plus: warning: unrecognized command line option "-Wno-deprecated-register" [enabled by default] Makefile:730: recipe for target 'gnc-numeric.lo' failed make[5]: *** [gnc-numeric.lo] Error 1 make[5]: Leaving directory '/home/brushb/gnucash/src/libqof/qof' Makefile:770: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/home/brushb/gnucash/src/libqof/qof' Makefile:501: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/home/brushb/gnucash/src/libqof' Makefile:569: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/brushb/gnucash/src' Makefile:696: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/brushb/gnucash' Makefile:606: recipe for target 'all' failed make: *** [all] Error 2 Thanks, Bob _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel