Difference between revisions of "Frontends:Xiphos/Windows"
From CrossWire Bible Society
m (→Articles found so far) |
m (→Setting Up Mingw) |
||
Line 21: | Line 21: | ||
# glib2-2.18.2-1 | # glib2-2.18.2-1 | ||
− | Download Gnome binary packages from [http://ftp.gnome.org/pub/gnome/binaries/win32/ here]. Under gtk+ there is a bundle that has several you need. | + | Download Gnome binary packages from [http://ftp.gnome.org/pub/gnome/binaries/win32/ here]. Under gtk+ there is a bundle that has several you need. These get installed in c:\MinGW\ |
and I'm currently stuck here. Running aclocal in the gnomesword directory appears to work, autoconf has an error | and I'm currently stuck here. Running aclocal in the gnomesword directory appears to work, autoconf has an error |
Revision as of 11:30, 13 November 2008
One lives in hope....
Needs
- building of relevant libaries
- building of GS itself
Contents
Setting Up Mingw
a tutorial for how to set up a MINGW build environment
Follow these instructions carefully [1]
Get these packages from here
- pkgconfig
- gettext
- glib2-2.18.2-1
Download Gnome binary packages from here. Under gtk+ there is a bundle that has several you need. These get installed in c:\MinGW\
and I'm currently stuck here. Running aclocal in the gnomesword directory appears to work, autoconf has an error
configure.in:48: error: possibly undefined macro: AC_PROG_INTLTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
and automake says
cannot open < gnome-doc-utils.make: No such file or directory
configure then gets confused on
line 2622: syntax error near unexpected token 'GNOME' 'PKG_CHECK_MODULES(GNOME, ' etc
so for some reason it isn't actually calling pkg-config
Articles found so far
- http://live.gnome.org/Cross%20compiling%20GTK%2B%20for%20Win32
- http://www.gnome-db.org/GnomeDbMinGW (has good tutorial to set up MINGW compiling on windows
- http://www.daniweb.com/forums/thread86245.html (Order of commandline options for GCC is important)
building of other GTK/Gnome projects
Other stuff
- http://linux.softpedia.com/get/Text-Editing-Processing/IDEs/MinGW-Developer-Studio-14939.shtml Allows compiling and cross compiling of GTK applications