9 Mar 2004 21:42
win32 builds?
Tim Newsham <newsham <at> lava.net>
2004-03-09 20:42:10 GMT
2004-03-09 20:42:10 GMT
Has anyone built gtkextra2 on windows? I know there is an old build
of gtkextra for win32, but I couldn't find any prebuilt gtkextra2
packages. I'm having a terrible time getting this to build in mingwin
and was wondering if anyone has any pointers. If someone knows of
a binary package, that would be even better.
Right now I'm building out of cvs. I did the autogen.sh on linux
machine and transferred the resulting directory down to my win
box. I have mingwin and cygwin, with a bunch of mingwin stuff,
and gtk stuff in my path and cygwin in the path last, just to
catch a few missing utilities. After adjusting the pkgconfig
paths, patching the pkgconfig files to specify the proper prefixes
I was able to configure the thing and get a makefile. I had to
manually change a few things (like removing -fnative-struct and
setting -mms-bitfields). For doing the make, I'm using cygwin's make
utility with:
make CC=/c/mingw/bin/gcc
this mostly works (after fixing a typo psfont_refcont -> psfont_refcount).
However, I'm still having issues. The latest one is when linking
libtool: link: `/lib//libintl.la' is not a valid libtool archive
for some reason the libintl.la that came with mingwin isnt liked by
the libtool util thats used during building.
Anyway, if anyone has done this before and has more information,
please let me know what the magic recipe is.
(Continue reading)
RSS Feed