Boost logo

Boost Users :

Subject: Re: [Boost-users] boost 1.44.0 undefined reference to boost::filesystem2::no_check
From: Asif Fayyaz (asif.fayyaz_at_[hidden])
Date: 2010-10-12 09:16:14


No, that issue is a bit different and I have already included
<boost/filesystem.hpp>

I am again posting the code:
--------------------------------Sample application source:
#include <stdio.h>
#include <boost/filesystem.hpp>

int main()
{
  std::string m_FileName(boost::filesystem::path("testfile1.txt",
boost::filesystem::no_check).native_file_string());

  printf("Testboost.....%s\n", m_FileName.c_str());
  return 0;
}
--------------------------------

Asif

---------- Replied message ----------
From: Igor R <boost.li..._at_[hidden]>
Date: Oct 11, 5:57 pm
Subject: boost 1.44.0 undefined reference to boost::filesystem2::no_check
To: BOOST Archives

> Any one??

> any idea?

> Waiting for response in this regard.

There was a similar issues here:
http://permalink.gmane.org/gmane.comp.lib.boost.user/62789
Doesn't it apply your case? do you include <boost/filesystem.hpp>?
_______________________________________________
Boost-users mailing list
Boost-us..._at_lists.boost.orghttp://
lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net