Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X Xdmf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Xdmf
  • Xdmf
  • Issues
  • #5

Closed
Open
Created May 17, 2017 by Bhavani Shankar R@right2bshankar

XDMF fails to build in a sane way with CMake 3.8 and python 3.6

Dear Maintainer,

When trying to rebuild xdmf with CMake 3.8 and python 3.6 on ubuntu it fails to build with the below error

-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Performing Test HAVE_BOOST_SHARED_DYNAMIC_CAST
-- Performing Test HAVE_BOOST_SHARED_DYNAMIC_CAST - Failed
CMake Deprecation Warning at /usr/share/cmake-3.8/Modules/UseSWIG.cmake:226 (message):
  SWIG_ADD_MODULE is deprecated.  Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
  CMakeLists.txt:162 (swig_add_module)
  core/CMakeLists.txt:215 (XDMF_SWIG_PYTHON)


CMake Deprecation Warning at /usr/share/cmake-3.8/Modules/UseSWIG.cmake:226 (message):
  SWIG_ADD_MODULE is deprecated.  Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
  CMakeLists.txt:162 (swig_add_module)
  CMakeLists.txt:395 (XDMF_SWIG_PYTHON)


CMake Deprecation Warning at /usr/share/cmake-3.8/Modules/UseSWIG.cmake:226 (message):
  SWIG_ADD_MODULE is deprecated.  Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
  CMakeLists.txt:162 (swig_add_module)
  utils/CMakeLists.txt:153 (XDMF_SWIG_PYTHON)


-- Configuring done
-- Generating done
-- Build files have been written to: /<<BUILDDIR>>/xdmf-3.0+git20160803/debian/build-serial-py2

The full logs are available at:

https://launchpadlibrarian.net/320024056/buildlog_ubuntu-artful-amd64.xdmf_3.0+git20160803-2build1_BUILDING.txt.gz

Thanks for considering

Regards,

Bhavani

Assignee
Assign to
Time tracking