Opened 13 years ago
Closed 12 years ago
#33593 closed defect (fixed)
gst-plugins-bad fails to build if opencv is installed
Reported by: | drkp (Dan Ports) | Owned by: | rmstonecipher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | gst-plugins-bad |
Description
It looks like gst-plugins-bad doesn't depend on opencv, but the configure script detects it and builds the opencv plugin. Unfortunately, that plugin fails to build -- see the attached log.
Probably it should be configuring with --disable-opencv
?
Attachments (1)
Change History (4)
Changed 13 years ago by drkp (Dan Ports)
comment:1 Changed 13 years ago by drkp (Dan Ports)
comment:2 Changed 13 years ago by jfcaron3
Confirmed on my system, when I removed opencv (which I was not actually using) and did "port clean gst-plugins-bad", then compilation worked fine.
comment:3 Changed 12 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added --disable-opencv in r97956.
Note: See
TracTickets for help on using
tickets.
I guess the cause of the compiler error is that opencv's header files don't get along with clang, so switching to llvm-gcc might work, but either way the port shouldn't use opencv if it doesn't depend on it.