unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Nils Durner <ndurner@web.de>
Subject: Win32/MinGW port
Date: Mon, 02 Oct 2006 20:24:43 +0200	[thread overview]
Message-ID: <4521596B.4030104@web.de> (raw)

Hi,

compiling guile-core-1.8-20061001 under MinGW fails with the following
error message:
---
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -Wall
-Wmissing-prototypes -W
error -MT libguile_la-scmsigs.lo -MD -MP -MF
.deps/libguile_la-scmsigs.Tpo -c sc
msigs.c  -DDLL_EXPORT -DPIC -o .libs/libguile_la-scmsigs.o
scmsigs.c: In function `signal_delivery_thread':
scmsigs.c:156: warning: implicit declaration of function `sigfillset'
scmsigs.c:157: warning: implicit declaration of function `pthread_sigmask'
scmsigs.c: In function `start_signal_delivery_thread':
scmsigs.c:182: warning: implicit declaration of function `pipe'
make[3]: *** [libguile_la-scmsigs.lo] Error 1
make[3]: Leaving directory `/home/guile-core-1.8-20061001/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/guile-core-1.8-20061001/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/guile-core-1.8-20061001'
make: *** [all] Error 2
---

After removing do_read_without_guile(), read_without_guile,
signal_delivery_thread() and the content of
start_signal_delivery_thread() from scmsigs.c, the build process fails
at threads.c:
---
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -Wall
-Wmissing-prototypes -W
error -MT libguile_la-threads.lo -MD -MP -MF
.deps/libguile_la-threads.Tpo -c th
reads.c  -DDLL_EXPORT -DPIC -o .libs/libguile_la-threads.o
threads.c: In function `thread_print':
threads.c:146: error: aggregate value used where an integer was expected
threads.c: In function `block_self':
threads.c:207: warning: passing arg 3 of `scm_pthread_cond_timedwait'
from incom
patible pointer type
threads.c: At top level:
threads.c:1429: error: conflicting types for 'scm_pthread_cond_timedwait'
../libguile/threads.h:203: error: previous declaration of
'scm_pthread_cond_time
dwait' was here
threads.c:1429: error: conflicting types for 'scm_pthread_cond_timedwait'
../libguile/threads.h:203: error: previous declaration of
'scm_pthread_cond_time
dwait' was here
threads.c: In function `scm_pthread_cond_timedwait':
threads.c:1431: warning: passing arg 3 of `pthread_cond_timedwait' from
incompat
ible pointer type
make[3]: *** [libguile_la-threads.lo] Error 1
---


Please CC me all answers as I'm not subscribed to the list.


Regards,

Nils Durner


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2006-10-02 18:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 18:24 Nils Durner [this message]
2006-10-02 20:34 ` Win32/MinGW port Kevin Ryde
2006-10-02 21:24   ` Nils Durner
2006-10-04 22:05     ` Kevin Ryde
2006-10-07 10:29       ` Nils Durner
2006-10-09  0:46         ` Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4521596B.4030104@web.de \
    --to=ndurner@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).