Hello,
I want to compile Bino in Ubuntu making an .exe for Windows.
Trying to compile MXE, when I do "make gettext ffmpeg libass openal glew qt nsis", i always have the problem:
Failed to build package gnutls for target i686-w64-mingw32.static!
------------------------------------------------------------
'i686-w64-mingw32.static-gcc' -W -Wall -Werror -ansi -pedantic '/home/tomas/var/tmp/mxe/src/gnutls-test.c' -o '/home/tomas/var/tmp/mxe/usr/i686-w64-mingw32.static/bin/test-gnutls.exe' `'i686-w64-mingw32.static-pkg-config' gnutls --cflags --libs`
/home/tomas/var/tmp/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.5.0/../../../../i686-w64-mingw32.static/lib/../lib/libgnutls.a(ip.o): In function `gnutls_x509_cidr_to_rfc5280':
/home/tomas/var/tmp/mxe/tmp-gnutls-i686-w64-mingw32.static/gnutls-3.6.7/lib/x509/ip.c:257: undefined reference to `inet_pton'
collect2: error: ld returned 1 exit status
What should I do?
Thank you,
Tomás