Re: RESULT!

2014-05-10 Thread John Ralls
On May 9, 2014, at 2:04 PM, Derek Atkins warl...@mit.edu wrote: Phil Longstaff phil.longst...@gmail.com writes: Isn't this what the PRIxxx macros in inttypes.h are for? Possibly... :) If they're available in MinGW (I'm not able to check ATM), that would be preferable to the GLib

Re: RESULT!

2014-05-09 Thread Derek Atkins
Phil Longstaff phil.longst...@gmail.com writes: Isn't this what the PRIxxx macros in inttypes.h are for? Possibly... :) -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL:

Re: RESULT!

2014-05-08 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes: Note that %ld v %lld varies on Linux too. To print/scan a gint64 you need %lld on 32-bit linux but %ld on 64-bit linux (because long long is 64/128 bits respectively!) This is why we try to use G_INT64_FORMAT everywhere, because it will

Re: RESULT!

2014-05-08 Thread Phil Longstaff
Isn't this what the PRIxxx macros in inttypes.h are for? On Thu, May 8, 2014 at 2:10 PM, Derek Atkins warl...@mit.edu wrote: Geert Janssens janssens-ge...@telenet.be writes: Note that %ld v %lld varies on Linux too. To print/scan a gint64 you need %lld on 32-bit linux but %ld on 64-bit

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-07 Thread Geert Janssens
On Friday 02 May 2014 14:55:42 John Ralls wrote: then I get the dreaded unrecognized “l” format error, What is the dreaded unrecognized l format error ? I have never seen it on my WinXP test system. In which step do you get this ? It’s that the ancient msvcrt.dll used by MinGW doesn’t

Re: RESULT!

2014-05-07 Thread Wm Tarr
(as a result of Geert's postings) downloads in my build (I have another HH for windows but the gnc one is apart from that as mentioned previously). Unlike John, mine works from install.sh which is in turn running in an msys shell. Hmm, googling around I found suggestions that windows applications fail

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-07 Thread John Ralls
On May 7, 2014, at 8:54 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Friday 02 May 2014 14:55:42 John Ralls wrote: then I get the dreaded unrecognized “l” format error, What is the dreaded unrecognized l format error ? I have never seen it on my WinXP test system. In which step

Re: RESULT!

2014-05-07 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes: On Friday 02 May 2014 14:55:42 John Ralls wrote: then I get the dreaded unrecognized “l” format error, What is the dreaded unrecognized l format error ? I have never seen it on my WinXP test system. In which step do you get this ? It’s

Re: RESULT!

2014-05-07 Thread Geert Janssens
On Wednesday 07 May 2014 12:30:42 Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: On Friday 02 May 2014 14:55:42 John Ralls wrote: then I get the dreaded unrecognized “l” format error, What is the dreaded unrecognized l format error ? I have never seen it on

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-06 Thread Geert Janssens
On Friday 02 May 2014 14:55:42 John Ralls wrote: On May 2, 2014, at 1:28 PM, Geert Janssens janssens-ge...@telenet.be wrote: On Friday 02 May 2014 11:06:14 John Ralls wrote: The HH installation check is still failing for me, as is the installation. I ran it by hand and got it to install

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-02 Thread John Ralls
then echo html help workshop already installed in $_HH_UDIR. skipping.” So that the test errors show up produces this result: Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Cannot export ??_C@_00A@?$AA@: symbol not found Cannot

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-02 Thread Geert Janssens
workshop already installed in $_HH_UDIR. skipping.” So that the test errors show up produces this result: Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Cannot export ??_C@_00A@?$AA@: symbol not found Cannot export ?pHtmlHelpA

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-02 Thread John Ralls
this result: Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Cannot export ??_C@_00A@?$AA@: symbol not found Cannot export ?pHtmlHelpA@@3P6GPAUHWND__@@PAU1@PBDIK@ZA: symbol not found Cannot export ?pHtmlHelpW@@3P6GPAUHWND__@@PAU1

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-01 Thread Geert Janssens
On Thursday 01 May 2014 15:55:07 Geert Janssens wrote: Thank you for my feedback. It's nice to hear my effort is appreciated. Your suggestion to move the installation of html help to the top is very useful. I'll check if this is possible and if so will make the necessary changes. I have

Re: RESULT! (was: Re: Building on Windows from scratch - follow up)

2014-05-01 Thread Geert Janssens
On Thursday 01 May 2014 15:55:07 Geert Janssens wrote: Thank you for my feedback. It's nice to hear my effort is appreciated. Sometimes I appear to write utter nonsense... Rereading the above I of course wanted to say Thank you for *your* feedback. Oh well... Too many distractions... Geert