Обсуждение: MinGW again
I just fetched fresh sources from CVS, and I see that acinclude.m4 is not
patched correctly for MinGW build.
I'll give an correct example:
*libwx_mswud-*)
LIBS="$LIBS ${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a
${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a"
LIBS="$LIBS $WX_NEW_LDFLAGS"
LDFLAGS="$LDFLAGS -mwindows -Wl,--subsystem,windows"
In the current sources ${WX_HOME} and ${WX_VERSION} are typed like
$(WX_HOME) and $(WX_VERSION), with wrong kind of braces. On few places
WX_VERSION is typed as WX+VERSION.
Regards !
Darko Prenosil wrote:
>I just fetched fresh sources from CVS, and I see that acinclude.m4 is not
>patched correctly for MinGW build.
>I'll give an correct example:
>
> *libwx_mswud-*)
> LIBS="$LIBS ${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a
>${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a"
> LIBS="$LIBS $WX_NEW_LDFLAGS"
> LDFLAGS="$LDFLAGS -mwindows -Wl,--subsystem,windows"
>
>In the current sources ${WX_HOME} and ${WX_VERSION} are typed like
>$(WX_HOME) and $(WX_VERSION), with wrong kind of braces. On few places
>WX_VERSION is typed as WX+VERSION.
>
>
>
Hi Darko,
I corrected this, please check it.
Regards,
Andreas
----- Original Message -----
From: "Andreas Pflug" <pgadmin@pse-consulting.de>
To: "Darko Prenosil" <Darko.Prenosil@finteh.hr>
Cc: <pgadmin-hackers@postgresql.org>
Sent: Saturday, August 16, 2003 10:02 PM
Subject: Re: [pgadmin-hackers] MinGW again
> Darko Prenosil wrote:
>
> >I just fetched fresh sources from CVS, and I see that acinclude.m4 is not
> >patched correctly for MinGW build.
> >I'll give an correct example:
> >
> > *libwx_mswud-*)
> > LIBS="$LIBS
${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a
> >${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a"
> > LIBS="$LIBS $WX_NEW_LDFLAGS"
> > LDFLAGS="$LDFLAGS -mwindows -Wl,--subsystem,windows"
> >
> >In the current sources ${WX_HOME} and ${WX_VERSION} are typed like
> >$(WX_HOME) and $(WX_VERSION), with wrong kind of braces. On few places
> >WX_VERSION is typed as WX+VERSION.
> >
> >
> >
>
> Hi Darko,
> I corrected this, please check it.
>
It is OK for "libwx_mswud", but what I meant is that all of the "msw" cases
have the same problem.
However, attached is correct acinclude.m4 with all mistakes corrected.
Regards !
Вложения
everyone, I tried pgAdmin3-beta-0.9.0 in my Win98SE and prompted something saying that I pgadmin will not work on win98 and lower. I believed this is something to do with internationalization. Is there any way that we can run pgadmin3 on win98se without enabling the above feature? Cheers, Howard. Sulat @MU v.2.2 (Fresh) ....................................................................................... An extended module for MUWeb4 Project of Howard R. Bagcat Powered by GNU General Public License softwares. http://my.mu.edu.ph - a personalized portal is soon to come.
Howard Bagcat wrote: >everyone, > >I tried pgAdmin3-beta-0.9.0 in my Win98SE and prompted something saying that I pgadmin will not >work on win98 and lower. I believed this is something to do with internationalization. > >Is there any way that we can run pgadmin3 on win98se without enabling the above feature? > > > Howard, that ancient 16 bit operating system doesn't support unicode out of the box. I believe there are additional modules that can be installed, maybe technet will help. We distribute the full-blown Unicode version binarily, but if compiled from source there's also a non-unicode project option. Regards, Andreas