> Are you sure it wouldn't be easier to define BOOST_FILESYSTEM_VERSION 
> somewhere?

That would probably be the best way to handle this. But in the meantime, you 
can return 'true' from the validate_path() function and ignore that 
file-checking code.

Ari





 -----Original Message-----
From: James Walker [mailto:[email protected]] 
Sent: Wednesday, May 09, 2012 4:58 PM
To: [email protected]
Subject: Re: [SmartBody-dev] help building on Mac - boost problem

Sorry, I'm stumped again.  On line 200 of me_utilities.cpp, which says

                result = path( path_str, native );

I get

"error: invalid conversion from 'bool (*)(const std::string&)' to 'void*'

initializing argument 2 of 'boost::filesystem3::path::path(const
Source&, typename
boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename
boost::decay<T>::type>, void>::type*) [with Source = std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >]'"

and I don't even see where that "native" value is declared.

Then on line 201

        error: 'no_check' was not declared in this scope

Are you sure it wouldn't be easier to define BOOST_FILESYSTEM_VERSION somewhere?
-- 
   James W. Walker, Innoventive Software LLC
   <http://www.frameforge3d.com/>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Smartbody-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-developer

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Smartbody-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-developer

Reply via email to