[Open Office] Error trying to build ooo-build-2.0.0
Giuseppe Ghibò
ghibo at mandriva.com
Sun Oct 23 05:32:05 EDT 2005
Robin Cook wrote:
> I am trying to get ooo-build to compile and getting the error below and
> not sure where to look to solve the problem. Any suggestions would be
> appreciated.
>
> Thanks
>
> =============
> Building project cli_ure
> =============
> /usr/src/ooo-build-2.0.0/build/ooo680-m3/cli_ure/source
> mkout -- version: 1.5
> -------------
> cp -p cliuno.snk ../unxlngi6.pro/bin/cliuno.snk
> /usr/src/ooo-build-2.0.0/build/ooo680-m3/cli_ure/source/basetypes
> -------------
> cp -p assembly.cs ../../unxlngi6.pro/misc/assembly_ure.cs
> echo ' \
> [assembly:System.Reflection.AssemblyVersion( "1.0.0.0")] \
>
> [assembly:System.Reflection.AssemblyKeyFile(@"../../unxlngi6.pro/bin/cliuno.snk")]' \
> >> ../../unxlngi6.pro/misc/assembly_ure.cs
> /usr/bin/mcs -warnaserror+ -incremental- -noconfig -optimize \
> -target:library \
> -out:../../unxlngi6.pro/bin/cli_basetypes.dll \
> -reference:System.dll \
> uno/Any.cs
> uno/BoundAttribute.cs uno/ExceptionAttribute.cs
> uno/ParameterizedTypeAttribute.cs
> uno/TypeParametersAttribute.cs uno/TypeArgumentsAttribute.cs
> uno/OnewayAttribute.cs
> uno/PolymorphicType.cs ../../unxlngi6.pro/misc/assembly_ure.cs
> If code has changed then provide a policy assembly and change the
> version!
> /usr/src/ooo-build-2.0.0/build/ooo680-m3/cli_ure/source/bootstrap
> ------------------------------
> Making: ../../unxlngi6.pro/misc/cli_uno_glue.dpc
> dmake subdmake=true -f makefile.mk depend=t ALLDPC
> Making : Dependencies
> touch ../../unxlngi6.pro/misc/cli_uno_glue.dpc
> cp -p assembly.cs ../../unxlngi6.pro/misc/assembly_cppuhelper.cs
> echo ' \
> [assembly:System.Reflection.AssemblyVersion( "1.0.0.0" )] \
>
> [assembly:System.Reflection.AssemblyKeyFile( "../../unxlngi6.pro/bin/cliuno.snk")] ' \
> >> ../../unxlngi6.pro/misc/assembly_cppuhelper.cs
> '---* tg_merge.mk *---'
> dmake: Error -- `../../../external/cli/cli_types.dll' not found, and
> can't be made
>
> ERROR: Error 65280 occurred while
> making /usr/src/ooo-build-2.0.0/build/ooo680-m3/cli_ure/source/bootstrap
> make: *** [stamp/build] Error 1
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openoffice mailing list
> Openoffice at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/openoffice
It seems you are building with mono enabled, but don't have
either cli_types.dll and cli_types_bridgetest.dll installed into
src/, so either install those files before starting build or
disable mono.
Bye
Giuseppe.
More information about the Openoffice
mailing list