You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it might be similar to this issue:
twistedfall/opencv-rust#604
You might be able to solve this fatal error by making sure the headers can
be found by setting relevant env variables.
/home/abolfazl/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.93.5/src_cpp/ocvrs_common.hpp:18:10:
fatal error: 'memory' file not found
Hey, sorry for the late reply, I was studying for a physics exam.
I looked into the issue you mentioned, and I can't find anything. someone mentioned uninstalling gcc-12 cause apparently the headers are conflicting. but I don't have gcc-12 installed.
I'm very new to c/c++, I've only recently started learning it. if its possible, can you tell me what env variables I should set to what paths? thanks.
Describe the bug
I'm trying to install tplay on my system, but opencv just doesn't want to cooperate.
To Reproduce
Steps to reproduce the behavior:
cd tplay && cargo build
Expected behavior
for it to just compile.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
tplay --version
:0.6.0
according to Cargo.tomlyt-dlp --version
:2024.04.09
mpv --version
:mpv 0.37.0 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects libplacebo version: v6.338.2 FFmpeg version: 6.1.1-3ubuntu5 FFmpeg library versions: libavutil 58.29.100 libavcodec 60.31.102 libavformat 60.16.100 libswscale 7.5.100 libavfilter 9.12.100 libswresample 4.12.100
rustc --version
:rustc 1.80.0 (051478957 2024-07-21)
pkg-config --modversion opencv4
:4.6.0
ffmpeg -version
:ffmpeg version 6.1.1-3ubuntu5 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13 (Ubuntu 13.2.0-23ubuntu3) configuration: --prefix=/usr --extra-version=3ubuntu5 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opencl --enable-opengl --disable-sndio --enable-libvpl --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264 --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e --enable-pocketsphinx --enable-librsvg --enable-libjxl --enable-shared libavutil 58. 29.100 / 58. 29.100 libavcodec 60. 31.102 / 60. 31.102 libavformat 60. 16.100 / 60. 16.100 libavdevice 60. 3.100 / 60. 3.100 libavfilter 9. 12.100 / 9. 12.100 libswscale 7. 5.100 / 7. 5.100 libswresample 4. 12.100 / 4. 12.100 libpostproc 57. 3.100 / 57. 3.100
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: