janet-lang / janet-lang/webview
Test fails on Ubuntu 18.04
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 52
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
$ jpm test
running test/test.janet ...
error: could not load native build/webview.so: build/webview.so: undefined symbol: gtk_window_get_type
in native
in [boot.janet] on line 1942, column 26
in require [boot.janet] on line 1963, column 16
in import* [boot.janet] on line 1975, column 15
in _thunk [test/test.janet] (tailcall) on line 3, column 1
```
Contributor guide
No contributing guide indexed for this repository
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
Run `jpm test` on Ubuntu 18.04 and inspect `test/test.janet`, `build/webview.so`, and the reported `gtk_window_get_type` loading failure. Done means the native module loads successfully and the test command no longer fails with this undefined-symbol error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, ubuntu
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100