Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • OpenVolumeMesh OpenVolumeMesh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenVolumeMeshOpenVolumeMesh
  • OpenVolumeMeshOpenVolumeMesh
  • Issues
  • #15
Closed
Open
Issue created Jul 24, 2019 by Jan Möbius@moebiusOwner

Config Header Problem

I recently updated my installation of OpenVolumeMesh to the latest commit and then had trouble building a project that linked to it, getting this error: "/usr/local/include/OpenVolumeMesh/System/Deprecation.hh:3:10: fatal error: DeprecationConfig.hh: No such file or directory #include "DeprecationConfig.hh""

I tracked it down and the problem was that Deprecation.hh was looking for "DeprecationConfig.hh", however CMake installed that file in "Config/DeprecationConfig.hh".

Modifying the installed header so that /usr/local/include/OpenVolumeMesh/System/Deprecation.hh looks for the config file at "../Config/DeprecationConfig.hh" fixed the error.

I'm running Ubuntu 18.04 if that makes any difference.

Assignee
Assign to
Time tracking