Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release1.4
New issue 58 by
nicokrui...@gmail.com: Compiler errors with g++ 4.7.2
http://code.google.com/p/casacore/issues/detail?id=58
Hi,
When compiling on ubuntu 12.10, I encountered a few compiler errors. The
diff below should fix them.
Best regards,
Nico
diff
-r ./casa/Arrays/ArrayBase.h ../orig/casacore-1.5.0/casa/Arrays/ArrayBase.h
30a31
34,35d34
<
< #include <unistd.h>
diff
-r ./casa/Arrays/IPosition.h ../orig/casacore-1.5.0/casa/Arrays/IPosition.h
37d36
< #include <unistd.h>
diff -r ./casa/BasicMath/Math.h ../orig/casacore-1.5.0/casa/BasicMath/Math.h
300c300
< return ( std::isnan(val) );
---
> return ( isnan(val) );
diff -r ./casa/System/Casarc.cc ../orig/casacore-1.5.0/casa/System/Casarc.cc
37d36
< #include <unistd.h>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings