Anybody using the comand line compilers on 10.4?
When saving the following simple program as /tmp/x.cpp:
int main()
{
double x = 0.5;
return 0;
}
and trying to compile it with
$ mwcc -c /tmp/x.cpp
, I get the error message
Error : invalid floating-point constant
/tmp/x.cpp line 3 double x = 0.5;
Needless to say, it compiles fine on 10.3.
I'm using CW 9.5, mwcc is version 3.2.6 build 437.
Any ideas?
--
Stefan Haller
Berlin, Germany
http://home.snafu.de/stk/