| Summary: | media-video/gpac-0.4.5-r4 - ffmpeg_in.h:62:29: fatal error: ffmpeg/avformat.h: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Martin Mokrejš
2011-10-19 00:03:41 UTC
Created attachment 290211 [details]
build.log
Could you check what caused these errors: ./configure: line 886: test: : integer expression expected ./configure: line 890: test: : integer expression expected As for the headers, they were moved quite a few releases ago and one of the patches should add a define, that makes the switch, but for some reason, the check seems to have failed for you. (In reply to comment #2) > Could you check what caused these errors: > ./configure: line 886: test: : integer expression expected > ./configure: line 890: test: : integer expression expected > 878 #look for wxWidgets support 879 has_wx="no" 880 wx_too_old="no" 881 882 if test "`which false`" != "" ; then 883 884 wx_version=`false --version | sed 's/[^0-9]//g'` 885 886 if test "$wx_version" -lt 250 ; then 887 wx_too_old="yes" 888 has_wx="no" 889 else 890 if test "$wx_version" -lt 260 ; then 891 has_wx="no" 892 wx_cflags=`false --cppflags` 893 wx_lflags=`false --libs` 894 else 895 has_wx="no" 896 wx_cflags=`false --cppflags core, base` 897 wx_lflags=`false --libs core, base` 898 fi 899 900 if test "$darwin" = "yes" ; then 901 wx_lflags="-Wl,-bind_at_load $wx_lflags -lstdc++" #10.4 needs it, not sure about 10.3 902 fi 903 904 fi # eselect wxwidgets list Available wxWidgets profiles: [1] gtk2-unicode-release-2.8 * # > As for the headers, they were moved quite a few releases ago and one of the > patches should add a define, that makes the switch, but for some reason, the > check seems to have failed for you. Hmm, I had media-video/ffmpeg-0.7_rc1 installed. I unmerged that version and installed media-video/ffmpeg-0.7.6 but media-sound/sox-14.3.2-r1 pulled in virtual/ffmpeg-0.6.90? Could that be an extra issue? Nevertheless, now I could compile due to the ffmpeg upgrade. Please fix the version dependency. The problem is not related to the `test: integer expression expected' messages, they still happen for me. That is a separate issue. (In reply to comment #3) > Hmm, I had media-video/ffmpeg-0.7_rc1 installed. I unmerged that version and > installed media-video/ffmpeg-0.7.6 but media-sound/sox-14.3.2-r1 pulled in > virtual/ffmpeg-0.6.90? Could that be an extra issue? > > Nevertheless, now I could compile due to the ffmpeg upgrade. Please fix the > version dependency. The problem is not related to the `test: integer expression > expected' messages, they still happen for me. That is a separate issue. headers are at the same location in 0.7_rc1 and 0.7.6 closing as invalid since the problem is probably coming from somewhere else and is fixed anyway now |