I don't even need chromecast support for what I am trying to do, so I have also tried to disable it. Disabling gives me other errors referring to chromaprint and an access module.
I don't have access to the exact error messages at this moment, but I will update this post in about an hour with the exact issues I have been having.
Please. Has anyone had any similar experiences? I have been beating my head against the wall with this for almost a week.
Back with the error messages.
This was after I tried directing PROTOC to the directory where it is installed on the computer:
Code: Select all
make[2]: Leaving directory `/android/android/vlc/build-android-arm-linux-androideabi/src'
Making all in modules
make[2]: Entering directory `/android/android/vlc/build-android-arm-linux-androideabi/modules'
/android/android/vlc/protobuf-2.6.0/src/protoc --cpp_out=. -I ../../modules/stream_out/chromecast/cast_channel.proto
Missing input file.
make[2]: *** [stream_out/chromecast/cast_channel.pb.h] Error 1
make[2]: Leaving directory `/android/android/vlc/build-android-arm-linux-androideabi/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/android/android/vlc/build-android-arm-linux-androideabi'
make: *** [all] Error 2
vlc: make failed
Code: Select all
libtool: finish: PATH="/android/android/vlc/extras/tools/build/bin:/android/android/vlc/extras/tools/build/bin:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/android/android-sdk-linux/platform-tools:/android/android-sdk-linux/tools:/android/android/vlc/contrib/contrib-android-arm-linux-androideabi/../arm-linux-androideabi/bin:/sbin" ldconfig -n /android/android/vlc/contrib/arm-linux-androideabi/lib
----------------------------------------------------------------------
Libraries have been installed in:
/android/android/vlc/contrib/arm-linux-androideabi/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/android/android/vlc/contrib/arm-linux-androideabi/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c protoc '/android/android/vlc/contrib/arm-linux-androideabi/bin'
libtool: install: /usr/bin/install -c protoc /android/android/vlc/contrib/arm-linux-androideabi/bin/protoc
make[4]: Leaving directory `/android/android/vlc/contrib/contrib-android-arm-linux-androideabi/protobuf/src'
make[3]: Leaving directory `/android/android/vlc/contrib/contrib-android-arm-linux-androideabi/protobuf/src'
make[2]: Leaving directory `/android/android/vlc/contrib/contrib-android-arm-linux-androideabi/protobuf/src'
make[1]: Leaving directory `/android/android/vlc/contrib/contrib-android-arm-linux-androideabi/protobuf'
touch .protobuf
contribs: make failed