diff --git a/HowTo-Cross-Compile.md b/HowTo-Cross-Compile.md index 0f2d7d4..79d89df 100644 --- a/HowTo-Cross-Compile.md +++ b/HowTo-Cross-Compile.md @@ -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 make[2]: *** [Makefile:2243: gdkresources.h] Fehler 127 -Edit the file `gdk/Makefile` append the windows `.exe` extension here. -Find the `GLIB_COMPILE_RESOURCES` and add the wine command prior to all `$(GLIB_COMPILE_RESOURCES)` calls. +Edit the file `gdk/Makefile` append the windows `.exe` extension at the place where `GLIB_COMPILE_RESOURCES` is defined. +Find **all the other** `GLIB_COMPILE_RESOURCES` occurences and add the `wine` command prior to **all** `$(GLIB_COMPILE_RESOURCES)` calls. Try to compile. ### 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 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 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. cp `find -name "*.dll"` /opt/W64-cross-compile/lib/ -