-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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/
Metadata
Metadata
Assignees
Labels
No labels