Re: swig won't build
"Ethan Azariah" <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 14, 2026, at 5:52 PM, Anton Ertl wrote: > On Fri, Aug 14, 2026 at 05:20:56PM +0100, Ethan Azariah wrote: >> can i use gforth's c interface without swig? > > Yes. > >> is it needed for structs? > > No, but for both structs and functions you will have to provide > declarations manually, while with swig you can convert many of the .h > files into Forth declarations mostly automatically. thanks!