"Stephen Williams" <1mc9i5i02@sneakemail.com> writes:
Has anybody been able to build the latest AbiWord rpms for SLES8-amd64? I made a cursery attempt and got compiler errors even after I figured out the gnome-config paths.
abiword 1.9.1? You need at least the appended patch - Abiword 1.9.1 builds fine against our current gnome2 sources - but this is newer than SLES8. What errors do you get exactly? Andreas --- ./abi/src/af/util/xp/ut_string_class.cpp.ORG 2003-03-19 21:06:45.000000000 +0000 +++ ./abi/src/af/util/xp/ut_string_class.cpp 2003-07-31 08:41:51.000000000 +0000 @@ -347,6 +347,9 @@ # else /* va_list is a pointer */ # define VA_COPY(ap1, ap2) ((ap1) = (ap2)) # endif /* va_list is a pointer */ +# if defined (__GNUC__) +# define VA_COPY(ap1,ap2) __va_copy((ap1),(ap2)) +# endif #endif /* !VA_COPY */ UT_String& UT_String_vprintf (UT_String & inStr, const char *format, -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126