Hi folks, i was wondering if i might be able to build the gnuradio
tarball (specifically the 3.6.4.2 version) on Mac Os X by using the
gcc-4.7 compiler installed with macports. I usually launch these
commands from shell :
/$ CC=gcc-mp-4.7 CXX=g+±mp-4.7 cmake
-DPYTHON_EXECUTABLE=/opt/local/bin/python
-DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib
-DENABLE_BAD_BOOST=ON …//
/$ make/
but the building process breaks at 12% warning me about a tag error in
the swig directory…maybe it concerns a doxygen issue. However since
i need a fully functional gnuradio installation I am now turning back to
the llvm-gcc-42 compiler so to take advantage of the volk cpu
capabilities.
Has anyone ever succedeed in building the tarball with gcc-47 or gcc-46
? Please let me know…
Regards, Arturo