Thomas Treichl Thomas.Treichl at gmx.net
Tue Mar 4 12:50:44 CST 2008


Michael Friedlander schrieb:
>  From the latest development sources (see below), I get this error  
> when compiling:
> 
> make -C src all
> make[2]: Entering directory `/users/slic/mpf/local/src/octave/src'
> making defaults.h from defaults.h.in
> making oct-conf.h from oct-conf.h.in
> making oct-errno.cc from oct-errno.cc.in
> making main.d from main.c
> making ops.d from ops.cc
> making oct-errno.d from oct-errno.cc
> make[2]: *** No rule to make target `ov-mapper.h', needed by  
> `bitfcns.df'.  Stop.
> make[2]: Leaving directory `/users/slic/mpf/local/src/octave/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/users/slic/mpf/local/src/octave'
> make: *** [all] Error 2
> 
> Any tips are greatly appreciated.
> 
> Michael

Hi Michael,

remove all files in octave/src/pic manually and call 'make' again, there is an 
old *.d file left that has not been deleted (I think) - at least this was my 
problem from John's repository.

   Thomas


More information about the Help-octave mailing list