Skip to content

Try a build with GCC-4.8 #6

@chaubold

Description

@chaubold
  • Make sure all dependencies obey the CXX=.. settings
  • Boost compilation: https://schwartzmeyer.com/2014/04/18/boost-with-gcc-on-os-x/
  • Qt configuration:
    • qt4-git/mkspecs/common/g++-base.conf: change gcc/g++ to gcc-4.8/g++-4.8
    • qt4-git/mkspecs/common/g++-macx.conf: remove -Xarch_x86_64 from QMAKE_CFLAGS_X86_64
    • ALTERNATIVE: compile Qt without STL
  • VTK fixes:
    • remove -fpascal-strings from Utilities/ftgl/CMakeLists.txt
    • make sure VTK_REQUIRED_OBJCXX_FLAGS is not set to "" but is really not set at all, otherwise gcc thinks there are no input files
  • update PGMLink and fix includes for strcpy etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions