Hi there

Today, I compiled latest code and I got below error message.

--------------------------------------
Compiling gnubg.c
gnubg.c: In function `getDiceRandomDotOrg':
gnubg.c:4472: error: syntax error before "PACKAGE_BUGREPORT"
mingw32-make: *** [../bin/obj/gnubg.o] Error 1
** Build Failed **
-------------------------------------

gnubg.c
------------------
            "User-Agent: GNUBG/" VERSION " (email: " PACKAGE_BUGREPORT ")\n";
------------------

I changed below
-----------------
            "User-Agent: GNUBG/" VERSION " (email: \" PACKAGE_BUGREPORT \")\n";
----------------

Is this right ?

Thank you

Yoshito Takeuchi


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to