Couldn't build the extension with Visual C++
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2.2k
- Forks
- 256
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 37
Description
https://github.com/ruby/rbs/blob/master/ext/rbs_extension/extconf.rb#L3
This line is valid only for GCC.
Please check whether the compiler is GCC or not before adding.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at ext/rbs_extension/extconf.rb line 3 and inspect the compiler-specific setting described in the issue. Reproduce the extension build with Visual C++ and GCC, then verify that the GCC build remains valid and the Visual C++ build succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ruby
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100