When running ./configure --enable-opencl --enable-vulkan
--enable-libglslang on Ubuntu 20.04 I get: ERROR: libglslang not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the [hidden email] mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. I have already installed glslang-dev and glslang-tools. Am I missing something? Regards, Dylan _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
Am Mi., 7. Apr. 2021 um 10:46 Uhr schrieb Dylan Fernando <[hidden email]>:
> Include the log file "ffbuild/config.log" produced by configure as this > will help solve the problem. Did you see this? Carl Eugen _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
On Thu, Apr 8, 2021 at 6:46 AM Carl Eugen Hoyos <[hidden email]> wrote:
> Am Mi., 7. Apr. 2021 um 10:46 Uhr schrieb Dylan Fernando < > [hidden email]>: > > > Include the log file "ffbuild/config.log" produced by configure as this > > will help solve the problem. > > Did you see this? > > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [hidden email] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [hidden email] with subject "unsubscribe". Whoops, forgot to include. Attached. _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
On Thu, Apr 08, 2021 at 09:49:02 +1000, Dylan Fernando wrote:
> g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c11 -fomit-frame-pointer -fPIC -pthread -D__STDC_CONSTANT_MACROS -c -o /tmp/ffconf.j3rfnDQR/test.o /tmp/ffconf.j3rfnDQR/test.cpp > ./configure: 984: g++: not found > ERROR: libglslang not found libglslang support apparently requires a C++ compiler, which you don't seem to have. Moritz _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
On Mon, Apr 12, 2021 at 5:56 AM Moritz Barsnick <[hidden email]> wrote:
> On Thu, Apr 08, 2021 at 09:49:02 +1000, Dylan Fernando wrote: > > g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c11 > -fomit-frame-pointer -fPIC -pthread -D__STDC_CONSTANT_MACROS -c -o > /tmp/ffconf.j3rfnDQR/test.o /tmp/ffconf.j3rfnDQR/test.cpp > > ./configure: 984: g++: not found > > ERROR: libglslang not found > > libglslang support apparently requires a C++ compiler, which you don't > seem to have. > > Moritz > _______________________________________________ > ffmpeg-user mailing list > [hidden email] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [hidden email] with subject "unsubscribe". Thanks, Now I am getting: /usr/bin/ld: cannot find -lMachineIndependent /usr/bin/ld: cannot find -lGenericCodeGen Attached full log Regards, Dylan _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
Am Mo., 12. Apr. 2021 um 00:54 Uhr schrieb Dylan Fernando <[hidden email]>:
> Thanks, Now I am getting: > > /usr/bin/ld: cannot find -lMachineIndependent > /usr/bin/ld: cannot find -lGenericCodeGen It doesn't work here either, maybe you need a particular version of glslang. Hopefully somebody who knows what it is can help you. Carl Eugen _______________________________________________ ffmpeg-user mailing list [hidden email] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [hidden email] with subject "unsubscribe". |
Free forum by Nabble | Edit this page |