Project

General

Profile

Actions

Feature #430

closed

Out of source tree build for GNU autoconf

Added by Jörg Riesmeier about 13 years ago. Updated 8 days ago.

Status:
Rejected
Priority:
Normal
Assignee:
Uli Schlachter
Category:
Configuration
Target version:
-
Start date:
2012-07-12
Due date:
% Done:

0%

Estimated time:
Module:
all
Operating System:
Compiler:

Description

Currently, the GNU autoconf system in DCMTK does not support building the toolkit in a different directory (unlike CMake). This would be desired since this would make many things easier (like using git, parallel builds with autoconf and CMake, etc.)


Files

out_of_tree_ofstd.patch (8.52 KB) out_of_tree_ofstd.patch Make building ofstd out-of-tree possible Uli Schlachter, 2012-09-19 16:54
Actions #2

Updated by Uli Schlachter almost 13 years ago

The attached patch makes it possible to build ofstd out of tree.

Caveats:
- No clue what the purpose of some of the code is that I removed from configure/confmod
- This might be using "abs_" too much (e.g. try top_builddir instead of abs_top_builddir)
- None of the sed-calls properly escape the path. For example, if the path to the buildir or srcdir contains a ":", this might explode
- Lots of work left
- Lots of subtle bugs introduced

I think that switching to cmake exclusively is way easier than trying to make this work properly. (And also better in the long term, less build systems to maintain)

Actions #3

Updated by Marco Eichelberg 8 days ago

  • Status changed from New to Rejected

Out of source tree build possible now with the CMake toolchain.

Actions

Also available in: Atom PDF