public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: andy@softbookpress.com
To: gcc-help@gcc.gnu.org
Subject: limitsMEMBERS.cc
Date: Thu, 14 Dec 2000 13:42:00 -0000	[thread overview]
Message-ID: <v03007800b65ed93d959b@[208.211.82.161]> (raw)

I dug a bit deeper and discovered this line in libstdc++-v3 configure.in:


# Generate bits/std_limits.h and src/limitsMEMBERS.cc
if test ! -f stamp-limits; then
  $srcdir/mknumeric_limits $blddir $srcdir $xcompiling
  touch stamp-limits
fi

 libstdc++-v3/mknumeric_limits  script made std_limits.h file but failed to
make limitsMEMBERS.cc
And, the std_limits.h file was only partially written.
I ended up downloading both files from
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3/cygwin-limits
.tar.gz
and installing them manuially
Now I got this :

"In file included from
../../../../gcc-20001204/libstdc++-v3/include/bits/std_ios.h:39,
                 from
../../../../gcc-20001204/libstdc++-v3/include/bits/std_istream.h:1,
                 from
../../../../gcc-20001204/libstdc++-v3/src/complex_io.cc:31:
../../../../gcc-20001204/libstdc++-v3/include/bits/fpos.h: In instantiation
of `std::fpos<mbstate_t>':
../../../../gcc-20001204/libstdc++-v3/include/bits/char_traits.h:208:
instantiated from here
../../../../gcc-20001204/libstdc++-v3/include/bits/fpos.h:53: Internal
compiler
   error in finish_member_declaration, at cp/semantics.c:1836
Please submit a full bug report.
"
to be continued...
:-))

Andy


             reply	other threads:[~2000-12-14 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-14 13:42 andy [this message]
2000-12-14 17:02 limitsMEMBERS.cc andy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='v03007800b65ed93d959b@[208.211.82.161]' \
    --to=andy@softbookpress.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).