New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34183 (new defect)

Opened 14 months ago

Last modified 14 months ago

gst-plugins-ugly @0.10.19_2 missing headers

Reported by: computers57@… Owned by: rmstonecipher@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: ek9852@…
Port: 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

main.log (57.6 KB) - added by computers57@… 14 months ago.

Change History

comment:1 Changed 14 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to rmstonecipher@…
  • Port set to gst-plugins-ugly

Please attach the main.log file.

Changed 14 months ago by computers57@…

comment:2 Changed 14 months 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 14 months 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:4 Changed 14 months ago by ek9852@…

  • Cc ek9852@… added

Cc Me!

Note: See TracTickets for help on using tickets.