No, the original is correct. I would change back. I notice you are doing a mingw32 build. The solution to this is to add this line to your config.h and rebuild:
#define PACKAGE_BUGREPORT "[email protected]" On 08/01/10 6:38 PM, "Yoshito Takeuchi" <[email protected]> wrote: > 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 > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
