This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\64087>pyglossary | |
[INFO] Automatically switching to SQLite mode for writing Stardict | |
[INFO] Using sortKeyName = 'stardict' | |
[WARNING] Unsupported operating system (no os.statvfs) | |
[WARNING] Unrecognized mimetype='undefined' | |
[WARNING] Unrecognized mimetype='undefined' | |
[WARNING] Unrecognized mimetype='undefined' | |
[WARNING] resource title: mw/skins.minerva.base.reset|skins.minerva.content.styles|ext.cite.style|site.styles|mobile.app.pagestyles.android|mediawiki.page.gallery.styles|mediawiki.skinning.content.parsoid.css | |
[WARNING] Unrecognized mimetype='image/svg+xml; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/SVG/1.0.0"' | |
[WARNING] Unrecognized mimetype='image/svg+xml; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/SVG/1.0.0"' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"os" | |
qt "github.com/mappu/miqt/qt6" | |
) | |
func main() { | |
qt.NewQApplication(os.Args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cannot mix incompatible Qt library (6.7.3) with this library (6.7.2) | |
SIGABRT: abort | |
PC=0x82d60510a m=0 sigcode=65543 | |
signal arrived during cgo execution | |
goroutine 1 gp=0x8980061c0 m=0 mp=0x37292a0 [syscall, locked to thread]: | |
runtime.cgocall(0x361f050, 0x8981c5bf8) | |
/usr/local/go1.23.2/src/runtime/cgocall.go:167 +0x4b fp=0x8981c5bd0 sp=0x8981c5b98 pc=0x20fa66b | |
github.com/mappu/miqt/qt6/multimedia._Cfunc_QMediaPlayer_new() | |
_cgo_gotypes.go:8483 +0x48 fp=0x8981c5bf8 sp=0x8981c5bd0 pc=0x3130648 |
OlderNewer