> -----Original Message-----
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, October 01, 2013 8:40 AM
> To: PLplot development list
> Subject: Re: [Plplot-devel] Status of the 5.9.10 release
>
> I still need to create a news item and do other publicity, and I also need to 
> refine my
> notes on this release process in README.Release_Manager_Cookbook. But
> otherwise, the 5.9.10 release process is completed and the commit freeze is 
> lifted.
>
> Let the 5.9.11 release cycle begin!
>

Well, the first step I thought I'd take is getting wxWidgets to work on Cygwin. 
Alas,
I ran into a problem: I have to build it from the sources and if I do that, I 
get the following
message:

/cygdrive/c/wxwidgets/wxwidgets-2.9.5/bk-deps g++ -c -o basedll_appbase.o  
-D__WXMSW__        -DWXBUILDING 
-I/cygdrive/c/wxwidgets/wxwidgets-2.9.5/src/tiff/libtiff  -I./src/tiff/libtiff 
-I./src/jpeg    -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE  -DwxUSE_BASE=1 
 -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual 
-D_FILE_OFFSET_BITS=64 
-I/cygdrive/c/wxwidgets/wxwidgets-2.9.5/lib/wx/include/msw-unicode-2.9 
-I./include -O2 -fno-strict-aliasing  ./src/common/appbase.cpp
In file included from ./src/common/appbase.cpp:43:0:
./include/wx/filename.h: In static member function 'static wxUniChar 
wxFileName::GetPathSeparator(wxPathFormat)':
./include/wx/filename.h:481:43: error: ambiguous overload for 'operator[]' 
(operand types are 'wxString' and 'unsigned int')
         { return GetPathSeparators(format)[0u]; }
                                           ^
./include/wx/filename.h:481:43: note: candidates are:
./include/wx/filename.h:481:43: note: operator[](const char*, long int) 
<built-in>
./include/wx/filename.h:481:43: note: operator[](const wchar_t*, long int) 
<built-in>
In file included from ./include/wx/memory.h:16:0,
                 from ./include/wx/object.h:20,
                 from ./include/wx/list.h:33,
                 from ./src/common/appbase.cpp:31:
./include/wx/string.h:1592:15: note: wxUniChar wxString::operator[](int) const
     wxUniChar operator[](int n) const
               ^
./include/wx/string.h:1594:15: note: wxUniChar wxString::operator[](long int) 
const
     wxUniChar operator[](long n) const
               ^
./include/wx/string.h:1596:15: note: wxUniChar wxString::operator[](size_t) 
const
     wxUniChar operator[](size_t n) const
               ^
./include/wx/string.h:1604:18: note: wxUniCharRef wxString::operator[](int)
     wxUniCharRef operator[](int n)
                  ^
./include/wx/string.h:1606:18: note: wxUniCharRef wxString::operator[](long int)
     wxUniCharRef operator[](long n)
                  ^
./include/wx/string.h:1608:18: note: wxUniCharRef wxString::operator[](size_t)
     wxUniCharRef operator[](size_t n)
                  ^
Makefile:28608: recipe for target `basedll_appbase.o' failed
make: *** [basedll_appbase.o] Error 1

This is both with the default options and with --with-x to force wxWidgets to 
use the
X11 Window system (I hoped that would avoid the similar error I got at first).

This is with version 2.9.5, the current stable version, of wxWidgets under 
Windows 7, 64 bits
with a very recent version of Cygwin.

I do not suppose anyone on this list can solve it, but in case you have any 
tips, I'd appreciate
them.

Regards,

Arjen
DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to