library problem cross compiling for windows using mingw32
hi,
i was trying to cross compile inkscape under linux for windows using mingw32.
i downloaded inkscape-devlibs and made a softlink to the uncompressed directory at /target in accordance with the .pc files. and after./autogen.sh and LDFLAGS=-L/target/lib CPPFLAGS=-I/target/include PKG_CONFIG_PATH=/target/lib/pkgconfig ./configure --host=i486-mingw32, i got an error:
configure: error: Package requirements (glib-2.0 >= 2.24 gtk+-2.0 >= 2.20 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo >= 1.10 sigc++-2.0 >= 2.0.12 gtkspell-2.0 gthread-2.0 >= 2.0 libpng >= 1.2 gsl glibmm-2.4 giomm-2.4 gdkmm-2.4 gtkmm-2.4 >= 2.10.0) were not met:
Requested 'libxslt >= 1.0.15' but version of libxslt is 1.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables INKSCAPE_CFLAGS and INKSCAPE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i have tried both 0.48.x branch (rev 9886) and the trunk branch (rev 11027). the same error.
any ideas?
best regards,
On Tue, 28 Feb 2012 14:45:52 +0800 Auguste Pop <auguste@...155...> wrote:
hi,
i was trying to cross compile inkscape under linux for windows using mingw32.
i downloaded inkscape-devlibs and made a softlink to the uncompressed directory at /target in accordance with the .pc files. and after./autogen.sh and LDFLAGS=-L/target/lib CPPFLAGS=-I/target/include PKG_CONFIG_PATH=/target/lib/pkgconfig ./configure --host=i486-mingw32, i got an error:
configure: error: Package requirements (glib-2.0 >= 2.24 gtk+-2.0
= 2.20 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo >= 1.10 sigc++-2.0 >= 2.0.12 gtkspell-2.0 gthread-2.0 >= 2.0 libpng >= 1.2 gsl glibmm-2.4 giomm-2.4 gdkmm-2.4 gtkmm-2.4 >= 2.10.0) were not met:
Requested 'libxslt >= 1.0.15' but version of libxslt is 1.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables INKSCAPE_CFLAGS and INKSCAPE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
i have tried both 0.48.x branch (rev 9886) and the trunk branch (rev 11027). the same error.
any ideas?
best regards,
It often pays to set up a true Linux partition just to run your open source programs, like Inkscape, Scribus, pdftk, tex etc.
On Wed, Feb 29, 2012 at 12:56 AM, john Culleton <John@...1668...> wrote:
It often pays to set up a true Linux partition just to run your open source programs, like Inkscape, Scribus, pdftk, tex etc.
i am totally on linux. what i was trying to do is to compile inkscape windows binary from my running linux system.
best regards,
participants (2)
-
Auguste Pop
-
john Culleton