[Mingw-w64-public] half-missing API

2012-12-21 Thread Jim Michaels
these do not exist. they are used for fixing and getting specialfolder paths in vista+     //SHGetKnownFolderPath  http://msdn.microsoft.com/en-us/library/bb762188%28v=vs.85%29.aspx     //KNOWN_FOLDER_FLAG  http://msdn.microsoft.com/en-us/library/dd378447%28v=vs.85%29.aspx         //KNO

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
On Fri, 2012-12-21 at 20:23 +0100, Erik van Pienbroek wrote: > pavel schreef op vr 21-12-2012 om 08:46 [+0100]: > > When building glib with the x86_64 target, I get the following error at > > some point of linking: > > > > CC gspawn-win32.lo > > CC gwin32.lo > > cd .. && /bin/bash

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread Erik van Pienbroek
pavel schreef op vr 21-12-2012 om 08:46 [+0100]: > When building glib with the x86_64 target, I get the following error at > some point of linking: > > CC gspawn-win32.lo > CC gwin32.lo > cd .. && /bin/bash ./config.status glib/glib.rc > config.status: creating glib/glib.rc > x86_6

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
OK, I've made a simple test and i686 compiler also refuses to export #defined symbols. So the problem must occur somewhere during configuration of glib. I'll keep investigating. Thanks to all for your support. Pavel On Fri, 2012-12-21 at 10:54 +0100, Václav Šmilauer wrote: > > I am afraid that i

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread Václav Šmilauer
> I am afraid that if I for example take the long time to install MXE, I > would end up with exactly the same problem. MXE installation is next to trivial. The version of glib they have now is 2.28.2, though (their patch is https://github.com/mxe/mxe/blob/master/src/glib-1-fixes.patch). Good luc

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread Алексей Павлов
With that instructions that I send you I build glib-2.34.3 too. Oh, and I apply patch that in attach 2012/12/21 pavel > Hi Václav, Алексей, > > none of your suggestions seems to be useful. Perhaps it is worthy to > mention that I am trying to compile the most recent stable versions, in > case of

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
Hi Václav, Алексей, none of your suggestions seems to be useful. Perhaps it is worthy to mention that I am trying to compile the most recent stable versions, in case of glib it is 2.34.3, which is much newer than for example precompiled binaries available at official gtk web site http://www.gtk.or

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread Václav Šmilauer
> recently I am trying to cross compile some base GNU libraries for both > 32bit and 64bit Windows host. The build system is Debian 6.0.6. I am > using Ruben's personal build > (xxx-w64-mingw32-gcc-4.7.2-release-linux64_rubenvb.tar). > > When building glib with the x86_64 target, I get the follow

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread Алексей Павлов
Hi! Under msys I build glib as follow configure --prefix=${PREFIX} --host=${HOST} \ ${SHARED_LINK_FLAGS} \ --disable-gtk-doc \ CFLAGS="$HOST_CFLAGS" \ LDFLAGS="$HOST_LDFLAGS" \ CPPFLAGS="$HOST_CPPFLAGS" \ LIBFFI_CFLAGS="-I${PREFIX}/lib/libffi-${LIBFFI_VERSION}/include" LIBFFI_LIBS="-L${PREFIX}/lib

[Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
Hi, recently I am trying to cross compile some base GNU libraries for both 32bit and 64bit Windows host. The build system is Debian 6.0.6. I am using Ruben's personal build (xxx-w64-mingw32-gcc-4.7.2-release-linux64_rubenvb.tar). When building glib with the x86_64 target, I get the following erro