Hello,<br>I downloaded the sources:<br><pre class="wiki">wget <a href="http://lemon.cs.elte.hu/pub/sources/lemon-1.0.3.tar.gz">http://lemon.cs.elte.hu/pub/sources/lemon-1.0.3.tar.gz</a></pre>and compiled and installed Lemon as this page says:<br>
<br><a href="https://lemon.cs.elte.hu/trac/lemon/wiki/InstallAutotool">https://lemon.cs.elte.hu/trac/lemon/wiki/InstallAutotool</a><br><br>and tried to compile the sample code in this link:<br><a href="http://lemon.cs.elte.hu/pub/tutorial/hello_lemon.html">http://lemon.cs.elte.hu/pub/tutorial/hello_lemon.html</a><br>
<br>g++ -I/usr/local/include -L/usr/local/lib test.cpp -o test -lemon<br><br>I get the error:<br>In file included from /usr/local/include/lemon/bits/graph_extender.h:25,<br> from /usr/local/include/lemon/list_graph.h:28,<br>
from l.cpp:2:<br>/usr/local/include/lemon/bits/default_map.h:22:26: error: lemon/config.h: No such file or directory<br><br><br>Also, the code in the Mercurial causes the same error.<br><br>When I modify the default_map.h file, it solves the compile problem.<br>
<br>Anybody got the same error?<br><br>Thanks.<br>