From mint-bounce@lists.fishpool.fi Sat Dec 31 12:15:25 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Subject: Re: [MiNT] Compiling problems with XaAES From: Odd Skancke To: MiNT List In-Reply-To: <974C708A-4F43-4370-971F-7DB2948646DF@epfl.ch> References: <31122005075034i2C00164HYQC0A8B215@erich-arning.de> <1136023113.6722.79.camel@linuxbox> <974C708A-4F43-4370-971F-7DB2948646DF@epfl.ch> Content-Type: text/plain; charset=utf-8 Date: Sat, 31 Dec 2005 12:08:43 +0100 Message-Id: <1136027323.6722.83.camel@linuxbox> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: ozk@atari.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=1.9 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00, RCVD_IN_SORBS X-Spam-Level: * Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id jBVBFPD6012754 lør, 31,.12.2005 kl. 11.16 +0100, skrev Philipp Donzé: > > I am no compiler expert, but it looks like the > > native 2.95.3 version we have dont have the __CLOBBER_RETURN macro > > defined whereas m68k cross gcc compiles this without problems. > > The macro __CLOBBER_RETURN was introduced for compatibility with GCC 3.3 > It is defined in the file . (see mintlib/include/compiler.h) > > > In the meantime I will fix this by #if __GNUC__ > 2 checks so it > > compiles for now. > > Hmm... as you see there is a "version check" in its definition. > > #if ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ == 4) > # define __CLOBBER_RETURN(a) > #else > # define __CLOBBER_RETURN(a) a, > #endif Yes Philipp, you are right. Erich, you need to update to the latest mintlib, and things should be fine. Let us know how it goes. I was sure I had the latest mintlib installed on ct63, but nooo :) Best Regards, Odd Skancke