<div dir="ltr">I downloaded all the DUNE modules (via SVN) and put them in one common directory but I faced two problems while building DUNE:<br>1)When
I typed the command "./dune-common/bin/dunecontrol all", it showed
"bash: ./dune-common/bin/dunecontrol: Permission denied" (I am already
root user), but when i changed the directory to /dune-common/bin and
typed "dunecontroll all" it showed me two messages<br>"---going to build---"<br>"---done---"<br>and
just took 1 second but i think it did not build the DUNE because when i
tried to run .cc files in dune-istl module, it generated "fatal error:
config.h: No such file or directory"<br>So please help me to actually build DUNE.<br> <br> <br>2)I
tried to configure new module for my GSOC project using duneproject. It
asked me to enter dependent modules, but when i typed dune-istl, it
generated message like<br>ERROR:<br>Module with name dune-istl was not found<br>Did you forget to specify it's location<br>in the DUNE_CONTROL_PATH variable?<br><br>I
did not understand what is this. But this new module worked correctly
with dune-common dependence and also after creating this new module, when i typed
dunecontrol all, it actually build the new module, means it took some
time and kept on printing checking "some message".<br>But my project will depend on dune-istl module, so help me to solve this problem.<br>Thank you.<br></div>