[ wxwindows-Bugs-1771706 ] configure bug with MinGW
SourceForge.net
noreply at sourceforge.net
Fri Aug 10 07:31:49 PDT 2007
Bugs item #1771706, was opened at 2007-08-10 10:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1771706&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- windows
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Brian A. Vanderburg II (brianvanderburg)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure bug with MinGW
Initial Comment:
I updated from SVN yesterday (8/9/2007). The problem with building was first a warning that wxUSE_INICONFIG must be defined when just trying to recompile without configure. So I configured: '../configure' to use cached options, and got an error about mac os sdk. So I deleted the build directory and started over as follows:
mkdir build-mswd
cd build-mswd
../configure --with-msw --disable-shared --enable-unicode --enable-debug
This caused the same problem. After checking for 'ar' it give an error about mac os sdk. Looking up at the output, it shows 'checking for with-macosx-sdk ... ', no yes or no result. Below works, but seems unnecessary.
../configure --with-msw --without-macosx-sdk --disable-shared --enable-unicode --enable-debug
This works and configure creates the makefiles. I have yet to build so I can not comment on that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1771706&group_id=9863
More information about the wx-dev
mailing list