I am having the following problem with "make":
make: *** No rule to make target 'src/zlib.h', needed by 'obj/gdevfpng.o'. Pare. [Stop]
I have it:
$ find /usr/include/ -name zlib.h
/usr/include/zlib.h
If I leave shipped zlib, it compiles.
The file that I think is the source of the problem, not compiling, gives:
$ grep zlib ./devices/gdevfpng.c
#include "zlib.h"
/* Nasty zlib hackery here. Zlib always outputs a 'start of stream'
No problem with previous version:
19-Feb-2014 14:03 ghostscript-9.10
Right now, I discovered that new version is 9.14, but still have the same problem. Wiil change the title.
Cannot find reference to such error.
Help would be much appreciated.
I did spend a lot of time yesterday and today.
Will start working in other packages.