#27155 closed defect (fixed)
VLC 1.0.6 build failure - librsvg-2/librsvg/rsvg.h: No such file or directory
Reported by: | lev_@… | Owned by: | mnick@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | VLC |
Description
The VLC's latest version available on MacPorts 1.0.6 doesn't upgrade on a MacBook Pro running Mac OS 10.6.4. I attached the debug output and the log files.
Thanks for all the interested parties.
Attachments (3)
Change History (10)
Changed 14 years ago by lev_@…
Attachment: | vlc-error.txt added |
---|
Changed 14 years ago by lev_@…
Attachment: | vlc-log.txt added |
---|
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | vlc upgrade removed |
---|---|
Owner: | changed from macports-tickets@… to mnick@… |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Summary: | VLC 1.0.6 doesn't upgrade → VLC 1.0.6 build failure - librsvg-2/librsvg/rsvg.h: No such file or directory |
---|
comment:3 Changed 14 years ago by ak.ml@…
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | VLC added; vlc removed |
---|
VLC 1.0.6 is old anyway and should be updated; see #25431.
comment:5 Changed 14 years ago by lev_@…
The version 1.0.6 (the latest version available on MacPorts) now builds after a new "portaudio" port.
This ticket can now be closed as resolved.
Thanks to all involved.
comment:6 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing as per comment:5.
Note: See
TracTickets for help on using
tickets.
The include dir of librsvg has changed from "${prefix}/include/librsvg-2" to "${prefix}/include/librsvg-2.0".
modules/misc/svg.c has an hardcoded include to librsvg-2:
#include <librsvg/rsvg.h> should be enough