Hi,
On Wed, Jun 14, 2000 at 12:19:51PM -0400, Joseph C. Lesh wrote:
> When I run make I'm getting these errors from the Double and Math classes:
>
> *** Syntax Error: Unexpected symbol ignored
>
>
> 218. if (a == 0.0 d && b == 0.0 d) // return +0.0d, if a or b is +0.0d
> ^
> *** Syntax Error: Unexpected symbol ignored
How strange. The 0.0 d should be 0.0d (without the space) which is how.
Which version of classpath are you using (you really should be using the CVS
version).
> I probably end up with around 10 or 15 of these. Is it worth worrying about? They
> all have to do with the 'd' after the number. Am I doing something wrong?
Those errors should not occur (I don't get those errors).
What compiler do you use?
> I've been documenting everything that I've been doing so I can help clarify
> the INSTALL file. :)
Great. Configuring and compiling Classpath is still somewhat intimidating.
Cheers,
Mark