To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92812
                 Issue #|92812
                 Summary|building stlport fails with certain nmake versions
               Component|utilities
                 Version|DEV300m29
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|sb





------- Additional comments from [EMAIL PROTECTED] Fri Aug 15 08:07:54 +0000 
2008 -------
Building module stlport on DEV300m29 wntmsci12.pro in the Hamburg setsolar build
environment failed for me:

 [...]
 mkdir ..\\lib\\obj\\VC7\\Release
 rem @echo off
 iff "%PERL%" == "" then
 call %PERL% %SOLARENV%\bin\mkdir.pl %1&
 Can't create directory  at o:\DEV300\src.m29\solenv\bin\mkdir.pl line 56.
 cl.exe /nologo /c /Zi /W3 /GR /EHa /Zc:wchar_t- /D "WIN32" /D "_WINDOWS" /I
"..\\stlport" /TP /FI "vc_warning_disable.h" /D "_MBCS" /D
"_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /FD  /D
"_STLP_NO_FORCE_INSTANTIATE" /MT /O2 /DNDEBUG  
/Fo"..\\lib\\obj\\VC7\\Release\\" /Fd"..\\lib\\obj\\VC7\\Release\\" 
.\dll_main.cpp
 dll_main.cpp
 .\dll_main.cpp : fatal error C1033: cannot open program database
'e:\stlport\wntmsci12.pro\misc\build\stlport-4.5-0119\lib\obj\vc7\release\vc90.pdb'
 NMAKE : fatal error U1077: 'r:\msvc9p\bin\cl.exe' : return code '0x2'
 Stop.
 dmake:  Error code 130, while making
'.\wntmsci12.pro\misc\build\so_built_so_stlport'
 ERROR: Error 65280 occurred while making E:\stlport

The reason appears to be that the used nmake 9.00.21022.08, for the target

 mkdir ..\\lib\\obj\\VC7\\Release

calls solenv/bin/mkdir.btm:1.1 (from PATH), while for example older nmake
7.10.3077 (used for example for SRC680m124 wntmsci10.pro in the Hamburg setsolar
build environment) instead calls the 4nt-internal MKDIR.  Now,
solenv/bin/mkdir.btm:1.1 (in turn calling solenv/bin/mkdir.pl:1.5) stumbles over
the double backslashes, while the 4nt-internal MKDIR treats the double
backslashes like single ones.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to