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
ubuntu 22.04.4
python 3.10.12
eigen 3.4.0 i fallowed all the instruction throughly still getting some error like this
Performing C++ SOURCE FILE Test HAVE_FFMPEG_MAX_ANALYZE_DURATION2 failed with the following output:
Change Dir: /home/slam/pangolin/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e5cc9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e5cc9.dir/build.make CMakeFiles/cmTC_e5cc9.dir/build
gmake[1]: Entering directory '/home/slam/pangolin/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e5cc9.dir/src.cxx.o
/usr/bin/c++ -DHAVE_FFMPEG_MAX_ANALYZE_DURATION2 -std=c++14 -Wall -Wextra -std=c++11 -fPIC -o CMakeFiles/cmTC_e5cc9.dir/src.cxx.o -c /home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx
/home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx:3:33: error: ‘max_analyze_duration2’ is not a member of ‘AVFormatContext’
3 | sizeof(AVFormatContext::max_analyze_duration2);
| ^~~~~~~~~~~~~~~~~~~~~
gmake[1]: *** [CMakeFiles/cmTC_e5cc9.dir/build.make:78: CMakeFiles/cmTC_e5cc9.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/slam/pangolin/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e5cc9/fast] Error 2
Source file was:
#include "/usr/include/x86_64-linux-gnu/libavformat/avformat.h"
int main() {
sizeof(AVFormatContext::max_analyze_duration2);
}
The text was updated successfully, but these errors were encountered:
chiranjeevi1112
changed the title
very weill instructed repo i want ot get hand on in it , have ubuntu 22.04.4
thanks for the toroug instruction for the repository ,still unable to install pangolin python binding
Sep 17, 2024
ubuntu 22.04.4
python 3.10.12
eigen 3.4.0 i fallowed all the instruction throughly still getting some error like this
Performing C++ SOURCE FILE Test HAVE_FFMPEG_MAX_ANALYZE_DURATION2 failed with the following output:
Change Dir: /home/slam/pangolin/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e5cc9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e5cc9.dir/build.make CMakeFiles/cmTC_e5cc9.dir/build
gmake[1]: Entering directory '/home/slam/pangolin/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e5cc9.dir/src.cxx.o
/usr/bin/c++ -DHAVE_FFMPEG_MAX_ANALYZE_DURATION2 -std=c++14 -Wall -Wextra -std=c++11 -fPIC -o CMakeFiles/cmTC_e5cc9.dir/src.cxx.o -c /home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx
/home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/home/slam/pangolin/build/CMakeFiles/CMakeTmp/src.cxx:3:33: error: ‘max_analyze_duration2’ is not a member of ‘AVFormatContext’
3 | sizeof(AVFormatContext::max_analyze_duration2);
| ^~~~~~~~~~~~~~~~~~~~~
gmake[1]: *** [CMakeFiles/cmTC_e5cc9.dir/build.make:78: CMakeFiles/cmTC_e5cc9.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/slam/pangolin/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e5cc9/fast] Error 2
Source file was:
#include "/usr/include/x86_64-linux-gnu/libavformat/avformat.h"
int main() {
sizeof(AVFormatContext::max_analyze_duration2);
}
The text was updated successfully, but these errors were encountered: