lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

To configure wx-2.6.2 [Re: [lmi] synchronizing wx and lmi for production


From: Greg Chicares
Subject: To configure wx-2.6.2 [Re: [lmi] synchronizing wx and lmi for production]
Date: Sun, 19 Mar 2006 03:33:38 +0000
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

On 2005-8-12 20:00 UTC, Boutin, Wendy wrote:
> [This is mostly directed to Vadim, but I posted here to make
> future searches on already-made-decisions easier.]

Thank you: that saved me a lot of work. Searching the lmi
mailing-list archives for '--disable-threads' brought me
right here.

> I translated my settings to the command line in this way:
>   [hidden] /c/Temp/WxWidgets/build-msys-again
>   $ ../configure --disable-compat24 --enable-stl --disable-threads \
>   --enable-std_iostreams --disable-apple_ieee --disable-mediactrl \
>   --disable-std_iostreams --without-libjpeg --without-libtiff \
>   --disable-gif --enable-shared --enable-monolithic \
>   CXXFLAGS="-DNO_GCC_PRAGMA" >>wxmsys-configurations

You use both of these
   --enable-std_iostreams
  --disable-std_iostreams
which seem to be opposites. I think you want only the former.
There is (or was, for 2.5.4) some ...IOSTREAMH option in
'setup.h' that we employed to say we do not want to look for
nonstandard <iostream.h>, but prefer to use <iostream> with
no '.h'; I think that's what you had in mind to disable, but
I don't see its equivalent in 'configure --help'.

I added '--without-regex'. Probably I should have added
'--enable-std_string', but I overlooked that on my initial
build. Still, everything seemed to go OK, and 'minimal'
builds and runs. I think I forgot the wx debug flag and
the gcc debug flag too (they're distinct).

Could I ask you to compare your old 'setup.h' carefully to
the one in
  /wxWidgets-2.6.2/FOO/lib/wx/include/msw-ansi-release-2.6/wx
where "FOO" is the build directory you created?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]