Opened 12 years ago

Closed 12 years ago

#4516 closed Patches (fixed)

[interprocess] linker errors running regression tests on Mingw

Reported by: Richard Webb <richard.webb@…> 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.

http://tinyurl.com/23mxkm5

changing the jamfile to link with ole32 and oleaut32 gets the tests to build.

Attachments (2)

interprocess.diff (488 bytes ) - added by Richard Webb <richard.webb@…> 12 years ago.
interprocess-example.diff (733 bytes ) - added by Richard Webb <richard.webb@…> 12 years ago.

Download all attachments as: .zip

Change History (6)

by Richard Webb <richard.webb@…>, 12 years ago

Attachment: interprocess.diff added

by Richard Webb <richard.webb@…>, 12 years ago

Attachment: interprocess-example.diff added

comment:1 by Richard Webb <richard.webb@…>, 12 years ago

Same problem applies to the examples as well as the tests.

comment:2 by Ion Gaztañaga, 12 years ago

Milestone: Boost 1.44.0Boost-1.45.0
Resolution: fixed
Status: newclosed

Fixed for Boost 1.45 in release branch

comment:3 by rwebb <richard.webb@…>, 12 years ago

Resolution: fixed
Status: closedreopened

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 Ion Gaztañaga, 12 years ago

Resolution: fixed
Status: reopenedclosed

Patch applied in Boost 1.47

Note: See TracTickets for help on using tickets.