<html>
<head>
</head>
<body>
<br>
Ralf Corsepius wrote:<br>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<pre wrap="">Am Mit, 2003-03-12 um 05.08 schrieb Angelo Fraietta:<br></pre>
<blockquote type="cite">
<pre wrap=""><snip></pre>
</blockquote>
</blockquote>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<blockquote type="cite">
<pre wrap="">and I was successfully able to build and run the hello world example<br>The libcpp project did not build<br></pre>
</blockquote>
<pre wrap=""><!---->This is something else, more details (logs) please.<br></pre>
</blockquote>
There was a compile error firstly because the function read in fool.h<br>
<br>
friend ostream& operator << (ostream&,const foo&);<br>
<br>
I placed <br>
using std::ostream<br>
to fix this compile error<br>
<br>
After this, a compile error occurred stating<br>
friend ostream& operator << (ostream&,const foo&, const
foo&);<br>
<br>
must take exactly two arguments. I commented out the function and then in
foo.cpp removed the second parameter.<br>
This then Built.<br>
<br>
I have attached the two modified files for you.<br>
<br>
<pre class="moz-signature" cols="$mailwrapcol">--
Angelo Fraietta
PO Box 859
Hamilton NSW 2303
Home Page
<a class="moz-txt-link-freetext" href="http://www.users.bigpond.com/angelo_f/">http://www.users.bigpond.com/angelo_f/</a>
There are those who seek knowledge for the sake of knowledge - that is CURIOSITY
There are those who seek knowledge to be known by others - that is VANITY
There are those who seek knowledge in order to serve - that is LOVE
Bernard of Clairvaux (1090 - 1153)</pre>
<br>
</body>
</html>