Opened 17 years ago

Closed 16 years ago

#391 closed Support Requests (None)

bcc55 internal error compiling example simple_ls.cpp

Reported by: nobody Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

I have environment variable BCCROOT set properly.

Yet, I get many warnings and internal error in the end.
Warnings are of three types:

1. Warning W8097  ...../boost/config/auto_link.hpp 240:
Not all options can be restored at this time
2. W8062 ...../boost/config/abi_prefix.hpp 22 (and 25 -
the same) : Previous options and warnings not restored
3. W8026 ...../boost/limits.hpp 86: Functions with
exception specifications are not expanded inline   
(this one I understand what it means)

Fatal F1004 simple_ls.cpp 74: Internal compiler error
at 0x40638d with base 0x400000 in function main(int,
char * *)
Fatal F1004 simple_ls.cpp 74: Internal compiler error 
in function main(int, char * *)
----------------------------

I need some help... please.
Does anyone know how to compile anything with bcc 5.5.1
and boost libraries ?
Thank You.
Holy

Change History (2)

comment:1 by Nicola Musatti, 16 years ago

Logged In: YES 
user_id=88359

bcc 5.5.1 is about five years and two major releases old, so
it's highly unlikely that somebody will come out with a
patch for this compiler.

simple_ls.cpp from Boost 1.33.1 compiles without problems
with BCB6.

comment:2 by mclow, 16 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.