[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> i just downloaded what the DJGPP zip picker offered me.
> that is gcc322b.zip etc..
> and i read the readme.DJGPP contained in that archive.
> and it did NOT contain any mention of va_list.
No, but it says that you must have the latest update of DJGPP-2.03:
"Following packages are required for binaries:
binutils-2.13 or above is recommended, but possibly versions
beginning with 2.11.2 will work (I have not tested that).
Last update of DJGPP-2.03 (djdev203.zip) or above (earlier versions
of djgpp203.zip are not compatible with gcc-3.2.2)"
> it also (the zip picker) offers my djdev203b.zip
> which causes the problem.
Your djdev203b.zip is very likely to be outdated.
Attached is the patch I commited to both branches. Thanks for spotting this!
--
Eric Botcazou
Index: docs/src/faq._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/faq._tx,v
retrieving revision 1.27
diff -u -r1.27 faq._tx
--- docs/src/faq._tx 1 Apr 2003 20:13:32 -0000 1.27
+++ docs/src/faq._tx 15 Apr 2003 09:42:02 -0000
@@ -95,9 +95,9 @@
@@ When I run make, it says "conflicting types for va_list".
As the error message suggests, there is a conflict between newer
- versions of gcc and older versions of the libc. You should read the
- <tt>readme.DJGPP</tt> file contained in the <tt>gcc*b.zip</tt> archive
- (a fix is appended to the end of that file).
+ versions of gcc and older versions of the libc. You must upgrade your
+ djdevxxx.zip package to the latest update (timestamp 11 August 2002)
+ of DJGPP-2.03 or above.
@@ When I try to compile a program using Allegro, I get lots of errors like: