To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87095
                 Issue #|87095
                 Summary|Build breaks in python with VC++ 2008 Express
               Component|tools
                 Version|DEV300m3
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|jeongkyu





------- Additional comments from [EMAIL PROTECTED] Sun Mar 16 19:17:01 +0000 
2008 -------
I am trying to build DEV300_m3 with VC++ 2008 Express and Windows SDK v6.1. It
broke in python with following errors.
...
link.exe @c:\DOCUME~1\jeongkyu\LOCALS~1\Temp\nm1B2.tmp
Creating library .\.\_socket.lib and object .\.\_socket.exp
socketmodule.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function _setipaddr
socketmodule.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function _setipaddr
socketmodule.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function _makeipaddr
.\.\_socket.pyd : fatal error LNK1120: 3 unresolved externals
NMAKE : fatal error U1077: 'c:\PROGRA~1\MICROS~1.0\VC\bin\link.exe' : return
code '0x460'
Stop.
dmake:  Error code 2, while making './wntmsci11.pro/misc/build/so_built_so_pytho
n'
...

I found that the error was caused by missing ws2_32.lib in _socket.mak. To make
build successful, I have to add 'ws2_32.lib' to LINK32_FLAGS for _socket.mak in
Python-2.3.4.patch.

---------------------------------------------------------------------
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