Delivered-To: garrigue at math.nagoya-u.ac.jp Authentication-Results: mailhost.math.nagoya-u.ac.jp sender=lablgtk-bounces at yquem.inria.fr; domainkey=neutral (no query protocol specified; no policy for yquem.inria.fr) Delivered-To: lablgtk at yquem.inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :user-agent:mime-version:message-id:content-type :content-transfer-encoding; bh=AVr9heTqNys7fEqAjL7pbWNoU2GzmddTEh1XF2Il76Y=; b=Ire4IsV8Is2Xo/g7V9IFIIuKkxjmCvYnnZoUKs0QqtBYFl6DzJe028dc+4Zoe8sOFv a1OZ/PsRGet537wvjQMJGqdqD62oMY2GA8e4zxgXkEMQWfYGQJJNC6kZESuc0PhOiUTL 9htzPBZzvqjO7Gwya54tuR9Up82o6knTDhDHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:user-agent:mime-version:message-id :content-type:content-transfer-encoding; b=iOCy2UqcybO56qNf6XXvUOo/ZzWRWV6xE9Jj4cvDdbnVvBBJeHNAH6B2JqnQyQafFZ D1dW71OIpI9G6ZC7piC2wye0L/KOQXFzBGe0UWS079dVko6TSzFd4JdNyiwAdBUrvCv/ pzp4hHz+Sxy6VBN6Sj7Zoq5fRMuLyDmgXs77g= From: Florent Monnier To: lablgtk at yquem.inria.fr Date: Thu, 12 Aug 2010 21:00:01 +0200 MIME-Version: 1.0 Message-Id: <201008122100.01432.fmonnier at linux-nantes.fr.eu.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: [Lablgtk] conflicting types for 'g_value_get_variant' Status: U Hi, compiling lablgtk-2.14.1 : + gcc ...... ml_gobject.c ml_gobject.c:292: error: conflicting types for 'g_value_get_variant' /usr/include/glib-2.0/gobject/gvaluetypes.h:230: note: previous declaration of 'g_value_get_variant' was here ml_gobject.c:380: error: conflicting types for 'g_value_set_variant' /usr/include/glib-2.0/gobject/gvaluetypes.h:226: note: previous declaration of 'g_value_set_variant' was here if I rename g_value_get_variant() and g_value_set_variant() in ml_gobject.c (and appropriatly in src/gobject.ml) the compilation succeeds) The file "/usr/include/glib-2.0/gobject/gvaluetypes.h" belongs to: libglib2.0-devel-2.25.13-1mdv2011.0 -- Best Regards Florent _______________________________________________ Lablgtk mailing list Lablgtk@yquem.inria.fr http://yquem.inria.fr/cgi-bin/mailman/listinfo/lablgtk