bobbaker6667

Results 3 comments of bobbaker6667

@gen2brain I'm attempting to use your fork to cross compile a windows amd64 build. I'm getting the following errors: ` In file included from /mnt/nvme/toolchains/x86_64-w64-mingw32-cross/x86_64-w64-mingw32/include/objbase.h:164, from /mnt/nvme/toolchains/x86_64-w64-mingw32-cross/x86_64-w64-mingw32/include/ole2.h:17, from /mnt/nvme/toolchains/x86_64-w64-mingw32-cross/x86_64-w64-mingw32/include/wtypes.h:13, from...

Hi all, just writing in reply, what I ended up doing was compiling tor for the needed arches with musl/mingw32 and then embedding the static binaries with go:embed and writing...

@gen2brain I have applied the two patch files to my compiler (mingw32) and have attempted to cross compile a windows binary with your fork of the library ''github.com/gen2brain/go-libtor", The error...