Hi, Im trying to build a swig wrapper to a c library using go build. I know the swig interface file is good as it builds correctly with the swig command and generated the expected go wrapper file and the wrapper c file. I know it has built because if I change the include paths in my CGO_CFLAGS environment variable the build fails to find the c library headers and fails. So it looks like it is building ok, but I dont see the go wrapper file generated anywhere. Is this created as a temporary file and then discarded after the build completes? Is there any way of forcing go build to output the swig wrappers in a specified directory?
Thanks Andy -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.