Eike Rathke wrote:
> Hi Cynthia,
> 
> On Saturday, 2008-01-05 16:03:57 +0800, Cynthia Qu wrote:
> 
>> /MAP /OPT:NOREF /NODEFAULTLIB /RELEASE /DEBUG:full C:\cygwin\DEBUGTYPE;cv 
>> /SUBSY
>> STEM:CONSOLE /DLL /ENTRY:[EMAIL PROTECTED] 
>> -out:../wntmsci11.pro/bin/vcl680mi.dll -map:
>> [...]
>> LINK : warning LNK4224: /DEBUG:FULL is no longer supported;  ignored
>> LINK : fatal error LNK1181: cannot open input file 
>> 'C:\cygwin\DEBUGTYPE;cv.obj'
>>
>> ******************************
>> I don't know how to correct it. Maybe I need to change "DEBUG:FULL" to 
>> "DEBUG:full"? and how?
> 
> The problem is not /DEBUG:FULL (that's just a warning about
> a superfluous option switch, nevertheless should be corrected in the
> build environment later) but the string  C:\cygwin\DEBUGTYPE;cv  that is
> taken as an object file name. Check from where in your environment that
> string originates and correct it.

That comes from someone using /DEBUGTYPE as a compiler switch instead
of the preferred -DEBUGTYPE . The W32-{tc|ba}sh builds use guw to
transform UNIX like paths into DOS paths, therefore /DEBUGTYPE gets
transformed to C:\cygwin\DEBUGTYPE.

Solution: Find the *.mk in solenv that sets /DEBUGTYPE and change it
to -DEBUGTYPE.

Also, you didn't tell us which *version* you are building.

( As of SRC680m240 the good old guw.exe is retired and issues like this
should be inherently fixed ;) )

  Volker

> 
>   Eike
> 


-- 
= http://wiki.services.openoffice.org/wiki/Debug_Build_Problems  =
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to