Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release1.4
New issue 75 by
saul.ary...@gmail.com: make errors on OS X -- possibly to
do with Xcode
https://code.google.com/p/casacore/issues/detail?id=75
What steps will reproduce the problem?
1. Install all dependencies without issue on OSX 10.10, mainly using
MacPorts
2. Point to these manually (they're in /opt/local) :
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/local -DUSE_HDF5=ON -DUSE_FFTW3=ON
-DLAPACK_ROOT_DIR=/opt/local/bin -DCFITSIO_ROOT_DIR=/opt/local/bin
-DWCSLIB_ROOT_DIR=/opt/local/bin -DHDF5_ROOT_DIR=/opt/local/bin
-DFFTW3_ROOT_DIR=/opt/local/bin
-DWCSLIB_LIBRARY=/opt/local/lib/libwcs-4.23.a
-DCMAKE_CXX_FLAGS:="-DAIPS_64B -W -Wall -Wpointer-arith -pedantic
-Wno-long-long"
3. make -j4 && make install
What is the expected output? What do you see instead?
Expected: casacore "make"s successfully.
Instead: see attaached file. Issues center around "Array2Math.cc.o"
make[2]: *** [casa/CMakeFiles/casa_casa.dir/Arrays/Array2Math.cc.o] Error 1
make[1]: *** [casa/CMakeFiles/casa_casa.dir/all] Error 2
make: *** [all] Error 2
Please provide any additional information below.
Tried researching this as extensively as possible... to no avail! Thanks
for any help possible. As you can see in the "log.rtf" file attached,
issues seem to be related
to "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/complex"
and complex numbers vs doubles.
--
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