From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tristan Colgate Newsgroups: gmane.lisp.guile.devel Subject: Re: Compilation and load-extension Date: Fri, 18 Dec 2009 10:23:38 +0000 Message-ID: <2e6d10880912180223q7b640151j9427c0648144dbe7@mail.gmail.com> References: <2e6d10880912180044j6bccf95cjdad0dc6a931c9d5f@mail.gmail.com> <877hskk3kd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1261131870 4813 80.91.229.12 (18 Dec 2009 10:24:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 10:24:30 +0000 (UTC) Cc: guile-devel@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Dec 18 11:24:22 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NLa0R-0003Dz-FP for guile-devel@m.gmane.org; Fri, 18 Dec 2009 11:24:19 +0100 Original-Received: from localhost ([127.0.0.1]:57862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLa0Q-0006UB-UD for guile-devel@m.gmane.org; Fri, 18 Dec 2009 05:24:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLZzu-0006Ac-0j for guile-devel@gnu.org; Fri, 18 Dec 2009 05:23:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLZzo-00064n-Nl for guile-devel@gnu.org; Fri, 18 Dec 2009 05:23:45 -0500 Original-Received: from [199.232.76.173] (port=45754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLZzo-00064b-H8 for guile-devel@gnu.org; Fri, 18 Dec 2009 05:23:40 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:48898) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLZzn-0000jl-4R; Fri, 18 Dec 2009 05:23:39 -0500 Original-Received: by bwz7 with SMTP id 7so2148987bwz.26 for ; Fri, 18 Dec 2009 02:23:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3twJnnokvxRJIjnl4qss8NET387gUINoQOaMpWz93nU=; b=n7DKcsAS8GkrsUe6rOn9HElYBzfAB/m4aLT1nylO2H13ZpltoDo9e845CzYplmM9TV 1MEXXDv856tqPEuVOrqULsg/I816d1GJVuP0g/fZCdplAGQ7OUhKLH0MR4L8rXj6MdbZ YjhEQrX5kRXO0OSBvbkGzbVLWh2do1nckORjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Qgk9Rr+QQ+FUHZgnnxKUZHRIDbAu+rZ7YOg/zv7A0+8UYHHmgcS9/umkTTSVgTMxZu efBCBSjYGiJanRjDVzlZ5HnxjiWK8XcU0CmqEDugU1AfN9tNH6Tn/tIvzir85zhix3TS YiC5nAgBQ1IlEhr1HmGyWFcLIa7MOFls3QAFw= Original-Received: by 10.204.3.14 with SMTP id 14mr2151181bkl.128.1261131818090; Fri, 18 Dec 2009 02:23:38 -0800 (PST) In-Reply-To: <877hskk3kd.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9773 Archived-At: Ah, sorry.... ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-autocompile argument to disable. ;;; compiling /usr/local/share/guile/site/snmp/net-snmp.scm ;;; WARNING: compilation of /usr/local/share/guile/site/snmp/net-snmp.scm failed: ;;; key misc-error, throw args (#f "~A ~S" ("no code for module" (snmp net-snmp-primitive)) #f) STRING: Unknown (edit /etc/snmp/snmpd.conf) STRING: pinot the snmp net-snmp-primitive module is provided by a load-extension in the swig wrapper module. it's loaded by the module that swig has generated (snmp net-snmp) 2009/12/18 Ludovic Court=E8s : > Hi, > > Tristan Colgate writes: > >> =A0 I'm using guile and swig for some library binding and get >> compilation errors/warning >> that seem to be due to the compiler not knowing that a load-extension >> has supplied >> a module (this is with library bindings generated by swig). > > Can you copy/paste the errors/warnings? > > Thanks, > Ludo=92. > > > > --=20 Tristan Colgate-McFarlane ---- "You can get all your daily vitamins from 52 pints of guiness, and a glass of milk"