Code: Select all
[...]
access/bluray.c: In function ‘blurayTitleIsRepeating’:
access/bluray.c:1976:43: error: ‘BLURAY_CLIP_INFO {aka struct bd_clip}’ has no member named ‘clip_id’
memcmp(title_info->clips[i].clip_id, prev->clip_id, 6) ||
^
access/bluray.c:1976:57: error: ‘BLURAY_CLIP_INFO {aka const struct bd_clip}’ has no member named ‘clip_id’
memcmp(title_info->clips[i].clip_id, prev->clip_id, 6) ||
^~
access/bluray.c: In function ‘streamFlush’:
access/bluray.c:2517:9: warning: case value ‘36’ not in enumerated type ‘bd_stream_type_e {aka enum <anonymous>}’ [-Wswitch]
case BD_STREAM_TYPE_VIDEO_HEVC:
^~~~
Makefile:20983: recipe for target 'access/liblibbluray_plugin_la-bluray.lo' failed
make[4]: *** [access/liblibbluray_plugin_la-bluray.lo] Error 1
make[4]: Leaving directory '/path/vlc-3.0/modules'
Makefile:26221: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/path/vlc-3.0/modules'
Makefile:11294: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/path/vlc-3.0/modules'
Makefile:1531: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/path/vlc-3.0'
Makefile:1416: recipe for target 'all' failed
make: *** [all] Error 2
Code: Select all
[...]
ant -f ./src/libbluray/bdj/build.xml \
-Dbuild='/path/libbluray/src/libbluray/bdj/build' \
-Ddist='/path/libbluray/.libs' \
-Dsrc_awt=:java-j2se \
-Dbootclasspath="" \
-Dversion='j2se-1.0.2'
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: /path/libbluray/src/libbluray/bdj/build.xml
init:
[mkdir] Created dir: /path/libbluray/src/libbluray/bdj/build
compile:
[javac] /path/libbluray/src/libbluray/bdj/build.xml:24: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
BUILD FAILED
/path/libbluray/src/libbluray/bdj/build.xml:24: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-8-openjdk-amd64/jre"
Total time: 0 seconds
Makefile:2608: recipe for target 'all-local' failed
make[1]: *** [all-local] Error 1
make[1]: Leaving directory '/path/libbluray'
Makefile:944: recipe for target 'all' failed
make: *** [all] Error 2
Before I used `git submodule update --init` to fix this (previous) error:
Code: Select all
configure: error: "libudfread source tree not found"