#208 closed defect (released)
Need to drop io.h patch from MSVC makefiles for 1.0.5 release
| Reported by: | Charlie Hull | Owned by: | Charlie Hull |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Other | Version: | SVN trunk |
| Severity: | normal | Keywords: | |
| Cc: | Olly Betts | Blocked By: | |
| Blocking: | Operating System: | Microsoft Windows |
Description
This causes the build to fail on Windows as close() and _get_osfhandle() are undefined.
Attachments (2)
Change History (10)
by , 18 years ago
| Attachment: | patch12.patch added |
|---|
comment:1 by , 18 years ago
| attachments.isobsolete: | 0 → 1 |
|---|
comment:2 by , 18 years ago
I've made a temporary patch in the 1.0.4 build files to fix this; if we could leave this bug open and assigned to me once HEAD is fixed, then that should remind me to sort it out for the 1.0.5 build files.
comment:3 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Summary: | Missing header file in remoteconnection.cc → Need to drop io.h patch from MSVC makefiles for 1.0.5 release |
Fixed in SVN HEAD (r9558).
io.h isn't portable, so I used safeunistd.h which brings in io.h on windows.
comment:4 by , 18 years ago
| Cc: | added |
|---|
comment:6 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This mod never made it into SVN HEAD, so shouldn't appear in 1.0.5
comment:7 by , 18 years ago
| Resolution: | fixed → released |
|---|
comment:8 by , 18 years ago
| Blocking: | 200 removed |
|---|---|
| Operating System: | → Microsoft Windows |
Note:
See TracTickets
for help on using tickets.

Adds io.h to fix Windows build problem