Ticket #1000 (closed: fixed)
Fix the ws_32.lib compile problem on Windows 64 build
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Apparently the socket library is called ws_32 even if it is a 64 bit library.
However the 64 bit build is failing to find the it and aborting.
Change History
comment:10 Changed 11 years ago by Nick Draper
comment:11 Changed 11 years ago by Nick Draper
comment:12 Changed 11 years ago by Nick Draper
comment:13 Changed 11 years ago by Nick Draper
- Status changed from new to assigned
- Owner changed from Matt Clarke to Nick Draper
- Milestone changed from Iteration 22 to Iteration 21
comment:14 Changed 11 years ago by Nick Draper
- Status changed from assigned to testing
- Resolution set to fixed
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1848
Note: See
TracTickets for help on using
tickets.
(In [3676]) re #1000 attempt to fix win64 build