You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
I have read preparing rust tutorial and I have followed all the steps , including a additional step recommended by this stack overflow answerrustup toolchain install stable-x86_64-pc-windows-gnu
Do you have Windows versions of the GTK libraries and its dependencies installed and their pkg-config file visible to the environment where you're building your code?
I thought it would be automatically added with sudo apt-get install mingw-w64. It looks like in ubuntu there is no sudo apt install way to install those packages. Anyhow I found another tutorial where they cross compiled gtk-rs using docker. I tried to repeat the same with there docker but while building the image at here ADD package.sh /usr/bin/package.sh it crashes.
Is there any other docker images or files which do the same thing?
@MGlolenstine Yes I tried with rust-crosscompile but sadly there is some issue with one of my dependency "rusqlite". I have reported that issue but sofar nothing.
I have read preparing rust tutorial and I have followed all the steps , including a additional step recommended by this stack overflow answer
rustup toolchain install stable-x86_64-pc-windows-gnu
But when compiling its failing at the last stage with this error
OS : Linux (Ubuntu)
rustc : 1.50.0
gtk-rs : 0.9.2 (features version 3_22, same as the host trying to compile)
The text was updated successfully, but these errors were encountered: