Opened 12 years ago

Closed 11 years ago

#36416 closed defect (fixed)

Collada-dom @2.2 fails to build due to boost mt libraries

Reported by: Eduardop Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: cooljeanius (Eric Gallager), ryandesign (Ryan Carsten Schmidt)
Port: collada-dom

Description (last modified by mf2k (Frank Schima))

Collada-dom looks for libboost-filesystem.dylib, but macports builds libboost-filesystem-mt.dylib.

The error message from the log file is below.

:info:build i686-apple-darwin11-llvm-g++-4.2: /opt/local/lib/libboost_filesystem.dylib: No such file or directory

Change History (8)

comment:1 Changed 12 years ago by Eduardop

Cc: poyart@… added

Cc Me!

comment:2 Changed 12 years ago by ahelfer1971@…

workaround is to create a symlink from libboost-filesystem-mt.dylib->libboost-filesystem.dylib I have the same with boost_regex. symlink worked.

comment:3 Changed 12 years ago by mf2k (Frank Schima)

Cc: poyart@… removed
Description: modified (diff)

In the future, please use WikiFormatting.

Please attach the complete main.log after cleaning and trying again.

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Summary: Collada-dom fails to build due to boost mt librariesCollada-dom @2.2 fails to build due to boost mt libraries

Apparently there's a 2.4.0 release upstream, so updating to that might help.

comment:5 Changed 11 years ago by Eduardop

Tested again, this problem still happens.

comment:6 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:7 in reply to:  4 Changed 11 years ago by cooljeanius (Eric Gallager)

Replying to jmr@…:

Apparently there's a 2.4.0 release upstream, so updating to that might help.

The ticket for that is #40117

comment:8 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

I think this was fixed by updating to 2.4.0; please reopen if not.

Note: See TracTickets for help on using tickets.