From morrison at mak.com Tue Apr 1 14:54:41 2008 From: morrison at mak.com (John Morrison) Date: Tue, 1 Apr 2008 10:54:41 -0400 Subject: [fetter-devel] Empty example bindings Message-ID: <200804011054.42343.morrison@mak.com> Hi; Short version: latest darcs version + SBCL 1.0.13 + RHEL5 (CentOS5) running on examples yields empty bindings due to "prune-unreachable-nodes" Longer version: Am attempting to switch from homebrew gccxml based bindings generator to using verrazano/fetter. First obvious thing to do seemed to run the examples. Got empty bindings (the preamble was in there but the "real" bindings were not). Spent some time debugging. Seems that if I comment out call to prune-unreachable-nodes in convert-to-ir, then I get bindings. Have not had time to track this down (promise to do so later), but would appreciate it if anybody else had either the same issue or some suggestions as to where to look first... -jm -- ==== John Morrison ==== MAK Technologies Inc. ==== 68 Moulton Street, Cambridge, MA 02138 ==== http://www.mak.com/ ==== vox:617-876-8085 x115 ==== fax:617-876-9208 ==== jm at mak.com From attila.lendvai at gmail.com Tue Apr 1 16:31:35 2008 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Tue, 1 Apr 2008 18:31:35 +0200 Subject: [fetter-devel] Empty example bindings In-Reply-To: <200804011054.42343.morrison@mak.com> References: <200804011054.42343.morrison@mak.com> Message-ID: > Short version: latest darcs version + SBCL 1.0.13 + RHEL5 (CentOS5) > running on examples yields empty bindings due to > "prune-unreachable-nodes" i've got limited time at the moment, but in short there's a new branch at http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=fetter-verrazano.flexml;a=summary you can read the list archive for a little more details and/or give it a try. more later, -- attila