Thread overview
DMC++ 8.48.4
Apr 21, 2006
Walter Bright
Apr 21, 2006
Arjan
Apr 21, 2006
Walter Bright
Apr 28, 2006
W³odzimierz Skiba
Apr 29, 2006
Walter Bright
April 21, 2006
Lots of boost bugs fixed. -Walter

http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip

http://www.digitalmars.com/download/freecompiler.html
April 21, 2006
Walter Bright wrote:
> Lots of boost bugs fixed. -Walter
> 
> http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip
> 
> http://www.digitalmars.com/download/freecompiler.html

The link shows the current status of dmc-8.48.4 and boost-1.33_1

http://www.digitalmars.com/~arjan/boost/status/cs-win32-full.html

Arjan
April 21, 2006
Arjan wrote:
> Walter Bright wrote:
>> Lots of boost bugs fixed. -Walter
>>
>> http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip
>>
>> http://www.digitalmars.com/download/freecompiler.html
> 
> The link shows the current status of dmc-8.48.4 and boost-1.33_1
> 
> http://www.digitalmars.com/~arjan/boost/status/cs-win32-full.html

Thanks, Arjan!
April 28, 2006
Walter Bright <newshound@digitalmars.com> wrote in news:e29ntj$fq1$1@digitaldaemon.com:
> Lots of boost bugs fixed. -Walter http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip http://www.digitalmars.com/download/freecompiler.html

Hi!

I just tried this latest beta and found a problem with development branch of wxWidgets. With one of files I'm getting:

'Internal error: inline 352'

Original command line is:

 dmc -mn -c -cpp -odmc_mswd\baselib_datetime.obj -g -o+none -D_WIN32_WINNT=0x0400
     -D__WXMSW__ -D__WXDEBUG__  -I..\..\lib\dmc_lib\mswd
     -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg  -I..\..\src\png
     -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib  -DwxUSE_GUI=0
     -DwxUSE_BASE=1 -Ar -Ae -H -HP99 -HO-  -HHdmc_mswd\pch_wxprec_baselib.sym
     ..\..\src\common\datetime.cpp

I tried to avoid precompiled headers and removed all -H parameters:

 dmc -mn -c -cpp -odmc_mswd\baselib_datetime.obj -g -o+none -D_WIN32_WINNT=0x0400
     -D__WXMSW__ -D__WXDEBUG__  -I..\..\lib\dmc_lib\mswd
     -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg  -I..\..\src\png
     -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib  -DwxUSE_GUI=0
     -DwxUSE_BASE=1 -Ar -Ae ..\..\src\common\datetime.cpp

but error was the same. So I added '-e -ldatetime.lst' and received same error and datetime.lst. I'm not sure how to proceed further so I have uploaded original and .lst listing to http://abx.art.pl/wx/bugs/datetime.zip (600 KB). Please let me know how I can help in debugging this internal error.

ABX
April 29, 2006
W³odzimierz Skiba wrote:
> but error was the same. So I added '-e -ldatetime.lst' and received same error and datetime.lst. I'm not sure how to proceed further so I have uploaded original and .lst listing to http://abx.art.pl/wx/bugs/datetime.zip (600 KB). Please let me know how I can help in debugging this internal error.

The way to do it is to keep deleting parts of the file until you have the smallest source that exhibits it, then sent it to me and I'll take care of it. Thanks!