Building on Windows #964
voltagex
started this conversation in
Show and tell
Replies: 1 comment
-
It's crashing somewhere in
I can see the stack now, but I don't know how to get the panic message out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's see how far I get, or how long it is until I get bored fighting with Windows.
So far it seems like these are the steps - I am doing a bit of extra work here to get winget to make my life easier:
$env:PKG_CONFIG_PATH="C:\msys64\mingw64\lib\pkgconfig\"
or similar.cargo\config
with the following contentsFinished dev [unoptimized + debuginfo] target(s) in 6m 08s
czkawka\target\debug
(I guess we can't statically link GTK?)czkawka\target\debug\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
before it closes.Beta Was this translation helpful? Give feedback.
All reactions