Re: swig won't build
Anton Ertl <anton-eMTcDWn+JWX/RkxMZTRrOJdqbFPxfnh/@public.gmane.org>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <an9Hv0Pb2NKxj/[email protected]> |
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. - anton