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

How can I try mc_webview? #3

Open
harrier77 opened this issue May 11, 2024 · 0 comments
Open

How can I try mc_webview? #3

harrier77 opened this issue May 11, 2024 · 0 comments

Comments

@harrier77
Copy link

I am interested in trying. I can compile the file mc_webview.nim without errors. But it does do nothing.
If I add this:

var w=newWebview(true)
w.setTitle("prova")
w.run()

the compiler answers with this:

/usr/bin/ld: /home/paolo/.cache/nim/mc_webview_d/@mmc_webview.nim.c.o: in function `NimMainModule':
@mmc_webview.nim.c:(.text+0x212): undefined reference to `webview_create'
/usr/bin/ld: @mmc_webview.nim.c:(.text+0x245): undefined reference to `webview_set_title'
/usr/bin/ld: @mmc_webview.nim.c:(.text+0x267): undefined reference to `webview_run'

PS: I have copied the entire serge_webview directory in mc_webview-master/webview/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant