Hello,
i try compile readanyfs, on a debian squezze 64 bits, but i have an error. I have the gmerlin and gavl library installed.
Thank's
François-Marie
Error message afet make:
mkdir objs g++ -c -o objs/FifoVideoFrames.o src/FifoVideoFrames.cpp -I./ -I/usr/local/include -I/usr/local/include/gavl -I/usr/local/include/gmerlin -I/usr/include -fPIC -Wall In file included from src/FifoVideoFrames.cpp:20: src/FifoVideoFrames.h:30:27: error: gmerlin/avdec.h: Aucun fichier ou dossier de ce type In file included from src/FifoVideoFrames.cpp:20: src/FifoVideoFrames.h:36: error: ‘gavl_video_format_t’ has not been declared src/FifoVideoFrames.h:38: error: ‘gavl_video_frame_t’ has not been declared src/FifoVideoFrames.h:39: error: ‘gavl_video_frame_t’ has not been declared src/FifoVideoFrames.h:47: error: ISO C++ forbids declaration of ‘gavl_video_format_t’ with no type src/FifoVideoFrames.h:47: error: expected ‘;’ before ‘*’ token src/FifoVideoFrames.h:55: error: ISO C++ forbids declaration of ‘gavl_video_frame_t’ with no type src/FifoVideoFrames.h:55: error: expected ‘;’ before ‘*’ token src/FifoVideoFrames.h:56: error: ISO C++ forbids declaration of ‘gavl_video_format_t’ with no type src/FifoVideoFrames.h:56: error: expected ‘;’ before ‘*’ token src/FifoVideoFrames.cpp:22: error: ‘gavl_video_format_t’ has not been declared src/FifoVideoFrames.cpp: In constructor ‘FifoVideoFrames::FifoVideoFrames(int, int*)’: src/FifoVideoFrames.cpp:27: error: ‘format’ was not declared in this scope src/FifoVideoFrames.cpp:27: error: expected type-specifier before ‘gavl_video_format_t’ src/FifoVideoFrames.cpp:27: error: expected ‘;’ before ‘gavl_video_format_t’ src/FifoVideoFrames.cpp:28: error: ‘gavl_video_format_copy’ was not declared in this scope src/FifoVideoFrames.cpp:29: error: ‘fifoPtr’ was not declared in this scope src/FifoVideoFrames.cpp:29: error: expected type-specifier before ‘gavl_video_frame_t’ src/FifoVideoFrames.cpp:29: error: expected ‘;’ before ‘gavl_video_frame_t’ src/FifoVideoFrames.cpp:31: error: ‘gavl_video_frame_create’ was not declared in this scope src/FifoVideoFrames.cpp: In destructor ‘FifoVideoFrames::~FifoVideoFrames()’: src/FifoVideoFrames.cpp:39: error: ‘fifoPtr’ was not declared in this scope src/FifoVideoFrames.cpp:39: error: ‘gavl_video_frame_destroy’ was not declared in this scope src/FifoVideoFrames.cpp:41: error: ‘format’ was not declared in this scope src/FifoVideoFrames.cpp:42: error: ‘fifoPtr’ was not declared in this scope src/FifoVideoFrames.cpp: At global scope: src/FifoVideoFrames.cpp:58: error: ‘bool FifoVideoFrames::Append’ is not a static member of ‘class FifoVideoFrames’ src/FifoVideoFrames.cpp:58: error: ‘gavl_video_frame_t’ was not declared in this scope src/FifoVideoFrames.cpp:58: error: ‘source’ was not declared in this scope src/FifoVideoFrames.cpp:58: error: expected ‘,’ or ‘;’ before ‘{’ token make: *** [objs/FifoVideoFrames.o] Erreur 1