# 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to