Re: Compiling netpbm

2006-12-05 Thread Woodchuck
On Tue, 5 Dec 2006, Karel Kulhavy wrote: > Hello > > I want to use xpm2ppm, but it doesn't work because it says > [EMAIL PROTECTED]:~$ xpmtoppm < vnc/img_0.xpm > xpmtoppm: Input file has line that is too long (longer than 2048 bytes). > > Obviously, someone programmed with fixed-size buffer

Re: Compiling netpbm

2006-12-05 Thread Stuart Henderson
On 2006/12/05 11:50, Karel Kulhavy wrote: > - Getting sources -> web -> ports -> graphics -> netpbm there are no sources, > only some auxilliary files ports != srpm. Read http://www.openbsd.org/faq/faq15.html which describes the system and leads you through unpacking the ports tree and building

Re: Compiling netpbm

2006-12-05 Thread Marc Espie
On Tue, Dec 05, 2006 at 11:50:48AM +0100, Karel Kulhavy wrote: > Hello > > I want to use xpm2ppm, but it doesn't work because it says > [EMAIL PROTECTED]:~$ xpmtoppm < vnc/img_0.xpm > xpmtoppm: Input file has line that is too long (longer than 2048 bytes). > > Obviously, someone programmed w

Re: Compiling netpbm

2006-12-05 Thread Nico Meijer
Hey, > Is it possible to compile netpbm on openbsd from the sources without > extensive OpenBSD maintainer expertise? Use the ports, Luke. Check ports(7), which will help you on your way (hint: targets). Good luck... Nico

Compiling netpbm

2006-12-05 Thread Karel Kulhavy
Hello I want to use xpm2ppm, but it doesn't work because it says [EMAIL PROTECTED]:~$ xpmtoppm < vnc/img_0.xpm xpmtoppm: Input file has line that is too long (longer than 2048 bytes). Obviously, someone programmed with fixed-size buffers. I would like to increase the compiled-in buffer size