Corbin Park
Corbin Park
I believe you are right @tpoechtrager I have tried a myriad of different things trying to build osxcross and probably messed up something along the way. I get a new...
I did get a different sdk version and it worked for WSL. Compiling on alpine still has problems, but I believe that is beyond the scope of this issue. Thank...
I have had quite the issue with this as well I have a private Go Package that I want to be able to `go install path/to/my/private/package@latest`. The [instructions](https://github.com/bitwarden/sdk-sm/blob/main/languages/go/INSTRUCTIONS.md#build) say to...
A possible fix for the dev team if they see this might be to change [bitwarden_library.go line 9](https://github.com/bitwarden/sdk-sm/blob/17dc22faa3680f8225bef8ba633c43213d570c30/languages/go/internal/cinterface/bitwarden_library.go#L9) to `#cgo LDFLAGS: -lbitwarden_c -lm`
I am not sure why but the linker for darwin was not being used. What needed to be done as add an ldflag to fuse the linkers `-fuse-ld=osxcross/target/bin/x86_64-apple-darwin[VERSION]-ld` or for...
Side note the only thing I can find similar to the missing file is: - /bitwarden/[email protected]/internal/cinterface/lib/windows-x64/libbitwarden_c.a - /bitwarden/[email protected]/internal/cinterface/lib/windows-x64/libbitwarden_c.dll.a Yet from what I can find the sdk looks for the wrong...