Ticket #17031 (closed defect: invalid)
pango-devel 1.21.6 build failure
| Reported by: | matthewpucc@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | pango-devel |
Description (last modified by blb@…) (diff)
I'm trying to install gtkmm. I have all the dependencies except pangocairo. I've tried building from the latest source (1.22.1) but get the error:
Making all in pango-view make all-am make[3]: *** No rule to make target `../pango/libpangoft2-1.0.la', needed by `pango-view'. Stop. make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
As a resolution to this error I found the pango-devel port which is supposed to give me pangocairo. When building the pango-devel package, I get the error:
Undefined symbols:
"_cairo_has_show_text_glyphs", referenced from:
_save_current_point in libpangocairo_1_0_la-pangocairo-render.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [libpangocairo-1.0.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I'm building on OSX 10.5.4 early 2008 Macbook pro with Xcode 3.0.
Complete build output available at http://www.mywanderings.org/buildresults.txt
Attachments
Change History
Changed 5 years ago by matthewpucc@…
- Attachment buildresults.txt added
comment:1 Changed 5 years ago by blb@…
- Owner changed from macports-tickets@… to ryandesign@…
- Description modified (diff)
comment:2 Changed 5 years ago by ryandesign@…
The pango-devel port is the development version, and happens at this point in time to be older than the released version, which is in the pango port. Please try installing the pango port instead of the pango-devel port. Also, the latest version of Xcode is 3.1.1 so you my want to update to that as well.


build output