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

Fix compilation #154

Closed

Conversation

kaushalmodi
Copy link

This commit fixes this compilation error when trying to compile one of
the tests: tests/httpget:

src/fidget/openglbackend.nim(81, 38) Error: ambiguous identifier: 'fonts' -- use one of the following:
  common.fonts: Table[system.string, font.Font]
  @m..@s..@s..@s..@s..@s.nimble@spkgs@spixie-1.2.0@spixie@sfonts.nim.fonts:

Fixes #153 .

This commit fixes this compilation error when trying to compile one of
the tests: tests/httpget:

    src/fidget/openglbackend.nim(81, 38) Error: ambiguous identifier: 'fonts' -- use one of the following:
      common.fonts: Table[system.string, font.Font]
      @m..@s..@s..@s..@s..@s.nimble@spkgs@spixie-1.2.0@spixie@sfonts.nim.fonts:

Fixes treeform#153 .
@pcarbonn
Copy link

Any reason why this Pull Request has not yet been merged ? And the other pending PRs ?

More generally, is this project still alive ?

@treeform
Copy link
Owner

The tests/httpget compiles. Please update fidget, pixie and typography. Some people have reported nimble is not working for them, I recommend you nimble uninstall and nimble install each one.

The current github actions compile: 6f6aec7

If you do a clean install of the packages it should work for you too.

@treeform treeform closed this Dec 31, 2021
@kaushalmodi kaushalmodi deleted the fix-compilation branch December 31, 2021 19:44
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.

Error compiling tests/httpget
3 participants