X-From-Line: clanlib-devel-bounces+grumbel=gmx.net@clanlib.org Mon Sep 8 07:12:17 2003 Delivered-To: postmaster@penpen Received: from pop.gmx.net (213.165.64.20) by penpen with POP3 for ; 08 Sep 2003 07:12:17 -0000 Return-Path: X-Flags: 0000 Delivered-To: GMX delivery to grumbel@gmx.net Received: (qmail 29736 invoked by uid 65534); 7 Sep 2003 23:48:50 -0000 Received: from vacuum1.xentive.com (EHLO vacuum1.xentive.com) (195.249.47.163) by mx0.gmx.net (mx015-rz3) with SMTP; 08 Sep 2003 01:48:50 +0200 Received: (qmail 23968 invoked from network); 7 Sep 2003 23:48:46 -0000 Received: from unknown (HELO dark.clansoft.dk) (217.116.224.121) by 192.168.2.2 with RC4-SHA encrypted SMTP; 7 Sep 2003 23:48:46 -0000 Received: from dark.clansoft.dk ([127.0.0.1] ident=list) by dark.clansoft.dk with esmtp (Exim 4.22) id 19w96L-0007zh-Mn for grumbel@gmx.net; Mon, 08 Sep 2003 01:37:49 +0200 Received: from list.rug.nl ([129.125.4.44]) by dark.clansoft.dk with esmtp (Exim 4.22) id 19w96A-0007yt-3W for clanlib-devel@clanlib.org; Mon, 08 Sep 2003 01:37:38 +0200 Received: from mail.rug.nl (mail.rug.nl [129.125.50.25]) by list.rug.nl (8.9.3p2/8.9.3) with ESMTP id BAA17858 for ; Mon, 8 Sep 2003 01:36:47 +0200 (MET DST) Received: from [80.126.228.195] (account s1211218@student.rug.nl HELO student.rug.nl) by mail.rug.nl (CommuniGate Pro SMTP 4.0.6) with ESMTP-TLS id 8899422 for clanlib-devel@clanlib.org; Mon, 08 Sep 2003 01:37:06 +0200 X-Gnus-Mail-Source: file:/home/ingo/.procmaildir/incoming Message-ID: <3F5BC11C.6020602@student.rug.nl> Date: Mon, 08 Sep 2003 01:37:00 +0200 From: =?ISO-8859-1?Q?Bj=F8rn_Lindeijer?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ClanLib-devel Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by list.rug.nl id BAA17858 Subject: [Clanlib-devel] Error when compiling ClanLib X-BeenThere: clanlib-devel@clanlib.org X-Mailman-Version: 2.1.2 Precedence: list Reply-To: clanlib-devel@clanlib.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: clanlib-devel-bounces+grumbel=gmx.net@clanlib.org Errors-To: clanlib-devel-bounces+grumbel=gmx.net@clanlib.org X-GMX-Antivirus: -1 (not scanned, may not use virus scanner) X-GMX-Antispam: 0 (Mail was not recognized as spam) X-Spam-Status: No, hits=-0.1 required=5.0 tests=USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Status: RO X-Content-Length: 1556 Lines: 49 Xref: penpen.localdomain ClanLib.Devel:6966 Hello list, Today I decided to try out ClanLib 0.7.3, and downloaded=20 ClanLib-0.7.3-1.zip. After installing all necessary libraries using=20 MingW/MSYS (zlib, libpng, libjpeg and Hermes) I tried compiling ClanLib=20 itself, after building configure.exe (having fixed eol chars in=20 configure.mingw) and creating the other makefiles with it. I issued make and things went on normally (except for -fvtable-thunks=20 warnings, but I read you already know about that), until the following=20 error occured: .. Sources/Core/System/Win32/cl_library.cpp: In member function `void* CL_LibraryLoader::resolve(const std::string&)': Sources/Core/System/Win32/cl_library.cpp:60: invalid conversion from=20 `int (*)() ' to `void*' make[1]: *** [Sources/Core/System/Win32/cl_library.o] Error 1 make[1]: Leaving directory `/d/libs/ClanLib-0.7.3' make: *** [all] Error 2 For some more information, here are my gcc specs: $ gcc -v Reading specs from c:/MinGW/bin/../lib/gcc-lib/mingw32/3.2.3/specs Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as=20 --host=3Dmingw32 --target=3Dmingw32 --prefix=3D/mingw --enable-threads=20 --disable-nls --enable-languages=3Dc++,f77,objc --disable-win32-registry=20 --disable-shared --enable-sjlj-exceptions Thread model: win32 gcc version 3.2.3 (mingw special 20030504-1) I hope somebody can help me get ClanLib compiled. Thanks, Bj=F8rn _______________________________________________ Clanlib-devel mailing list Clanlib-devel@clanlib.org http://clanlib.org/mailman/listinfo/clanlib-devel