Your message dated Fri, 14 Nov 2008 11:52:28 +0100
with message-id <[EMAIL PROTECTED]>
has caused the report #505669,
regarding Causes FTBFS with GCC 4.4: gcc 4.4 not supported
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
505669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505669
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
# right version, -12 is an own branch
found 1:2.4.1-7
thanks
Martin Michlmayr wrote:
> What is needed to get GCC 4.4 supported in openoffice.org-dev?
That OOo itself supports GCC 4.4, as we see below.
> --- /usr/lib/openoffice/sdk/include/uno/lbnames.h~ 2008-11-14
> 05:06:27.000000000 -0500
> +++ /usr/lib/openoffice/sdk/include/uno/lbnames.h 2008-11-14
> 05:06:42.000000000 -0500
> @@ -70,12 +70,12 @@
> #error "Tested gcc 2 versions are 2.91 and 2.95. Patch uno/lbnames.h to try
> your gcc 2 version."
> #elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
> #define __CPPU_ENV gcc3
> -#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 3)
> +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 4)
> #define __CPPU_ENV gcc3
> #elif (__GNUC__ == 3)
> #error "Tested gcc 3 version is <= 3.4. Patch uno/lbnames.h to try your gcc
> 3 version."
> #else
> -#error "Supported gcc majors are 2 , 3 and 4 <= 4.3. Unsupported gcc major
> version."
> +#error "Supported gcc majors are 2 , 3 and 4 <= 4.4. Unsupported gcc major
> version."
> #endif /* defined (__GNUC__) */
> #endif /* defined (_MSC_VER) */
That's also used inside OOos build. So if you fix OOos build with gcc4.4,
it probably will fix this automatically.
No idea why this check is there currently, though. Stephan? Kay?
Grüße/Regards,
René
--
.''`. René Engelhard -- Debian GNU/Linux Developer
: :' : http://www.debian.org | http://people.debian.org/~rene/
`. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
`- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73
--- End Message ---