<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Guys,<br>
    <div class="moz-forward-container"> I am about to update my own dune
      based code to 2.4.1 and run into some issues. Ive cloned the git
      repos for;<br>
      <blockquote>dune-common<br>
        dune-grid<br>
        dune-localfunctions<br>
        dune-pdelab<br>
        dune-alugrid<br>
        dune-typetree<br>
        dune-geometry<br>
        dune-istl<br>
      </blockquote>
      Then i did a <br>
      <blockquote>dunecontrol git checkout releases/2.4<br>
      </blockquote>
      which worked. Then i did a <br>
      <blockquote>dunecontrol all <br>
      </blockquote>
      wich did build all libraries with cmake. So far so good. Now in my
      own project i have a FindDune.cmake file which finds libraries and
      include directories all the dune-module from above.<br>
      <br>
      Now I have some questions:<br>
      <ol>
        <li>In dune-grid/release2.4.1 there is a dune/grid/alugrid
          folder. This folder is gone in master branch. Hence I assume
          that it is/was for the old legacy ALUgrid package (i.e. the
          one which is not a dune module but third party library).
          Correct: yes/no<br>
        </li>
        <li>If I am correct and want to use 3d alugrid, should i only
          include files from dune/alugrid/... which comes from the
          dune-alugrid package? yes/no?</li>
        <li>How to deal with the config.h files in the several
          dune-modules? I REALLY want to avoid having a config.h file in
          my own project. Should i set the appropriate HAVE_FOOBAR (or
          was it ENABLE_FOOBAR) flags within my own CMakeLists file
          (i.e. where i check for the different dune-modules)</li>
      </ol>
      I think #3 is hard, but I'm willing to walk through the pain!<br>
      <br>
      Thanks,<br>
      Martin<br>
      <br>
    </div>
    <br>
  </body>
</html>