Status... guile won't build with pthreads.
guile won't build with --with-threads=none either apparently, it wants a fake "null-threads" package. The way to get that is to UNINSTALL the mingw pthreads package. Pixman tried to link -lpthreads anyway! Turns out, minipack uses the installed libraries (/usr) to calculate dependencies (er, rpm dependencies didn't match the library dependencies), not the minipack built libraries! So, I uninstalled as many distro mingw libraries as I could (gtk, cairo, etc). It all builds! PCB and gerbv work just fine in wine (I fixed my font issues - had to install yet another mingw font; the system font was not a dependency of anything, but optional fonts were!) Anyone have an nsis script with which to package it all up? As others have noted, gschem fails at startup - This isn't much of a clue, but... Backtrace: =>0 0x75478526 __strlen_sse2_bsf+0x16() in libc.so.6 (0x0066fb58) 1 0x7bc7620e NTDLL_strlen+0x1d() in ntdll (0x0066fb98) 2 0x6bfd4ea9 in libguile-17 (+0x54ea8) (0x0066fbb8) 3 0x66308c5a in libgeda-38 (+0x8c59) (0x0066fbd8) 4 0x00408ba2 in gschem (+0x8ba1) (0x0066fc28) 5 0x6bfb0e5a in libguile-17 (+0x30e59) (0x0066fc48) 6 0x6bf85242 in libguile-17 (+0x5241) (0x0066fc68) 7 0x6bff108c in libguile-17 (+0x7108b) (0x0066fcf8) 8 0x6bf854f1 in libguile-17 (+0x54f0) (0x0066fd58) 9 0x6bf85927 in libguile-17 (+0x5926) (0x0066fd88) 10 0x6bff011b in libguile-17 (+0x7011a) (0x0066fdb8) 11 0x6bff0161 in libguile-17 (+0x70160) (0x0066fdd8) 12 0x6bfb0f11 in libguile-17 (+0x30f10) (0x0066fe08) 13 0x0040914c in gschem (+0x914b) (0x0066fe28) 14 0x004010b6 in gschem (+0x10b5) (0x0066fe70) 15 0x00401128 in gschem (+0x1127) (0x0066fe90) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

