[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiler errors
You might try the latest 2.1a source code, which defines these
streamoff conversion types in css (as long long int or whatever) to
avoid this problem. If that doesn't work, then you'll have to edit
the ios-g++-2.8.1 header files and put #ifndef MAKETA around the
places where streamoff is mentioned, so it will ignore these.
Grab the latest 2.1a source from:
ftp://grey.colorado.edu/pub/oreilly/pdp++/pdp++_2.1a_src.tar.gz
let me know if this doesn't fix the problem and i'll put in some kind
of ifdef for this case..
"Soy Capitan" <tweebspee@hotmail.com> writes:
> I am trying to compile the pdp++ software on a powermac G4 running
> SuSE Linux 7.1 (for Mac hardware). When the end-user tarballs
> didn't behave properly I decided just to compile from the source
> code, but on the last run I got this lengthy error message:
>
> (this is not verbatim)
>
> ta_TA.cc : line 1829
> in class cssE1* cssE1CFun__fstream_seekp_stub(void*, int,
> cssE1**)
> conversion from cssE1 to 'streamoff' is ambiguous
> candidates are cssE1::operator Real() const
>
> (and then about 9 other candidates are listed, with each being a
> different variable type, such as int, float, etc.)
>
> The same message was then repeated for lines 2005 and 2045. I
> didn't find anyone having a similar problem in the archives, so I
> wonder if I have something configured improperly.
>
> Thanks for any suggestions.
>
> DC
>
>
>
>
> _________________________________________________________________
> Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
- Randy