<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#f2f7ff>
<DIV><FONT size=2>Interesting. At the risk of sounding like a complete
moron, how do I check the full rev level? "ls -la" only shows the
".2".</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Rick</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A href="mailto:holle@almaden.ibm.com"
title=holle@almaden.ibm.com>holle@almaden.ibm.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
href="mailto:kdevelop@barney.cs.uni-potsdam.de"
title=kdevelop@barney.cs.uni-potsdam.de>kdevelop@barney.cs.uni-potsdam.de</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, September 27, 1999 10:26
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: I give up! Help!</DIV>
<DIV><BR></DIV><BR><BR>Have you installed the "new" libstdc++ which actually
came with the compilers<BR>source code ? I got a static library called
/usr/lib/libstdc++.a.2.10.0 after<BR>"make install" in the gcc-2.95.1 main
directory. This seems to be default to<BR>link, though I do still have the old
libstdc++-.so.2.9.0 with proper links<BR>flying around. THis library (2.10.0)
should have been compiled by the new<BR>compiler (I hope, at least) and should
work ok with gcc-2.95.1<BR><BR>- holger<BR><BR>"Rick Moore"
<lrmoore@home.com> on 24/09/99 21:16:34<BR><BR>Please respond to
kdevelop@barney.cs.uni-potsdam.de<BR><BR>To:
kdevelop@barney.cs.uni-potsdam.de<BR>cc:<BR>Subject: I give up!
Help!<BR><BR><BR><BR><BR>I've searched the mail archive, and I'm astonished
that I'm the only one with<BR>this problem. Please save me from a life
cursed with vi. Your product looks<BR>awesome, and I'd really like to
get it working.<BR><BR>I've tried gcc 2.95 (latest release), egcs 1.1.?, gcc
2.7.x, and gcc 2.8.1. All<BR>of them crap out at various points trying
to compile the source code. From my<BR>searches on the mail list, it
sounds like you all have 2.95.1 working so I'll<BR>concentrate on that
one. I'm running a fresh install of FreeBSD 3.2. I've<BR>confirmed
the revision levels of gmake, autoinstall, flex, etc. The
./configure<BR>line is "./configure
--prefix=/usr/local<BR>--with-extra-includes=/usr/include/g++".<BR><BR>Is
there anything else I can tell you that might help diagnose the problem?
I'm<BR>still somewhat naive to the ways of the open source community, so it
could just<BR>be something stupid.<BR><BR>The compiler output is as
follows:<BR><BR>g++ -DHAVE_CONFIG_H -I. -I. -I../..
-I/usr/local/include<BR>-I/usr/X11R6/include/X11/qt -I/usr/include/g++
-I/usr/X11R6/include<BR>-O2 -Wall -c ClassParser.cc<BR>In file included from
/usr/include/g++/iostream.h:31,<BR>
from ClassParser.cc:20:<BR>/usr/include/g++/streambuf.h:394: invalid type
`void *' for default argument to<BR>`ios *'<BR>/usr/include/g++/streambuf.h:
In method `ios::~ios()':<BR>/usr/include/g++/streambuf.h:472: warning: `void
*' is not a pointer-to-object<BR>type<BR>In file included from
ClassParser.cc:20:<BR>/usr/include/g++/iostream.h: At top
level:<BR>/usr/include/g++/iostream.h:50: invalid type `void *' for default
argument to<BR>`ostream *'<BR>/usr/include/g++/iostream.h:117: invalid type
`void *' for default argument to<BR>`ostream
*'<BR>/usr/include/g++/iostream.h:221: invalid type `void *' for default
argument to<BR>`ostream *'<BR>In file included from
ParsedContainer.h:191,<BR>
from
ParsedClassContainer.h:22,<BR>
from
ClassStore.h:21,<BR>
from
ClassParser.h:27,<BR>
from ClassParser.cc:24:<BR>ParsedStruct.h: In method `const char
*<BR>CParsedStruct::asPersistantString(QString &)':<BR>ParsedStruct.h:44:
ANSI C++ forbids implicit conversion from `void *' in return<BR>In file
included from ClassParser.cc:24:<BR>ClassParser.h: At top
level:<BR>ClassParser.h:74: invalid type `void *' for default argument to
`const char *'<BR>ClassParser.cc: In method `class CParsedAttribute
*<BR>CClassParser::parseVariable()':<BR>ClassParser.cc:582: ANSI C++ forbids
implicit conversion from `void *' in<BR>initialization<BR>ClassParser.cc: In
method `class CParsedMethod
*<BR>CClassParser::parseMethodDeclaration()':<BR>ClassParser.cc:804: ANSI C++
forbids implicit conversion from `void *' in<BR>assignment<BR>ClassParser.cc:
In method `class CParsedClass
*<BR>CClassParser::parseClassHeader()':<BR>ClassParser.cc:1124: ANSI C++
forbids implicit conversion from `void *'
in<BR>assignment<BR><BR>...<BR></BLOCKQUOTE></BODY></HTML>