wxMSW: 2.9-cvs Compile issue with BCC 5.5 on src\common\string.cpp

Tim Stahlhut stahta01 at highstream.net
Mon Apr 2 18:23:24 PDT 2007


FYI:

I read that someone asked about issues using borland so I tried to
compile wxWidgets 2.9-cvs using bcc55. I used my bcc55 setup to compile
wx2.8.3 OK, so I think I have it setup right. No idea what the error
message means. Tim S

make -f makefile.bcc -DVENDOR=cvs-head -DSHARED=1 -DMONOLITHIC=1
-DBUILD=release -DUNICODE=1

MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	if not exist bcc_mswudll mkdir bcc_mswudll
	if not exist ..\..\lib\bcc_dll mkdir ..\..\lib\bcc_dll
	if not exist ..\..\lib\bcc_dll\mswu mkdir ..\..\lib\bcc_dll\mswu
	if not exist ..\..\lib\bcc_dll\mswu\wx mkdir ..\..\lib\bcc_dll\mswu\wx
	if not exist ..\..\lib\bcc_dll\mswu\wx\msw mkdir ..\..\lib\bcc_dll\mswu\wx\msw
	cpp32 -Sr -oCON "..\..\include\wx\msw\genrcdefs.h" > "..\..\lib\bcc_dll\mswu\wx\msw\rcdefs.h"
	bcc32 -q -c -P -obcc_mswudll\monodll_string.obj -tWR -IC:\apps\Borland\BCC55\Bin\..\include -v-   -O2 -tWM -D__WXMSW__          -D_UNICODE     -I..\..\lib\bcc_dll\mswu -I..\..\include -I..\..\src\tiff   -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex   -I..\..\src\expat\lib -DwxUSE_BASE=1 -DWXMAKINGDLL -Hu   -H=bcc_mswudll\wxprec_monodll.csm -a8 -g0   ..\..\src\common\string.cpp  
..\..\src\common\string.cpp:
Loaded pre-compiled headers.
Error E2102 ..\..\include\wx/string.h 727: Cannot use template 'wxString::reverse_iterator_impl<T>' without specifying specialization parameters in function wxString::reverse_iterator_impl<wxString::const_iterator>::operator +(unsigned int) const
Error E2102 ..\..\include\wx/string.h 727: Cannot use template 'wxString::reverse_iterator_impl<T>' without specifying specialization parameters in function wxString::reverse_iterator_impl<wxString::const_iterator>::operator +(unsigned int) const
Warning W8057 ..\..\include\wx/string.h 727: Parameter 'n' is never used in function wxString::reverse_iterator_impl<wxString::const_iterator>::operator +(unsigned int) const
*** 2 errors in Compile ***

** error 1 ** deleting bcc_mswudll\monodll_string.obj







More information about the wx-dev mailing list