Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#260 closed Support Requests (Invalid)

Path.cpp:85: error: `portable_posix_name' undeclared in name

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

Description

i am compiling a game and i get thru ./configure but
when i goto make i get this error Path.cpp:85: error:
`portable_posix_name' undeclared in namespace
`boost::filesystem' i get simmilair errors on 85, 99
and 113 saying portable_posix_name is undeclared

Change History (2)

comment:1 by Vladimir Prus, 18 years ago

Status: assignedclosed
Logged In: YES 
user_id=321498

First, this bug report is problematic in itself. Please provide a minimal 
program which fails to compile, as well as information about boost 
version and compiler version. 
 
Second, the 'portable_posix_name' is present in CVS and 1.31. You 
might be using an older version. 

comment:2 by nobody, 18 years ago

Logged In: NO 

hi,

i have the same problem. Can't compile the game fillets-ng-0.2.1

Path.cpp: In static member function `static Path
Path::dataSystemPath(const std::string&)':
Path.cpp:85: error: `portable_posix_name' undeclared in
namespace `boost::filesystem'
Path.cpp: In static member function `static Path
Path::dataUserPath(const std::string&)':
Path.cpp:99: error: `portable_posix_name' undeclared in
namespace `boost::filesystem'
Path.cpp: In static member function `static bool
Path::isValid(const std::string&)':
Path.cpp:113: error: `portable_posix_name' undeclared in
namespace `boost::filesystem'

rpm -q boost
boost-1.30.2-2m

i'll try to update the boost libraries
Note: See TracTickets for help on using tickets.