tclnotmuch

Update of "SWIG Notes"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 1d9a2798260e761f5de63793b15f5f7c833dcae2
Page Name:SWIG Notes
Date: 2016-02-05 21:23:28
Original User: eric
Parent: 04ea86ce80cca59b7adc6e9403191baea1012cf2 (diff)
Content

SWIG files live in their own top-level directory swig. The wrapper is generated by

swig -tcl -namespace -prefix notmuch -pkgversion 0.1 -I/usr/include notmuch.i

and the resulting file needs to be moved to the generic directory which is where everything else expects to find it.

Note that since notmuch is a library the header file is already on the development system, though swig needs to be told where it is.