On Sun, 2004-01-25 at 10:25, renna wrote:
> Hi,
> I have a lexmark 3200 printer and I wanted to install ghostscript with the 
> driver for this printer I found on http://lxm3200.sourceforge.net of Daniel 
> Gordini. I proceded as in the README, modified contrib.mak as in the 
> Driver.htm of ghostscript, and unix-gcc.mak to add the driver. then i went on 
> with make that gave me this error
> 
> bash-2.05b# make -f src/unix-gcc.mak
> make: *** No rule to make target `jpeg/jpeglib.h', needed by `obj/jpeglib0.h'.  
> Stop.
> 
> I guessed a touch jpeg/jpeglib.h and obj/jpeglib.h and 
> 
> bash-2.05b# make -f src/unix-gcc.mak
> make: *** No rule to make target `jpeg/jmorecfg.h', needed by `obj/jmcorig.h'.  
> Stop.
> 
> so I went on touching having no idea if this was the right thing to do (I'm 
> have serious doubts about it)
> 
> bash-2.05b# make -f src/unix-gcc.mak
> cp ./src/gsjmorec.h ./obj/jmorecf0.h
> rm -f ./obj/jmorecf1.h
> cp ./obj/jmorecf0.h ./obj/jmorecfg.h
> cp jpeg/jpeglib.h ./obj/jpeglib0.h
> cp ./obj/jpeglib0.h ./obj/jpeglib_.h
> gcc `cat ./obj/cc.tr`  -DHAVE_MKSTEMP -O2 -Wall -Wstrict-prototypes 
> -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common  
> -DGX_COLOR_INDEX_TYPE='unsigned long long' -I./obj -I./src  -o ./obj/sdctc.o 
> -c ./src/sdctc.c
> In file included from src/sdctc.c:24:
> src/sdct.h:61: field `err' has incomplete type
> src/sdct.h:73: field `err' has incomplete type
> src/sdct.h:75: field `cinfo' has incomplete type
> src/sdct.h:76: field `destination' has incomplete type
> src/sdct.h:87: field `err' has incomplete type
> src/sdct.h:90: field `dinfo' has incomplete type
> src/sdct.h:91: field `source' has incomplete type
> make: *** [obj/sdctc.o] Error 1
> 
> and here I am; i really know little about compilation, I understand that my 
> fooling around with touch has caused this problem. Is there someone who can 
> help me solve this problem?
> 
> my system
> bash-2.05b$ uname -a
> Linux rennascomp 2.6.1 #3 SMP Thu Jan 22 22:17:26 CET 2004 i686 Intel(R) 
> Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

Have you installed the jpeg libraries?

emerge jpeg

Tim


--
[EMAIL PROTECTED] mailing list

Reply via email to