[MacPorts] #34183: gst-plugins-ugly @0.10.19_2 missing headers
#34183: gst-plugins-ugly @0.10.19_2 missing headers -------------------------------------+-------------------------------------- Reporter: computers57@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: -------------------------------------+-------------------------------------- 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? -- Ticket URL: <https://trac.macports.org/ticket/34183> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34183: gst-plugins-ugly @0.10.19_2 missing headers -------------------------------------+-------------------------------------- Reporter: computers57@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gst-plugins-ugly -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => rmstonecipher@… * port: => gst-plugins-ugly Comment: Please attach the main.log file. -- Ticket URL: <https://trac.macports.org/ticket/34183#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34183: gst-plugins-ugly @0.10.19_2 missing headers -------------------------------------+-------------------------------------- Reporter: computers57@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gst-plugins-ugly -------------------------------------+-------------------------------------- Comment(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 -- Ticket URL: <https://trac.macports.org/ticket/34183#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts