Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Jan 07, 2014
  3. Jan 06, 2014
  4. Jan 04, 2014
    • Markus Blatt's avatar
      [autotools,bugfix] Feed include path of all modules to dune-autogen · c57e6037
      Markus Blatt authored
      Previously only the include path of the local modules were used. This
      caused errors with installed dune-common modules, similar to:
      
      --> aclocal...
      
      Error: Could not find dune-common/am!
      Usage: dune-autogen DUNE_MODULE_PATH_LIST [options]
        --ac=, --acversion=VERSION   use a specific VERSION of autoconf
        --am=, --amversion=VERSION   use a specific VERSION of automake
        -h,    --help                you already found this :-)
      --- Failed to build dune-typetree ---
      Terminating dunecontrol due to previous errors!
      
      This is also related to https://dune-project.org/flyspray/index.php?do=details&task_id=891
      
      With this patch we include the aclocal, m4 or am directory of all modules
      (installed and local ones) and everything works again as exspected.
      c57e6037
  5. Jan 03, 2014
  6. Jan 02, 2014
  7. Dec 28, 2013
  8. Dec 20, 2013
    • Steffen Müthing's avatar
      [bugfix] Fixes GMP test. · 79cc2c42
      Steffen Müthing authored and Markus Blatt's avatar Markus Blatt committed
      Previoulsy CMake always fails to find the __gmpz_abs symbol on my machine, even though it is clearly there.
      The test used check_symbol_exists. According to the documentation, check_symbol_exists tries to include the
      second argument into a test program to check whether there is a prototype for the first argument, so as the
      second argument is a binary, that can't really work... This patch switches over to use check_library_exists.
      79cc2c42
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · e258dbd6
      Markus Blatt authored
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      e258dbd6
  9. Dec 19, 2013
  10. Dec 18, 2013
Loading