Opened 12 years ago
Closed 12 years ago
#4516 closed Patches (fixed)
[interprocess] linker errors running regression tests on Mingw
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.45.0 | Component: | interprocess |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
a bunch of the interprocess regression tests fail on Mingw with linker errors about undefined references to CoInitialize and such. e.g.
changing the jamfile to link with ole32 and oleaut32 gets the tests to build.
Attachments (2)
Change History (6)
by , 12 years ago
Attachment: | interprocess.diff added |
---|
by , 12 years ago
Attachment: | interprocess-example.diff added |
---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | Boost 1.44.0 → Boost-1.45.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed for Boost 1.45 in release branch
comment:3 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The linker errors are still occuring in the comp_doc_xxx examples.
The first change in interprocess-example.diff (not applied) fixes it for me.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Patch applied in Boost 1.47
Note:
See TracTickets
for help on using tickets.
Same problem applies to the examples as well as the tests.