From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cesar Strauss Newsgroups: gmane.lisp.guile.user Subject: Re: Compiling guile on mingw32 Date: Wed, 06 Jun 2007 15:12:13 -0300 Message-ID: References: <20070605185653.P21652@verden.pvv.ntnu.no> <20070606173856.B41193@verden.pvv.ntnu.no> <20070606191550.V42131@verden.pvv.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1181153566 28620 80.91.229.12 (6 Jun 2007 18:12:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 18:12:46 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jun 06 20:12:45 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hvzzw-0008Se-VD for guile-user@m.gmane.org; Wed, 06 Jun 2007 20:12:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvzzw-0004sf-Ak for guile-user@m.gmane.org; Wed, 06 Jun 2007 14:12:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hvzzp-0004ol-RM for guile-user@gnu.org; Wed, 06 Jun 2007 14:12:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hvzzl-0004dX-Hi for guile-user@gnu.org; Wed, 06 Jun 2007 14:12:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvzzl-0004cj-B4 for guile-user@gnu.org; Wed, 06 Jun 2007 14:12:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hvzzj-0005YR-I0 for guile-user@gnu.org; Wed, 06 Jun 2007 14:12:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hvzz3-0003jU-AY for guile-user@gnu.org; Wed, 06 Jun 2007 20:11:49 +0200 Original-Received: from asimov.cea.inpe.br ([150.163.28.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jun 2007 20:11:49 +0200 Original-Received: from cestrauss by asimov.cea.inpe.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jun 2007 20:11:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: asimov.cea.inpe.br User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: <20070606191550.V42131@verden.pvv.ntnu.no> X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5968 Archived-At: Andreas Røsdal wrote: > > Commetning out -Wmissing-prototypes -Werror in the Makefile solved this > compilation error. > Try removing the -I/mingw/include option instead, it should work as well. Normally, warnings in system headers are ignored, but if /mingw/include is explicitly added to the search paths, they are no longer considered as such, I guess. > > Then, the compilation failed while creating libguile.dll.a. > I have tried with both gmp-4.1.4 and gmp-4.2.1 installed. > I forgot about that, please reconfigure gmp with the options: --enable-shared=yes --enable-static=no and see if the file libgmp.dll.a is created in /mingw/lib after a rebuild. Cesar _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user