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
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?
I've been documenting everything that I've been doing so I can help clarify the INSTALL
file. :)
jammin,
Joey