Issue 26983 - compilation error in offapi (gnucp?)
Summary: compilation error in offapi (gnucp?)
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@api
URL:
Keywords:
: 27027 27123 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-03-26 03:41 UTC by oldfield
Modified: 2013-02-24 21:07 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oldfield 2004-03-26 03:41:42 UTC
I'm building the source from SRC680_m32 on Windows 2000 using .NET 2003 
compiler.

I've checked my whole system and see no "guncp" there.

Here's the error:

== begin ==

merging registry "..\wntmsci10.pro\ucr\dcssform.db" under key "/" in registry ".
.\wntmsci10.pro\ucr\offapi.db".
merging registry "..\wntmsci10.pro\ucr\dcssformcomp.db" under key "/" in registr
y "..\wntmsci10.pro\ucr\offapi.db".
merging registry "..\wntmsci10.pro\ucr\dcsstable.db" under key "/" in registry "
..\wntmsci10.pro\ucr\offapi.db".
del /y ..\wntmsci10.pro\misc\registrycheck.flag
4NT: The system cannot find the file specified.
 "D:\SRC680_m32\offapi\wntmsci10.pro\misc\registrycheck.flag"
     0 files deleted
\gnucp.exe -f ..\wntmsci10.pro\ucr\offapi.db ..\wntmsci10.pro\ucr\types.db
4NT: Unknown command "\gnucp.exe"
dmake.exe:  Error code 130, while making '..\wntmsci10.pro\ucr\types.db'
---*TG_SLO.MK*---

ERROR: Error 65280 occurred while making /cygdrive/d/SRC680_m32/offapi/util
dmake:  Error code 129, while making 'build_all'
---*TG_SLO.MK*---
Comment 1 stephan.wunderlich 2004-03-26 09:00:53 UTC
SW->MH: seems to be more something in your area :-)
Comment 2 quetschke 2004-03-29 01:57:42 UTC
vq->mh: The problem is a misset GNUCOPY variable. In offapi/udk/makefile.mk
the failing line is:

	+$(GNUCOPY) -f $(UCR)$/offapi.db $@ 

GNUCOPY is (should be) set in winenv.bat.

I cannot check with SRC680_m32 and 4nt ATM, but I tried with
cws_src680_ooo20040329 / cygwin-tcsh a few days ago and it worked
without problem.

vq->oldfield: Can you check that you have GNUCOPY set in winenv.bat.
Please poste that line, or if in doubt, attach your winenv.bat to this
issue.
Comment 3 oldfield 2004-03-29 02:35:40 UTC
Yes, it's as

set GNUCOPY=d:\cygdrin\bin\cp.exe

thx.
Comment 4 oldfield 2004-03-29 02:35:49 UTC
Yes, it's as

set GNUCOPY=d:\cygwin\bin\cp.exe

thx.
Comment 5 hjs 2004-03-29 09:44:06 UTC
urks... blame me!

find the if statement around $(GNUCOPY) in "solenv/inc/unitools.mk" and add the
the missing "$2 on the left side.
Comment 6 hjs 2004-03-29 09:45:18 UTC
*** Issue 27027 has been marked as a duplicate of this issue. ***
Comment 7 hjs 2004-03-29 11:12:48 UTC
fixed in "solenv/inc/unitools.mk" rev. 1.25
Comment 8 rt 2004-03-30 08:07:49 UTC
*** Issue 27123 has been marked as a duplicate of this issue. ***
Comment 9 Martin Hollmichel 2004-08-30 20:37:02 UTC
close issue.