Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop x86-mingw32 from rake gem:native build #83

Closed
wants to merge 1 commit into from

Conversation

stanhu
Copy link
Collaborator

@stanhu stanhu commented Jul 28, 2023

Runing rake gem:x86-mingw32 currently fails with:

linking shared-object re2.so
/usr/bin/i686-w64-mingw32-ld: /tmp/re2/ports/i386-mingw32/i686-w64-mingw32/abseil/20230125.3/lib/libabsl_symbolize.a(symbolize.cc.obj):symbolize.cc:(.text+0x106): undefined reference to `_imp__SymFromAddr@20'
collect2: error: ld returned 1 exit status

SymFromAddr comes from the Windows Debug Help Library. This linker error could be fixed by adding -ldbghelp, but since this native gem is not a well-tested package drop it for now.

Runing `rake gem:x86-mingw32` currently fails with:

```
linking shared-object re2.so
/usr/bin/i686-w64-mingw32-ld: /tmp/re2/ports/i386-mingw32/i686-w64-mingw32/abseil/20230125.3/lib/libabsl_symbolize.a(symbolize.cc.obj):symbolize.cc:(.text+0x106): undefined reference to `_imp__SymFromAddr@20'
collect2: error: ld returned 1 exit status
```

`SymFromAddr` comes from the Windows Debug Help Library. This linker
error could be fixed by adding `-ldbghelp`, but since this native gem
is not a well-tested package drop it for now.
@mudge
Copy link
Owner

mudge commented Jul 28, 2023

Shall we close this in favour of #84?

@stanhu
Copy link
Collaborator Author

stanhu commented Jul 28, 2023

Sure.

@stanhu stanhu closed this Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants