Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 19438 invoked from network); 7 Mar 2007 02:36:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 02:36:20 -0000 Received: (qmail 77845 invoked by uid 500); 7 Mar 2007 02:36:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 77835 invoked by uid 500); 7 Mar 2007 02:36:28 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 77817 invoked by uid 99); 7 Mar 2007 02:36:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 18:36:28 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 18:36:17 -0800 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l272ZtwG028374 for ; Wed, 7 Mar 2007 02:35:55 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 6 Mar 2007 19:35:43 -0700 Message-ID: <45EE2513.9000005@roguewave.com> Date: Tue, 06 Mar 2007 19:36:03 -0700 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: compilation error in 0.alloc.cpp References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Mar 2007 02:35:43.0314 (UTC) FILETIME=[4D965320:01C76061] X-Virus-Checked: Checked by ClamAV on apache.org Farid, this looks like your code. When you have a minute, could you take a look at it and see what's going on? Thanks Martin Mark Brown wrote: > I'm trying to compile the tests on Cywgin and I'm getting some errors. Here's the first one. I tried to see if it was something obvious that I could easily fix myself but the code in both cases is a macro defined to yet another macro that expands to either setjmp or sigsetjmp if that's a macro too. Too many macros... Hopefully someone better at macro hacking than me will be able to figure what's going on. > > gcc -c -I/home/mbrown/stdcxx/include/ansi -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/home/mbrown/stdcxx/include -I/home/mbrown/stdcxx-gcc-3.4.4-11s/include -I/home/mbrown/stdcxx/../rwtest -I/home/mbrown/stdcxx/../rwtest/include -I/home/mbrown/stdcxx/tests/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /home/mbrown/stdcxx/tests/self/0.alloc.cpp > /home/mbrown/stdcxx/tests/self/0.alloc.cpp: In function `void test(const TestCase&)': > /home/mbrown/stdcxx/tests/self/0.alloc.cpp:93: error: cannot convert `int (*)[52]' to `int (*)[54]' in initialization > /home/mbrown/stdcxx/tests/self/0.alloc.cpp:102: error: cannot convert `int (*)[52]' to `int (*)[54]' in initialization > make: *** [0.alloc.o] Error 1 > > -- Mark > > ____________________________________________________________ > FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family! > Visit http://www.inbox.com/photosharing to find out more!