Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1S13QW-0005KJ-Td for bitcoin-development@lists.sourceforge.net; Fri, 24 Feb 2012 22:15:44 +0000 X-ACL-Warn: Received: from nm39-vm6.bullet.mail.ne1.yahoo.com ([98.138.229.166]) by sog-mx-4.v43.ch3.sourceforge.com with smtp (Exim 4.76) id 1S13QU-0005AR-Lq for bitcoin-development@lists.sourceforge.net; Fri, 24 Feb 2012 22:15:44 +0000 Received: from [98.138.90.51] by nm39.bullet.mail.ne1.yahoo.com with NNFMP; 24 Feb 2012 22:15:37 -0000 Received: from [98.138.89.197] by tm4.bullet.mail.ne1.yahoo.com with NNFMP; 24 Feb 2012 22:15:37 -0000 Received: from [127.0.0.1] by omp1055.mail.ne1.yahoo.com with NNFMP; 24 Feb 2012 22:15:37 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 197319.49873.bm@omp1055.mail.ne1.yahoo.com Received: (qmail 84427 invoked by uid 60001); 24 Feb 2012 22:15:37 -0000 X-YMail-OSG: RmcNP5wVM1ntD2PxyBY3wcRW4lDH_qSlYRdx8SnWO7owY7Q r6oK8ZjnTwfM5HUMrBCGnYEuRhgh4L4Ua0fNR5IeLxo8MyV.PD8TieM5vlvi 3ObcvSYhoBhFZ3nQ0QKlR2.gynTCA8n9fyxXsv2hdD1rzyZDjeVOVO0nJ9jg QMl7SbSi9FnlEbP5mVg6BakbpYwyYOiHKtOW8uTwfsycFbRPYFtp1uohR2HN 3X.uMdCsRq4yY6CKBZNqOaOEDaix9zra_7pirBFbD5hHhLiCdKwC6IYecJWB IJC7dLFP8EL4bDcwq2GIIMt3HHlDXMQ_1DFFOzVRuMGksjRqBLqkidMPxyT6 pfSNln8PE4D9c5UTjYfJ3IBxG8GMQX02R0SlEvGjQe8AJR16x0cdLYg2ujRp ESJh9gv4kAfi9hLkaZBveETINTf0FIhWKzazXJe3oMeqEKZPqyFxgQcrbZ47 X8Y.IUL559weGEKb5kdHtWfAlTZvwePXoym0- Received: from [2.97.169.231] by web121006.mail.ne1.yahoo.com via HTTP; Fri, 24 Feb 2012 14:15:37 PST X-Mailer: YahooMailWebService/0.8.117.340979 Message-ID: <1330121737.13951.YahooMailNeo@web121006.mail.ne1.yahoo.com> Date: Fri, 24 Feb 2012 14:15:37 -0800 (PST) From: Amir Taaki To: "bitcoin-development@lists.sourceforge.net" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.1 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [98.138.229.166 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zgenjix[at]yahoo.com) -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.2 AWL AWL: From: address is in the auto white-list X-Headers-End: 1S13QU-0005AR-Lq Subject: [Bitcoin-development] Building BDB on MingW X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list Reply-To: Amir Taaki List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 22:15:45 -0000 I followed the instructions from build-msw.txt and am getting the same issu= e from here:=0A=0Ahttps://bitcointalk.org/index.php?topic=3D45507.0=0A=0A= =0AMSYS shell:=0A=0Acd /c/db-4.8.30.NC-mgw/build_unix=0Ash ../dist/configur= e --enable-mingw --enable-cxx=0Amake=0A=0A$ make=0A=0A./libtool --mode=3Dco= mpile gcc -c -I. -I../dist/.. =A0-O3 =A0../dist/../mutex/mut_win32.c=0Alibt= ool: compile: =A0gcc -c -I. -I../dist/.. -O3 ../dist/../mutex/mut_win32.c = =A0-DDLL_EXPORT -DPIC -o .libs/mut_win32.o=0AIn file included from ./db_int= .h:886:0,=0A=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from ../dist/../mutex/mut_wi= n32.c:12:=0A../dist/../dbinc/repmgr.h:502:13: error: two or more data types= in declaration specifiers=0A../dist/../dbinc/repmgr.h:502:1: warning: usel= ess type name in empty declaration=0Amake: *** [mut_win32.lo] Error 1[/quot= e]=0A=0AAny ideas? Sadly the proposed fix in that thread didn't work.