@ -154,8 +154,8 @@ Configure and compile the library.
/bin/bash: Zeile 1: /opt/W64-cross-compile/bin/glib-compile-resources: Datei oder Verzeichnis nicht gefunden
/bin/bash: Zeile 1: /opt/W64-cross-compile/bin/glib-compile-resources: Datei oder Verzeichnis nicht gefunden
make[2]: ** * [Makefile:2243: gdkresources.h] Fehler 127
make[2]: ** * [Makefile:2243: gdkresources.h] Fehler 127
Edit the file `gdk/Makefile` append the windows `.exe` extension here.
Edit the file `gdk/Makefile` append the windows `.exe` extension at the place w here `GLIB_COMPILE_RESOURCES` is defined .
Find the `GLIB_COMPILE_RESOURCES` and add the wine command prior to all `$(GLIB_COMPILE_RESOURCES)` calls.
Find **all the other** `GLIB_COMPILE_RESOURCES` occurences and add the ` wine` command prior to ** all** `$(GLIB_COMPILE_RESOURCES)` calls.
Try to compile.
Try to compile.
### fix and install the compilation
### fix and install the compilation
@ -163,7 +163,7 @@ Try to compile.
/bin/bash: Zeile 1: ../../gtk/gtk-update-icon-cache.exe: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
/bin/bash: Zeile 1: ../../gtk/gtk-update-icon-cache.exe: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
make[3]: ** * [Makefile:1673: install-update-icon-cache] Fehler 126
make[3]: ** * [Makefile:1673: install-update-icon-cache] Fehler 126
Edit the Makefile in demos/gtk-demos and add in line the wine prefix. Try to run the `make install` command and do the same for the next errors.
Edit the Makefile in demos/gtk-demos and add in line the wine prefix where the ` . Try to run the ` make install`command and do the same for the next errors.
/bin/bash: Zeile 1: ../../gtk/gtk-update-icon-cache.exe: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
/bin/bash: Zeile 1: ../../gtk/gtk-update-icon-cache.exe: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
make[5]: ** * [Makefile:1184: install-update-icon-cache] Fehler 126
make[5]: ** * [Makefile:1184: install-update-icon-cache] Fehler 126
@ -172,4 +172,3 @@ Edit the Makefile in demos/gtk-demos and add in line the wine prefix. Try to run
If the compilation did well copy all *.dll files into the destination.
If the compilation did well copy all *.dll files into the destination.
cp `find -name "*.dll"` /opt/W64-cross-compile/lib/
cp `find -name "*.dll"` /opt/W64-cross-compile/lib/