Opened 15 years ago

Closed 14 years ago

#1606 closed Bugs (fixed)

filesystem/src/exception.cpp doesn't build with gcc

Reported by: tim blechmann <tim@…> Owned by: Beman Dawes
Milestone: Boost 1.36.0 Component: filesystem
Version: Severity: Problem
Keywords: Cc:

Description

currently filesystem/src/exception.cpp from the svn doesn't build with gcc:

tim@laptop:~/workspace/boost/libs/filesystem/src$ g++ -c -I../../.. *cpp
exception.cpp:159: error: variable or field ‘system_message’ declared void
exception.cpp:159: error: ‘system_error_type’ was not declared in this scope
exception.cpp:159: error: expected primary-expression before ‘&’ token
exception.cpp:159: error: ‘target’ was not declared in this scope

Change History (2)

comment:1 by Marshall Clow, 15 years ago

Component: Nonefilesystem
Owner: set to Beman Dawes

comment:2 by Beman Dawes, 14 years ago

Resolution: fixed
Status: newclosed

boost-root/libs/filesystem/src/exception.cpp is an obsolete file that was included in 1.35.0 by mistake. The build/Jamfile does include it in the build.

It has since been removed from trunk and will not appear in 1.36.0.

--Beman

Note: See TracTickets for help on using tickets.