<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi team,<br>
    it's really a minor issue, but wanted to let you know that I just
    built grass-7.2.0 (on Suse SLE 12.2) configured with the
    --with-sqlite-includes=/path/include flag. I got an error in
    general/g.version complaining that it cant find sqlite3.h. On
    running the gcc command to compile main.c with a -I/path/include
    flag, it worked and grass installed successfully. Maybe there is a
    forgotten include in the Makefile setup?<br>
    <br>
    <pre>$ cd general/g.version</pre>
    <pre>$ make</pre>
    <pre>main.c:37:21: fatal error: sqlite3.h: No such file or directory</pre>
    <pre>compilation terminated.</pre>
    <pre>../../include/Make/Compile.make:32: recipe for target 'OBJ.x86_64-pc-linux-gnu/main.o' failed</pre>
    <pre>make: *** [OBJ.x86_64-pc-linux-gnu/main.o] Error 1</pre>
    <pre>
$ gcc <lots of includes> -I/path/to/sqlite/include -o OBJ.x86_64-pc-linux-gnu/main.o -c main.c</pre>
    <pre>$ # this works well</pre>
    <br>
    Regards,<br>
    Michel<br>
  </body>
</html>