I have problems with compiling svgalib 1.3.4 because og gcc 3.3 and I read hear 
(http://bugs.gentoo.org/show_bug.cgi?id=23515) this:
Patch to compile svgalib 1.4.3 with gcc 3.3
This patch allows the stable version of svgalib (1.4.3) to compile using gcc
3.3.:
--- ./src/vga.c.old2003-06-26 18:01:47.778102000 -0400
+++ ./src/vga.c2003-06-26 17:57:40.108102000 -0400
@@ -3914,7 +3914,7 @@

 #define ML_GETINT(x) \
 ptr = strtok(NULL, " "); if(!ptr) break; \
-mmt.##x = atoi(ptr);
+mmt.x = atoi(ptr);

     ML_GETINT(HDisplay);
     ML_GETINT(HSyncStart);

But I dont know how and what to patch ( Itried to start epach but no succes)

Thax for help..Vita




____________________________________________________________
SAMSUNG SGH-C100 již od 1577 Kč. Dost dobrý důvod dát svému starému telefonu kopačky! 
www.oskar.cz
http://ad2.seznam.cz/redir.cgi?instance=65001%26url=http://www.oskarmobil.cz/handsets/index.php

--
[EMAIL PROTECTED] mailing list

Reply via email to