- From: Daniel Veillard <Daniel.Veillard@imag.fr>
- Date: Wed, 12 Feb 1997 10:43:30 +0100
- To: "Per Steinar Iversen" <PerSteinar.Iversen@adm.hioslo.no>
- Cc: Daniel.Veillard@imag.fr, www-amaya@w3.org, www-amaya-developers@w3.org
>> of 24 and 32 images should be similar, could you try to recompile >> from sources, changing in Thot/thotlib/image/gifhandler.c in function >> MakeImage around line 1019 : >> >> break; >> case 24: >> bit_data = (unsigned char *) TtaGetMemory (width * height * 4 >); >> >> to >> >> break; >> case 24: >> case 32: >> bit_data = (unsigned char *) TtaGetMemory (width * height * 4 >); >> >Hm, compiling this thing seems to be a real project! Is there any distribution >available that is "nearly there"? I a bit confused about how to actually recom >pile >it all ... Well, one need Motif and some disk space. Otherwise, fetch from your nearest Sunsite mirror archive site, in the Incoming directory : amaya-src-0.95.tar.gz amaya-libs-LINUX-ELF-0.95.tar.gz thot-src-2.0b-retry.tar.gz thot-libs-LINUX-ELF-2.0b.tar.gz explode the two thot archives. This create a Thot subdir. Cd to the Thot subdir, explode the two amaya archives. Cd to LINUX-ELF, copy Makefile.orig to Makefile, change the THOTDIR to reflect the path where you extracted the Amaya archives, launch "make amaya" and go drink a coffe (large one). When back bin/amaya conatins your own amaya binary, of course bad things may happen in-between but there is a documentation on-line :-) http://www.w3.org/pub/WWW/Amaya/User/Compiling.html >I use 32bit color mainly because some programs have problems with 16 og 24 bits, >8bits and 32bits seem to work best for me at least. Well Amaya has been tested on 1, 4, 8, 15, 16 and 24 bits per pixel in the past. We commonly use and test 1, 8, 16 and 24 depth displays. But we don't have any true 32 bit server here. I tried startx -- -bpp 32 but it is recognized as a 24 bit depth (XFree S3 Server for Diamond Card) Daniel
Received on Wednesday, 12 February 1997 10:43:42 UTC