Issue 86620 - ERROR: Error 65280 occurred while making /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/cli_ure/source/basetypesc
Summary: ERROR: Error 65280 occurred while making /cygdrive/e/sw/oo.o/ooo_OOH680_m7_sr...
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOH680m7
Hardware: All Windows XP
: P4 Trivial (vote)
Target Milestone: ---
Assignee: joachim.lingner
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 05:29 UTC by padma
Modified: 2008-03-03 09:58 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description padma 2008-03-03 05:29:54 UTC
I am working on Language technology and specifically for Gujarati and
  I am using windows OS and Cygwin interface to build it.I want to
  integrate gujarati dictionary with open office,so i am trying to build
  source code -ooo_OOH680_m7_src of open source and found error while
  building Cli-ure module


  Here is the configuration i am using to build

$ ./configure --disable-build-mozilla --with-use-shell=bash
--disable-activex --with-cl-home=/cygdrive/c/DotNet/Vc7/
--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/
--with-midl-path=/cygdrive/c/PSDK/Bin/
--with-frame-home=/cygdrive/c/PSDK/ --with-ant-home=/cygdrive/c/ant/
--with-jdk-home=/cygdrive/c/jdk1.5.0_14/ --disable-directx
--with-lang="gu" --disable-odk  --enable-hunspell --disable-qadevooo



I have also tried above command by modified   --disable-build-mozilla
to  --with-build-mozilla but no change occur in error

**********************************************************************************
     ***************************************Error**************************
     ***


     $ build
     build -- version: 1.163

     =============
     Building module cli_ure
     =============
     /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/cli_ure/inc
     -------------
     /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/cli_ure/source
     -------------
     C:/cygwin/bin/cp.exe -p cliuno.snk ../wntmsci10.pro/bin/cliuno.snk
     /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/cli_ure/version
     -------------
     C:/cygwin/bin/cp.exe version.txt ../wntmsci10.pro/bin/cliureversion.mk
     /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/cli_ure/source/basetypes
     -------------
     C:/cygwin/bin/cp.exe -p assembly.cs
     ../../wntmsci10.pro/misc/assembly_ure_basety
     pes.cs
     echo ' \
         [assembly:System.Reflection.AssemblyVersion( "1.0.9.0
     <http://1.0.9.0>")] \

     [assembly:System.Reflection.AssemblyKeyFile(@"../../wntmsci10.pro/bin/cliuno
     .snk")]' \
         >> ../../wntmsci10.pro/misc/assembly_ure_basetypes.cs
     slfl.pl csc -warnaserror+ -incremental- -noconfig -o \
                     -target:library \
                     -out:../../wntmsci10.pro/bin/cli_basetypes.dll \
                     -reference:System.dll \
                     uno/Any.cs
     uno/BoundAttribute.cs un
     o/ExceptionAttribute.cs         uno/ParameterizedTypeAttribute.cs
       uno/Type
     ParametersAttribute.cs  uno/TypeArgumentsAttribute.cs
     uno/OnewayAttribute.csun
     o/PolymorphicType.cs
      ../../wntmsci10.pro/misc/assembly_ure_basetypes.cs
     Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
     for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
     Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

    
e:\sw\OO.o\ooo_OOH680_m7_src\cli_ure\wntmsci10.pro\misc\assembly_ure_basetypes.c
     s(3,77): error CS1699: Warning as Error: Use command line option
     '/keyfile' or
             appropriate project settings instead of
             'System.Reflection.AssemblyKeyFile'
     error CS1606: Assembly signing failed; output may not be signed -- The
     system
             cannot find the file specified.
     dmake:  Error code 1, while making
     '../../wntmsci10.pro/bin/cli_basetypes.dll'
     ---* tg_merge.mk *---

     ERROR: Error 65280 occurred while making
     /cygdrive/e/sw/oo.o/ooo_OOH680_m7_src/c
     li_ure/source/basetypes
Comment 1 kay.ramme 2008-03-03 08:39:59 UTC
Jochen, can you help padma?
Comment 2 joachim.lingner 2008-03-03 09:57:38 UTC
You need a Visual Studio 2003 to build this project on OOH680 code line.
Comment 3 joachim.lingner 2008-03-03 09:58:29 UTC
.