[Pw_forum] compilation error

Konstantin Kudin konstantin_kudin at yahoo.com
Mon Jan 26 18:23:01 CET 2004


 It might be easier to go to the root directory of
1.3.0 and type (under csh or tcsh):

make clean
make all > & make.log &

 The idea is to have a clean start, and that all the
messages go to make.log and not to the terminal, so
once it fails at the linking stage, on can track down
earlier errors.

 Often things fail visibly later than when the actual
error occured, so having a complete log for forensic
purposes is convenient.

 Then one can do {grep -i error make.log}.

 Kostya 

--- Subhradip Ghosh <subhra at ux1.cso.uiuc.edu> wrote:
> On Mon, 26 Jan 2004, Gil Speyer wrote:
> 
> didn't work. The list of error is long and something
> like the following:
>
**************************************************************fft_stick.c:17:20:
> fftw.h: No such file or directory
> fft_stick.c:21: error: parse error before '*' token
> fft_stick.c: In function `create_plan_1d_':
> fft_stick.c:23: error: `fftw_direction' undeclared
> (first use in this
> function)
> fft_stick.c:23: error: (Each undeclared identifier
> is reported only once
> fft_stick.c:23: error: for each function it appears
> in.)
> fft_stick.c:23: error: parse error before "dir"
> fft_stick.c:24: error: `p' undeclared (first use in
> this function)
> fft_stick.c:24: error: `n' undeclared (first use in
> this function)
> fft_stick.c:24: error: `dir' undeclared (first use
> in this function)
> fft_stick.c:24: error: `FFTW_ESTIMATE' undeclared
> (first use in this
> function)
> fft_stick.c:24: error: `FFTW_IN_PLACE' undeclared
> (first use in this
> function)
> fft_stick.c:25: error: `NULL' undeclared (first use
> in this function)
> fft_stick.c:25: error: `stderr' undeclared (first
> use in this function)
> fft_stick.c: At top level:
> fft_stick.c:30: error: parse error before '*' token
> fft_stick.c: In function `destroy_plan_1d_':
> fft_stick.c:32: error: `p' undeclared (first use in
> this function)
> fft_stick.c:32: error: `NULL' undeclared (first use
> in this function)
>
*****************************************************************
> Misses the fft_stick.c file somehow.
> 
> Subhradip


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/



More information about the users mailing list