From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile OpenGL Date: Wed, 24 Oct 2012 12:32:35 -0200 Message-ID: <20121024123235.1f15085d@capac> References: <20121023161229.13579eac@capac> <20121024105117.5ad7ae6c@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1351089182 30679 80.91.229.3 (24 Oct 2012 14:33:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2012 14:33:02 +0000 (UTC) Cc: guile-devel@gnu.org To: Javier Sancho Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 24 16:33:11 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TR218-000443-Jp for guile-devel@m.gmane.org; Wed, 24 Oct 2012 16:33:10 +0200 Original-Received: from localhost ([::1]:55375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR210-0001L3-QN for guile-devel@m.gmane.org; Wed, 24 Oct 2012 10:33:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR20s-0001CZ-AC for guile-devel@gnu.org; Wed, 24 Oct 2012 10:32:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR20m-0005dZ-Bl for guile-devel@gnu.org; Wed, 24 Oct 2012 10:32:54 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:55068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR20m-0005dR-5s for guile-devel@gnu.org; Wed, 24 Oct 2012 10:32:48 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 3DEF9A04C156; Wed, 24 Oct 2012 16:32:45 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id P85k+ZtoYxJu; Wed, 24 Oct 2012 16:04:34 +0200 (CEST) Original-Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id D544AA04C13F; Wed, 24 Oct 2012 16:32:37 +0200 (CEST) In-Reply-To: <20121024105117.5ad7ae6c@capac> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15043 Archived-At: Reply to myself :) Javier, > take a look at the doc on how to write a wrapper: you'll find them if you git > clone guile-gnome [and guile-clutter for your coding curiosity maybe], or browse > the git repo ... the doc i pointed are [too] old, I am sorry. You'd want to read HACKING which has been updated recently. Cheers, David