Opened 13 years ago
Closed 5 years ago
#34183 closed defect (fixed)
gst-plugins-ugly @0.10.19_2 missing headers
Reported by: | MaddTheSane (C.W. Betts) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ek9852@… | |
Port: | gstreamer010-gst-plugins-ugly |
Description
When building gst-plugins-ugly, it fails and complains about missing headers:
:info:build In file included from amrnb.c:24: :info:build ./amrnbdec.h:25:10: fatal error: 'interf_dec.h' file not found :info:build #include <interf_dec.h> :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [libgstamrnb_la-amrnb.lo] Error 1 :info:build In file included from amrwb.c:24: :info:build ./amrwbdec.h:25:10: fatal error: 'dec_if.h' file not found :info:build #include <dec_if.h> :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [libgstamrwbdec_la-amrwb.lo] Error 1
Problem is, those headers do exist in my MacPorts directory. Thoughts?
Attachments (1)
Change History (9)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to rmstonecipher@… |
---|---|
Port: | gst-plugins-ugly added |
Changed 13 years ago by MaddTheSane (C.W. Betts)
comment:2 Changed 13 years ago by rmstonecipher@…
From where did you get those headers?
Try running:
port provides `locate interf_dec.h` port provides `locate dec_if.h`
Please let me know which port I must install to get those headers and I will try to replicate your problem.
Cheers,
Ryan Stonecipher
comment:3 Changed 13 years ago by ek9852@…
I encounter same problem.
xx@xxx:/$ port provides /opt/local/include/opencore-amrnb/interf_dec.h /opt/local/include/opencore-amrnb/interf_dec.h is provided by: opencore-amr xx@xxx:/$ port provides /opt/local/include/opencore-amrwb/dec_if.h /opt/local/include/opencore-amrwb/dec_if.h is provided by: opencore-amr
from the Makefile AMRNB_CFLAGS = -I/opt/local/include .. AMRWB_CFLAGS = -I/opt/local/include which is wrong.
It should be /opt/local/include/opencore-amrnb and /opt/local/include/opencore-amrwb
comment:5 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This port no longer exists.
comment:6 Changed 10 years ago by jmroot (Joshua Root)
Port: | gstreamer010-gst-plugins-ugly added; gst-plugins-ugly removed |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
Yes it does, it was just renamed.
comment:7 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from rmstonecipher@… to macports-tickets@… |
---|---|
Status: | reopened → new |
comment:8 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The current revision built OK for Lion on the buildbot. Please reopen and attach a current log if this is still a problem.
Please attach the main.log file.