GNU bug report logs -
#11456
guile-2.0.5 fails to compile under mingw+msys
Previous Next
Full log
Message #10 received at 11456-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Sorry for the long delay in the response.
On Sat 12 May 2012 00:53, gnuemacser <hj_182006 <at> hotmail.com> writes:
> I got the sources of guile-2.0.5 and I tried to compile them under
> mingw+msys.
> The compilation failed because of this error:
> make[3]: Entering directory `/e/temp/files/1/guile/guile-2.0.5/libguile'
> CC libguile_2.0_la-threads.lo
> threads.c: In function 'to_timespec':
> threads.c:267:15: error: dereferencing pointer to incomplete type
> threads.c:268:15: error: dereferencing pointer to incomplete type
> threads.c:275:15: error: dereferencing pointer to incomplete type
> threads.c:276:15: error: dereferencing pointer to incomplete type
> threads.c: In function 'launch_thread':
> threads.c:1012:3: warning: implicit declaration of function
> 'GC_pthread_detach'
I think you are building with the default --with-threads argument, which
is to enable them. If you want threads on mingw, you will have to use
the pthread wrapper for mingw, and build libgc with pthread support.
Otherwise, build guile --without-threads.
Regards,
Andy
--
http://wingolog.org/
This bug report was last modified 13 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.