Pwarn error
Stephen Brown
StephenBrown165 at outlook.com
Wed Mar 15 03:54:55 EDT 2017
Hi All
in a git bash shell I get
-----------------------------------------------------------------
GNUCashNew at ACE ~
$ cd /c/gcdev/gnucash-on-windows.git
GNUCashNew at ACE /c/gcdev/gnucash-on-windows.git (master)
$ git checkout master
M install-impl.sh
Already on 'master'
Your branch is up-to-date with 'origin/master'.
GNUCashNew at ACE /c/gcdev/gnucash-on-windows.git (master)
$
-------------------------------------------------------------
In a gcdev shell I get
-----------------------------------------------------
GNUCashNew at Ace ~
$ cd c:/gcdev/gnucash-on-windows.git
GNUCashNew at Ace /c/gcdev/gnucash-on-windows.git
$ install.sh
Build Starting at Wed Mar 15 18:24:30 AUSEDT 2017
############################################################
### MSys
############################################################
Updating catalogue: package-list.xml; (item 1 of 1)
Checking catalogue: mingw32-package-list.xml; (item 2 of 4)
Checking catalogue: mingw32-autoconf.xml; (item 3 of 37)
Checking catalogue: mingw32-automake.xml; (item 4 of 37)
Checking catalogue: mingw32-basic-bsdtar.xml; (item 5 of 37)
Checking catalogue: mingw32-binutils.xml; (item 6 of 37)
Checking catalogue: mingw32-bzip2.xml; (item 7 of 37)
Checking catalogue: mingw32-dos2unix.xml; (item 8 of 37)
Checking catalogue: mingw32-expat.xml; (item 9 of 37)
Checking catalogue: mingw32-gcc3.xml; (item 10 of 37)
Checking catalogue: mingw32-gcc4.xml; (item 11 of 37)
Checking catalogue: mingw32-gcc-tools.xml; (item 12 of 37)
Checking catalogue: mingw32-gdb.xml; (item 13 of 37)
Checking catalogue: mingw32-gendef.xml; (item 14 of 37)
Checking catalogue: mingw32-gettext.xml; (item 15 of 37)
Checking catalogue: mingw32-gmp.xml; (item 16 of 37)
Checking catalogue: mingw32-libarchive.xml; (item 17 of 37)
....
In file included from c:/gcdev/gnucash.git/src/libqof/qof/gnc-timezone.cpp:36:0:
c:/gcdev/gnucash.git/src/libqof/qof/gnc-timezone.cpp: In function 'TZ_Ptr zone_from_regtzi(const RegTZI&, time_zone_names)':
c:/gcdev/gnucash.git/src/libqof/qof/qoflog.h:247:51: error: format '%d' expects argument of type 'int', but argument 5 has type 'LONG {aka long int}' [-Werror=format=]
"[%s()] " format, PRETTY_FUNC_NAME , ## args); \
^
c:/gcdev/gnucash.git/src/libqof/qof/gnc-timezone.cpp:176:6: note: in expansion of macro 'PWARN'
PWARN("Caught Bad Month Exception. Daylight Bias: %d "
^
At global scope:
cc1plus.exe: error: unrecognized command line option "-Wno-deprecated-register" [-Werror]
cc1plus.exe: all warnings being treated as errors
make[5]: *** [gnc-timezone.lo] Error 1
make[5]: Leaving directory `/c/gcdev/gnucash/build/src/libqof/qof'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/c/gcdev/gnucash/build/src/libqof/qof'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/c/gcdev/gnucash/build/src/libqof'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/gcdev/gnucash/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/gcdev/gnucash/build'
make: *** [all] Error 2
GNUCashNew at Ace /c/gcdev/gnucash-on-windows.git
-----------------------------------------------------------------------------------
What do I do now?
Also cannot find ninja.
Yours Sincerely
Stephen Brown
More information about the gnucash-devel
mailing list