[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling ghostscript



> Hello,
> 
> Anyone come across "PIPE_BUF" before. In Linux this is 
> defined in /usr/include/linux/limits.h
> 
> 	#define PIPE_BUF        4096    /* # bytes in atomic write to a pipe */
> 
> One of the drivers (exactly one!) in gs-6.53 references
> this and it is not compiling because of that. 
> 

Change it to use sysconf(_SC_PIPE_BUF) #ifndef PIPE_BUF.


-- 
To UNSUBSCRIBE, email to debian-hurd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: