You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Lance Diduck (JIRA)" <ji...@apache.org> on 2005/09/14 04:22:55 UTC

[jira] Updated: (STDCXX-23) [Cygwin] messages.cpp needs catopen, catgets etc

     [ http://issues.apache.org/jira/browse/STDCXX-23?page=all ]

Lance Diduck updated STDCXX-23:
-------------------------------

      Component: 22. Localization
                     (was: Build)
    Description: 
http://sources.redhat.com/ml/cygwin/2004-04/msg00679.html shows that libc does not have catopen, catgets, etc. Library compiles but does not link. 
A recent thread (Jun 2005) discusses adding "libcatgets" http://blog.gmane.org/gmane.os.cygwin.applications/month=20050601 
There are at least these approaches:
1. Implement the missing stuff ourselves
2. Implement messages.cpp in terms of the underlying Windows messaging subsystem (i.e. FormatMessage, etc)
3. Require libcatgets , change build 




  was:
>From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c200509111213.j8BCDGMG006690@ms-smtp-03.rdc-nyc.rr.com%3e:

-------- Original Message --------
Subject: Cygwin build
Date: Sun, 11 Sep 2005 08:13:38 -0400
From: Lance Diduck <la...@nyc.rr.com>
Reply-To: stdcxx-dev@incubator.apache.org
To: <st...@incubator.apache.org>

Notes on  Cygwin build __CYGWIN__ using gcc 3.4.4 BUILDTYPE=11s default modes 

1. <unistd.h> defines _SC_PAGESIZE and not _SC_PAGE_SIZE,  I put a define in
memattr.cpp to get to compile, but I'm sure that's probably not the best place
[...]


> [Cygwin] messages.cpp needs catopen, catgets etc
> ------------------------------------------------
>
>          Key: STDCXX-23
>          URL: http://issues.apache.org/jira/browse/STDCXX-23
>      Project: STDCXX
>         Type: Bug
>   Components: 22. Localization
>     Versions: 4.1.2
>  Environment: Cygwin
>     Reporter: Lance Diduck
>      Fix For: 4.1.3

>
> http://sources.redhat.com/ml/cygwin/2004-04/msg00679.html shows that libc does not have catopen, catgets, etc. Library compiles but does not link. 
> A recent thread (Jun 2005) discusses adding "libcatgets" http://blog.gmane.org/gmane.os.cygwin.applications/month=20050601 
> There are at least these approaches:
> 1. Implement the missing stuff ourselves
> 2. Implement messages.cpp in terms of the underlying Windows messaging subsystem (i.e. FormatMessage, etc)
> 3. Require libcatgets , change build 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira