compile error on newest update:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/coins/gil/src -I/coins/gil/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp:2039:9: error: invalid suffix "b374ba2e8f52fa43b12ea5c076cc7a07a8" on floating constant
main.cpp: In function âbool ProcessBlock(CNode*, CBlock*)â:
main.cpp:2035:1: error: expected primary-expression before â<<â token
main.cpp:2035:3: error: expected primary-expression before â<<â token
main.cpp:2035:5: error: expected primary-expression before â<<â token
main.cpp:2035:7: error: expected primary-expression before â<â token
main.cpp:2035:9: error: âHEADâ was not declared in this scope
main.cpp:2036:5: error: expected â;â before â}â token
main.cpp:2037:1: error: expected primary-expression before â==â token
main.cpp:2037:3: error: expected primary-expression before â==â token
main.cpp:2037:5: error: expected primary-expression before â==â token
main.cpp:2037:7: error: expected primary-expression before â=â token
main.cpp:2038:5: error: expected primary-expression before â}â token
main.cpp:2038:5: error: expected â;â before â}â token
main.cpp: At global scope:
main.cpp:2039:1: error: expected unqualified-id before â>>â token
main.cpp:2042:5: error: expected unqualified-id before âreturnâ
main.cpp:2043:1: error: expected declaration before â}â token
main.cpp: In function âbool ProcessBlock(CNode*, CBlock*)â:
main.cpp:2038:5: warning: control reaches end of non-void function [-Wreturn-type]
main.cpp: At global scope:
main.cpp:108:13: warning: âbool GetTransaction(const uint256&, CWalletTx&)â defined but not used [-Wunused-function]
main.cpp:145:13: warning: âvoid PrintWallets(const CBlock&)â defined but not used [-Wunused-function]
main.cpp:152:13: warning: âvoid Inventory(const uint256&)â defined but not used [-Wunused-function]
main.cpp:159:13: warning: âvoid ResendWalletTransactions()â defined but not used [-Wunused-function]
make: *** [obj/main.o] Error 1
Ubuntu 64-bit
any ideas?