Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thanks for the toroug instruction for the repository ,still unable to install pangolin python binding #52

Open
chiranjeevi1112 opened this issue Sep 17, 2024 · 0 comments

Comments

@chiranjeevi1112
Copy link

chiranjeevi1112 commented 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);
}

@chiranjeevi1112 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant