Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #19
Closed
Open
Issue created Nov 27, 2014 by Derek Bruening@derekbrueningContributor

build: add pre-build configure or cmake for local configuration and other benefits

From derek.br...@gmail.com on February 16, 2009 14:42:31

split from issue #2 (closed) : see notes there on why we never needed this for past proprietary products

I would lean toward CMake instead of autoconf http://www.cmake.org/ We could achieve the following with cmake:

  1. configure build for local toolchain tools: currently we have some checks for -T vs -dT, gcc -fvisibility, etc., but we don't build on RHEL3 ( issue #18 (closed) ) due to typedef conflicts, and in the future if we port to other platforms we'll want to add more features like HAVE_PROC_MAPS.

  2. add dependencies back in to core/ (USEDEP=0 right now due to "make clear" bugs with the .dep files: PR 207890, PR 214218)

  3. build in parallel (PR 209902)

  4. reduce Windows building time due to cygpath invocations: move them all to configure time

  5. possibly: hook our tests up to the cmake-integrated CTest and CDash plaform-independent regression testing and reporting engine?

Some issues:

  • devs have to install cmake but, available on yum, apt-get repos so painless on linux
  • not clear cmake will support our mix of cygwin paths but microsoft compiler

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=19

Assignee
Assign to
Time tracking