#12185 closed defect (duplicate)
BUG: glob2 does not find boost_1-34
Reported by: | ehainry@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.40 |
Keywords: | Cc: | sanchom (Sancho McCann), ehainry@…, ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
boost 1.34 installs its headers in a ${prefix}/include/boost-1_34/ directory which prevents glob2 from finding them. The bug is probably in boost, so I add its maintainer to the ccers.
I provide a patch file for glob2 to find boost headers, and also to find Apple's openGL libraries to have some openGL niceties in glob2. Patch follows
Attachments (1)
Change History (4)
Changed 17 years ago by ehainry@…
Attachment: | glob2.diff added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from macports-dev@… to ryandesign@… |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Resolving as duplicate of #12110.
Note: See
TracTickets for help on using
tickets.
boost 1.34_1 now installs the expected ${prefix}/include/boost directory again. See #12110. That should resolve the issue which is the title of this ticket. If it does not, please reopen this ticket.
"OpenGL niceties" are unrelated to this issue and should be reported in a separate ticket. Note also that you should not hard-code /usr/X11R6; you should use ${x11prefix} instead.