DeadSix27 / python_cross_compile_script

Easy to use Linux to Windows cross compile script.
Mozilla Public License 2.0
31 stars 9 forks source link

Help on some issues? #12

Closed hydra3333 closed 7 years ago

hydra3333 commented 7 years ago

Hello. Nice script

cross_compiler.py -a

gives me

  CCLD     oggenc.exe
../intl/libintl.a(bindtextdom.o):bindtextdom.c:(.text+0x2b): undefined reference to `pthread_cancel'
../intl/libintl.a(bindtextdom.o):bindtextdom.c:(.text+0x259): undefined reference to `pthread_cancel'
../intl/libintl.a(bindtextdom.o):bindtextdom.c:(.rdata$.refptr.pthread_cancel[.refptr.pthread_cancel]+0x0): undefined reference to `pthread_cancel'
../intl/libintl.a(loadmsgcat.o):loadmsgcat.c:(.text+0x1e): undefined reference to `pthread_cancel'
../intl/libintl.a(textdomain.o):textdomain.c:(.text+0x17): undefined reference to `pthread_cancel'
../intl/libintl.a(log.o):log.c:(.text+0x11): more undefined references to `pthread_cancel' follow
collect2: error: ld returned 1 exit status
Makefile:535: recipe for target 'oggenc.exe' failed
make[3]: *** [oggenc.exe] Error 1
make[3]: Leaving directory '/home/u/Desktop/workdir/x86_64_products/vorbis-tools_git/oggenc'
Makefile:588: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/u/Desktop/workdir/x86_64_products/vorbis-tools_git/oggenc'
Makefile:498: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/u/Desktop/workdir/x86_64_products/vorbis-tools_git'
Makefile:428: recipe for target 'all' failed
make: *** [all] Error 2
[2017-04-19 04:16:41,464][ERROR] Error [2] running process: 'make  -j 2' in '/home/u/Desktop/workdir/x86_64_products/vorbis-tools_git'

going to blow away the folders, re-download the .py, and try again in case I made an incorrect debug edit and/or built minw wrong :)