../../src/actions.c:38:22: error: colormap.h: No such file or directory
../../src/actions.c: In function 'wSetFocusTo':
../../src/actions.c:159: warning: implicit declaration of function 
'wColormapInstallForWindow'
make[4]: *** [actions.o] Error 1
make[4]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/wmaker-crm/WindowMaker-0.95.3/_build'
make: *** [distcheck] Error 1
zsh: exit 2     make distcheck
make distcheck  36.28s user 7.02s system 105% cpu 41.046 total

make distcheck is exactly what I was looking for, thank you!

-- 
John H. Robinson, IV
<jh...@sbih.org>




On 2012-11-14, at 18:18, BALATON Zoltan <bala...@eik.bme.hu> wrote:

> On Wed, 14 Nov 2012, John H. Robinson, IV wrote:
>> Please find attached a diff to add the missing .h files from src/Makefile.am
>> One way to find these:
>> $ git checkout next
>> $ ./autogen.sh
>> $ ./configure
>> $ make dist-gzip
>> $ tar xzf WindowMaker-0.95.3.tar.gz
>> $ cd WindowMaker-0.95.3
>> $ ./configure
>> $ make
>> There has to be an easier way.
> 
> How about 'make distcheck'? (I haven't tried it but this is the official 
> autotools way that's supposed to do that.)
> 
> Regards,
> BALATON Zoltan

Reply via email to