I try to compile libvlc for window (32 bits) under debian dev (32 bits) and i have an error :
make[4]: Entering directory '/home/wizard/Downloads/vlc/win32/modules'
CCLD libavcodec_plugin.la
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libavutil.a(time.o): In function `av_usleep':
/home/jb/vlc-2.2/contrib/mingw64/ffmpeg/libavutil/time.c:58: undefined reference to `nanosleep'
collect2: error: ld returned 1 exit status
Makefile:5373: recipe for target 'libavcodec_plugin.la' failed
make[4]: *** [libavcodec_plugin.la] Error 1
make[4]: Leaving directory '/home/wizard/Downloads/vlc/win32/modules'
Makefile:9852: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/wizard/Downloads/vlc/win32/modules'
Makefile:4597: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/wizard/Downloads/vlc/win32/modules'
Makefile:1951: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/wizard/Downloads/vlc/win32'
Makefile:1835: recipe for target 'all' failed
make: *** [all] Error 2
I use this proc from : https://wiki.videolan.org/Win32Compile :
start on : /home/wizard/Downloads/
git clone git://git.videolan.org/vlc.git vlc
cd vlc
mkdir -p contrib/win32
cd contrib/win32
../bootstrap --host=i686-w64-mingw32
make prebuilt
cd /home/wizard/Downloads/vlc
./bootstrap
mkdir win32 && cd win32
export PKG_CONFIG_LIBDIR=/home/wizard/Downloads/vlc/contrib/vlc/contrib/i686-w64-mingw32/lib/pkgconfig
../extras/package/win32/configure.sh --host=i686-w64-mingw32
make << Error occur after a lot of line...
Do i forgot some things ?
I Try to add :
../configure --host=i686-w64-mingw32
make
But result is the same...
I Try to compile 3rd party too but it failed to :
$ mkdir -p contrib/win32
$ cd contrib/win32
$ ../bootstrap --host=i686-w64-mingw32
$ make fetch
$ make
Log:
make[3]: Entering directory '/home/wizard/Downloads/vlc/contrib/win32/fontconfig/fc-cache'
CC fc-cache.o
CCLD fc-cache.exe
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(autofit.o): In function `af_face_globals_new':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/afglobal.c:326: undefined reference to `hb_ft_font_create'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(autofit.o): In function `af_face_globals_free':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/afglobal.c:371: undefined reference to `hb_font_destroy'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(autofit.o): In function `af_get_coverage':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:126: undefined reference to `hb_font_get_face'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:128: undefined reference to `hb_set_create'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:129: undefined reference to `hb_set_create'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:130: undefined reference to `hb_set_create'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:131: undefined reference to `hb_set_create'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:139: undefined reference to `hb_ot_tags_from_script'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:165: undefined reference to `hb_ot_layout_collect_lookups'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:172: undefined reference to `hb_set_is_empty'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:175: undefined reference to `hb_ot_layout_collect_lookups'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:198: undefined reference to `hb_ot_layout_lookup_collect_glyphs'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:190: undefined reference to `hb_set_next'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:229: undefined reference to `hb_ot_layout_lookup_collect_glyphs'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:221: undefined reference to `hb_set_next'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:274: undefined reference to `hb_ot_layout_lookup_would_substitute'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:269: undefined reference to `hb_set_next'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:332: undefined reference to `hb_set_subtract'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:339: undefined reference to `hb_set_next'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:366: undefined reference to `hb_set_destroy'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:367: undefined reference to `hb_set_destroy'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:368: undefined reference to `hb_set_destroy'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:369: undefined reference to `hb_set_destroy'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(autofit.o): In function `af_get_char_index':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:433: undefined reference to `hb_buffer_create'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:443: undefined reference to `hb_font_set_scale'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:446: undefined reference to `hb_buffer_set_direction'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:447: undefined reference to `hb_buffer_set_script'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:450: undefined reference to `hb_buffer_add_utf32'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:453: undefined reference to `hb_shape'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:455: undefined reference to `hb_buffer_get_glyph_infos'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:456: undefined reference to `hb_buffer_get_glyph_positions'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/autofit/hbshim.c:473: undefined reference to `hb_buffer_destroy'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(ftgzip.o): In function `ft_gzip_file_init':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:308: undefined reference to `inflateInit2_'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(ftgzip.o): In function `ft_gzip_file_done':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:323: undefined reference to `inflateEnd'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(ftgzip.o): In function `ft_gzip_file_reset':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:352: undefined reference to `inflateReset'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(ftgzip.o): In function `ft_gzip_file_fill_output':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:426: undefined reference to `inflate'
/home/wizard/Downloads/vlc/contrib/i686-w64-mingw32/lib/libfreetype.a(ftgzip.o): In function `FT_Gzip_Uncompress':
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:715: undefined reference to `inflateInit2_'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:719: undefined reference to `inflate'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:722: undefined reference to `inflateEnd'
/home/wizard/Downloads/vlc/contrib/win32/freetype/src/gzip/ftgzip.c:730: undefined reference to `inflateEnd'
collect2: error: ld returned 1 exit status
Makefile:474: recipe for target 'fc-cache.exe' failed
make[3]: *** [fc-cache.exe] Error 1
make[3]: Leaving directory '/home/wizard/Downloads/vlc/contrib/win32/fontconfig/fc-cache'
Makefile:561: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/wizard/Downloads/vlc/contrib/win32/fontconfig'
Makefile:444: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/wizard/Downloads/vlc/contrib/win32/fontconfig'
../../contrib/src/fontconfig/rules.mak:53: recipe for target '.fontconfig' failed
make: *** [.fontconfig] Error 2
Thanks for your help...
WCdr