[FFmpeg-user] Missing headers/libraries when crosscompiling ffmpeg

Nikolaus Neusser nik.gen at gmx.de
Sun Dec 11 22:18:34 EET 2016


>Why do you think they are missing?
>How did you produce the list?

After running ./configure and make i checked the logfile" config.log".
There were several entries about "no such file or directory" like the ones below.
So i used "grep" to find all those lines and manually deleted the beginning and the end of each line.
I am not an expert for cross-compilation. I assumed all those errors are relevant.


check_header dev/bktr/ioctl_meteor.h
check_cpp
BEGIN /tmp/ffconf.XUb4ayNi.c
     1    #include <dev/bktr/ioctl_meteor.h>
     2    int x;
END /tmp/ffconf.XUb4ayNi.c
arm-linux-gnueabihf-gcc --sysroot=/home/niki/opt_qt_for_rpi/qt5.7.0/sysroot -isysroot 
/home/niki/opt_qt_for_rpi/qt5.7.0/sysroot -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -mfpu=vfp -mfloat-abi=hard -mno-apcs-stack-check 
-mstructure-size-boundary=32 -mno-sched-prolog -mcpu=arm1176jzf-s -std=c99 -fomit-frame-pointer -fPIC -marm 
-pthread -I/home/niki/opt_qt_for_rpi/qt5.7.0/sysroot/usr/include/samba-4.0 -E -o /tmp/ffconf.4SN9BchH.o 
/tmp/ffconf.XUb4ayNi.c
/tmp/ffconf.XUb4ayNi.c:1:35: fatal error: dev/bktr/ioctl_meteor.h: No such file or directory
  #include <dev/bktr/ioctl_meteor.h>
                                    ^
compilation terminated.



 >Please remember not to top-post here, Carl Eugen
I am sorry, so i keep only the relevant parts when answering, right?

Nik


Am 11.12.2016 um 15:05 schrieb Carl Eugen Hoyos:
> 2016-12-11 13:37 GMT+01:00 Nikolaus Neusser <nik.gen at gmx.de>:
>> I finally found a few packages, but there are still a lot missing.
> Why do you think they are missing?
> How did you produce the list?
>
>> Does anyone know where i can find the packages for debian?
> Some of them do not exist for Debian, others should not
> be necessary.
> In any case, the list does not make any sense since it
> contains packages that do not exist on any Linux system.
>
> Please remember not to top-post here, Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list