Hi Andreas.

From: "Andreas Pflug" <[EMAIL PROTECTED]>

> Hi Hiroshi,
> typo is fixed (MSVC won't complain...)
Oh,windows is generous.(I say a complaint.):-)

> 
> There really should be a localeconv(), could you check locale.h for it?

Ah...
I tend to overlook a fundamental thing.

However....
In file included from db/keywords.c:15:
./src/include/postgres.h:24:23: warning: no newline at end of file
In file included from db/keywords.c:21:
./src/include/parser/parse.h:711: warning: type defaults to `int' in declaration of 
`yylval'
utils/misc.cpp: In function `double StrToDouble(const wxString&)':
utils/misc.cpp:185: `localeconv' undeclared (first use this function)
utils/misc.cpp:185: (Each undeclared identifier is reported only once for each 
   function it appears in.)
gmake[2]: *** [misc.o] Error 1
gmake[1]: *** [all-recursive] Error 1

I want to put this in.

--- src/utils/misc.cpp.org      Sat Jan 31 09:24:22 2004
+++ src/utils/misc.cpp  Sat Jan 31 09:24:54 2004
@@ -22,6 +22,7 @@
 
 // Standard headers
 #include <stdlib.h>
+#include <locale.h>
 
 // App headers
 #include "misc.h"

> 
> Regards,
> Andreas

Thank you.:-)

regards,
Hiroshi Saito

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to