Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22433 - getting xloadimage to compile using gcc 3.3
Summary: getting xloadimage to compile using gcc 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-08 03:59 UTC by Travis Tilley (RETIRED)
Modified: 2003-06-25 14:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Tilley (RETIRED) gentoo-dev 2003-06-08 03:59:33 UTC
another quick patch today, this time for getting xloadimage to compile using gcc 3.3. GCC no 
longer implements <varargs.h> 
 
 
--- rlelib.c.old        2003-06-08 04:56:38.000000000 -0400 
+++ rlelib.c    2003-06-08 04:55:36.000000000 -0400 
@@ -12,7 +12,7 @@ 
 
 #include <stdio.h> 
 #include <math.h> 
-#include <varargs.h> 
+#include <stdarg.h> 
 #include <ctype.h> 
 
 #include "image.h"             /* need ZFILE definition */
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-06-25 14:31:23 UTC
in cvs