Ah, sorry....

;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       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ès <l...@gnu.org>:
> Hi,
>
> Tristan Colgate <tcolg...@gmail.com> writes:
>
>>   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’.
>
>
>
>



-- 
Tristan Colgate-McFarlane
----
  "You can get all your daily vitamins from 52 pints of guiness, and a
glass of milk"


Reply via email to