Panicz Maciej Godek <godek.mac...@gmail.com> skribis: > Delightful to hear that. Thanks a lot for the work! > > However, when I'm trying to build it under mingw, I get the following error: > > ../lib/.libs/libgnu.a(mkstemp.o): In function `mkstemp': > c:\dev\guile-2.0.10\lib/mkstemp.c:48: multiple definition of `mkstemp' > .libs/libguile_2.0_la-mkstemp.o:c:\dev\guile-2.0.10\libguile/mkstemp.c:68: > first defined here > > (and indeed, the function is defined twice, once in > libguile/mkstemp.c, and the second time in lib/mkstemp.c)
Oops, indeed. Could you edit libguile/Makefile.am (or libguile/Makefile.in, if Automake isn’t installed), and remove occurrences of mkstemp.c in there? Let us know if it solves the problem. Thanks, Ludo’.