Re: GnuCash trunk r20559 mingw build failed

2011-05-16 Thread Nitish
As an update to this thread. I got GnuCash build successfully in Windows Xp with no problems. As for the above issue, I thought I would add this note. I was trying out a windows instance on Amazon EC2. I tried building GC on it, the instance in specific was a 32-bit Windows 2008 Server Data Centr

Re: GnuCash trunk r20559 mingw build failed

2011-04-13 Thread Derek Atkins
"Christian Stimming (mobil)" writes: > The macro you mentioned is for printf but not scanf - which is > different. If glib has some macro for scanf, sure we should use it. Yes, but these warnings are just PWARN messages, which is a printf.. -derek > Christian > -- > Sent from mobile. > > > > D

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Christian Stimming (mobil)
The macro you mentioned is for printf but not scanf - which is different. If glib has some macro for scanf, sure we should use it. Christian -- Sent from mobile. Derek Atkins schrieb: Geert Janssens writes: > On maandag 11 april 2011, Nitish Kumar wrote: >> I am sorry for posting in non st

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Derek Atkins
Geert Janssens writes: > On maandag 11 april 2011, Nitish Kumar wrote: >> I am sorry for posting in non standrard ways, I am learning things about >> mailing list. >> >> Here are the last few lines: >> >> cc1.exe: warnings being treated as errors >> ../../../../repos/src/libqof/qof/guid.c: In f

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Nitish Kumar
> > Do you have cygwin installed ? Perhaps that is interfering ? No, cygwin's not installed. I will see if its permissions issue, since C: drive in windows 7 is very restrictive on giving access to files present in it. I will try do it in another drive or Xp. Thanks. -- - Nitish __

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Geert Janssens
On dinsdag 12 april 2011, Nitish Kumar wrote: > > What version of Windows are you using, and is it 32 bit or 64 bit ? > > Windows 7 Home Premium 32 bit > > This seems to be mingw specific issue. I have gcc-mingw 4.5.2.1. And as you > guess, this doesn't seem to support %llu format specifier. I re

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Nitish Kumar
> > What version of Windows are you using, and is it 32 bit or 64 bit ? Windows 7 Home Premium 32 bit This seems to be mingw specific issue. I have gcc-mingw 4.5.2.1. And as you guess, this doesn't seem to support %llu format specifier. I replaced it with %I64u and it works. But still could not

Re: GnuCash trunk r20559 mingw build failed

2011-04-12 Thread Geert Janssens
On maandag 11 april 2011, Nitish Kumar wrote: > I am sorry for posting in non standrard ways, I am learning things about > mailing list. > > Here are the last few lines: > > cc1.exe: warnings being treated as errors > ../../../../repos/src/libqof/qof/guid.c: In function 'init_from_file': > ../../

Re: GnuCash trunk r20559 mingw build failed

2011-04-11 Thread Nitish Kumar
I am sorry for posting in non standrard ways, I am learning things about mailing list. Here are the last few lines: cc1.exe: warnings being treated as errors ../../../../repos/src/libqof/qof/guid.c: In function 'init_from_file': ../../../../repos/src/libqof/qof/guid.c:243:5: error: unknown conver

Re: GnuCash trunk r20559 mingw build failed

2011-04-11 Thread Nitish Kumar
Attached is the log file from pasted in pastebin above. log Description: Binary data ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GnuCash trunk r20559 mingw build failed

2011-04-11 Thread Nitish Kumar
I was trying to build GnuCash on windows with mingw. Here is the last trailing logs I could get hold off from the prompt. http://pastebin.com/FGiydSZe ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnu