From: | Ronald Kuczek <ronald(at)breitenbach-it(dot)de> |
---|---|
To: | "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
Cc: | "Hork Daniel [horak(at)sit(dot)plzen-city(dot)cz] (E-Mail)" <horak(at)sit(dot)plzen-city(dot)cz> |
Subject: | Failed to compile on Win32 with --enable locale |
Date: | 2000-09-12 07:51:16 |
Message-ID: | 01C01C9E.FF288530@TECHNIK |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Your name : Ronald Kuczek
Your email address : ronald(at)breitenbach-it(dot)de
System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium
Operating System (example: Linux 2.0.26 ELF) : Windows NT 4.0 Workstation
PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.2
Compiler used (example: gcc 2.8.0) : cygwin 1.1.x
Please enter a FULL description of your problem:
------------------------------------------------
I enabled --enable-locale and --enable-multibyte with configure script.
Compilation failed with errors:
in file ../src/backend/utils/adt/pg_locale.c
undeclared identifier LC_MESSAGES
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
configure --enable-locale --enable-multibyte
make
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
I don't know, if I did correct, I have modified file /usr/include/locale.h (in cygwin directory)
and added
#define LC_MESSAGES 6
Now I have compiled succesfull.
Best regards
Rony
From | Date | Subject | |
---|---|---|---|
Next Message | Kirby Bohling (TRSi) | 2000-09-15 15:03:18 | libpq bug |
Previous Message | Max Pyziur | 2000-09-12 03:03:26 | Re: [SQL] Re: [BUGS] "ORDER BY" issue - is this a bug? |