On Sat, 01 Nov 2008, David Arturo Macias Corona wrote:

Hi David,

> >[62]: LDFLAGS = debug all OP osn=NT OP stack=65536 OP CASEEXACT
> osn excluded. OpenWatcom should define one based in platform

Which does not have to be the one you want to create.
But we can leave it now.

> ../../hbgete.c(93): Error! E473: col(21) function argument(s) do not match 
> those in prototype

It's caused by this code:

      #ifdef __GNUC__
         PSZ EnvValue = ( PSZ ) "";
      #else
         PCSZ EnvValue = "";
      #endif

and as I can see in header files then
      PSZ EnvValue = ( PSZ ) "";
whould be used also for other compilers. I do not know why someone
created exception for GCC only so I haven't touched this code so far.
I'll change it.

> make_ow.log are 118,591 bytes, 1813 lines long
> Where can I send it to you ?

Please compress it and send it to my private address from this message
header.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to