"Stephen Williams" <1mc9i5i02@sneakemail.com> writes:
Andreas Jaeger aj-at-suse.de |suse-amd64| wrote:
--- ./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,
This patch gets me farther (and I have an updated spec that applies the patch) but I get a new error now.
make[2]: Entering directory `/usr/src/packages/BUILD/abiword-1.0.6/abi/src/wp' (cd /usr/src/packages/BUILD/abiword-1.0.6/abi/src/../user/wp/help; tar cf - images [a-z][a-z]?[A-Z][A-Z]*/*.* [a-z][a-z]?[A-Z][A-Z]*/*/*.*) | (cd /usr/src/packages/BUILD/abiword-1.0.6/abi/src/../src/Linux_2.4.19-SMP_x86_64_GNOME_OBJ/AbiSuite/AbiWord/help; tar xf -) tar: images: Cannot stat: No such file or directory tar: Error exit delayed from previous errors
What's going on with this tar command? Why can it not find images?
make[2]: Leaving directory `/usr/src/packages/BUILD/abiword-1.0.6/abi/src/wp' cp: cannot stat `/usr/src/packages/BUILD/abiword-1.0.6/abi/src/../../abidistfiles/dictionary/.*.hash': No such file or directory make[1]: *** [canonical] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/abiword-1.0.6/abi/src' make: *** [install] Error 2 Bad exit status from /var/tmp/rpm-tmp.27472 (%install)
Did you try the abiword source RPM that is part of our 8.2beta9? Andreas -- 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