This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
>>>>> "David" == David Kulp <dkulp@neomorphic.com> writes: David> ../../../libgcj/libjava/include/jni.h:127: type specifier omitted for parameter David> When I look at jni.h, the errors refer to _Jv_va_list which is defined David> in this file to be __gnuc_va_list, which is supposedly defined in David> stdarg.h. David> This leads me to believe that there is a special stdarg.h for egcs, David> but there is no such file in my installed version of egcs. David> Can someone give me a pointer or two on how to remedy this? My egcs does install its own stdarg.h. It is in the source tree in egcs/gcc/ginclude/. It gets installed in the build tree in lib/gcc-lib/i686-pc-linux-gnu/egcs-2.93.17/include/ (your directory will be different, but similar). Tom