[Olsr-dev] HELP NEEDED: Windows compilation problems
Ferry Huberts
(spam-protected)
Wed Jul 31 16:56:11 CEST 2013
Hi
Are there windows developers on the list?
I really need help!
I have compilation errors on my Jenkins server for olsrd.
My Jenkins is Fedora 18 64bits, with mingw installed.
The jenkins jobs are here:
https://hupie.dyndns.org:15051/jenkins/job/olsrd%20-%20master%20-%20win32/207/console:
> #!/bin/bash
>
> make M32=1 CC="/usr/bin/i686-w64-mingw32-gcc" OS="win32"
> DESTDIR="$(pwd)/dist/debug" DEBUG=1 build_all install_all
> make uberclean
> make M32=1 CC="/usr/bin/i686-w64-mingw32-gcc" OS="win32"
> DESTDIR="$(pwd)/dist/release" DEBUG=0 build_all install_all
https://hupie.dyndns.org:15051/jenkins/job/olsrd%20-%20master%20-%20win64/109/console:
> #!/bin/bash
>
> make M64=1 CC="/usr/bin/x86_64-w64-mingw32-gcc" OS="win32"
> DESTDIR="$(pwd)/dist/debug" DEBUG=1 build_all install_all
> make uberclean
> make M64=1 CC="/usr/bin/x86_64-w64-mingw32-gcc" OS="win32"
> DESTDIR="$(pwd)/dist/release" DEBUG=0 build_all install_all
It used to work on Fedora 17 64bit but since I've upgraded it no longer
works.
The same goes for my laptop, which is Fedora 19 64bits.
Anybody knows what's going on?
--
Ferry Huberts
More information about the Olsr-dev
mailing list