make install: No rule to make target `index.hhk'



On 16/05/2012 5:53 AM, Barton Willis wrote:
> Thanks--I fixed this the low-cost and easy way: tried a different machine.  I think make install finishes OK. There is a problem with make iss  that seems fairly minor.
>
> $ make iss
> test -d "/usr/local/share/maxima/branch_5_27_base_34_ge0bcf8c/doc" || mkdir -p "/usr/local/share/maxima/branch_5_27_base_34_ge0bcf8c/doc"
> for file in AUTHORS COPYING INSTALL README README.lisps ; \
>              do \
>              /usr/bin/install -c -m 644 $file "/usr/local/share/maxima/branch_5_27_base_34_ge0bcf8c/doc" ; \
>              done
> make -C interfaces/xmaxima/win32 gcccopy install
> make[1]: Entering directory `/cygdrive/c/Users/willisb/maximagit3/maxima/interfaces/xmaxima/win32'
> test -d "/usr/local/bin" || mkdir -p "/usr/local/bin"
> test -d "/usr/local/include" || mkdir -p "/usr/local/include"
> test -d "/usr/local/include/sys" || mkdir -p "/usr/local/include/sys"
> test -d "/usr/local/lib/gcc-lib/mingw32/3.3.1/include" \
>          || mkdir -p "/usr/local/lib/gcc-lib/mingw32/3.3.1/include"
> cp /usr/local/bin/gcc.exe /usr/local/bin
> cp: cannot stat `/usr/local/bin/gcc.exe': No such file or directory
> Makefile:55: recipe for target `gcccopy' failed
> make[1]: *** [gcccopy] Error 1
> make[1]: Leaving directory `/cygdrive/c/Users/willisb/maximagit3/maxima/interfaces/xmaxima/win32'
> Makefile:789: recipe for target `iss' failed
> make: *** [iss] Error 2
>
> --bw
I have committed a fix for this.  target gcccopy is now conditional on 
WIN32 and GCL

Now that I have "mastered" automake I will see if there is any more low 
hanging fruit in the windows build.