<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
The problem was indeed the version of FFTW. <br>
It works but 2.x but not with 3.x.<br>
<br>
Thank you for the advice.<br>
<br>
Regards,<br>
Stef<br>
<br>
<br>
Glynn Clements wrote:<br>
<blockquote type="cite"
 cite="mid16690.60338.76581.852845@cerise.nosuchdomain.co.uk">
  <pre wrap="">Stefaan Lhermitte wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Im trying to complie GRASS 5.3 in the Cygwin environment but with the 
specific ODBC, FFTW and proj features included. I've checked all 
requierements and installed the FFTW and Proj features;

When I run:
./configure --without-postgres --with-odbc-libs=/usr/local/lib 
--with-fftw-includes=/usr/local/fftw_3.0.1/include 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need FFTW 2.x; 3.x isn't compatible.

  </pre>
  <blockquote type="cite">
    <pre wrap="">--with-fftw-libs=/usr/local/fftw_3.0.1/lib 
--with-proj-include=/usr/local/proj_4.4.8/include 
--with-proj-libs=/usr/local/proj_4.4.8/lib

I get the following error message:
Unable to locat FFTW includes

I don't know what id do wrong since i specify the FFTW include  and the 
file fftw.h is in that folder.


I the config.log, The following can be found:

configure:9516: checking whether to use FFTW
configure:9535: checking for location of FFTW includes
configure:9561: checking for fftw.h
configure:9569: gcc -E  -I/usr/local/fftw_3.0.1/include  conftest.c 
 &gt;/dev/null 2&gt;conftest.out
configure:9565:18: fftw.h: No such file or directory
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That seems pretty conclusive, i.e. the compiler (specifically, the
preprocessor) fails to find fftw.h.

Could this be a Cygwin issue? Does:

        cat /usr/local/fftw_3.0.1/include/fftw.h

(from a bash shell) work?

  </pre>
</blockquote>
<br>
</body>
</html>