chigga102 / s3fuse

Automatically exported from code.google.com/p/s3fuse
Other
0 stars 0 forks source link

error: cannot find the flags to link with Boost regex #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

Hi, while i build the project, the terminal printed out this error:
"configure: error: cannot find the flags to link with Boost regex"

What version of the product are you using? On what operating system?

- s3fs version: s3fuse-0.14.tar.gz (link: 
https://code.google.com/p/s3fuse/downloads/detail?name=s3fuse-0.14.tar.gz&can=2&
q=)
- OS: MAC OS 10.8 Mountain Lion

Please help me this error
Thanks in advance :)

Please provide any additional information below.
I atteched my screen shot, please view it.

Original issue reported on code.google.com by duytoaip...@gmail.com on 4 Dec 2014 at 7:16

Attachments:

GoogleCodeExporter commented 8 years ago
You are going to need to install boost library and likely others to get config 
to work.

Original comment by jakeai...@gmail.com on 16 Feb 2015 at 9:45

GoogleCodeExporter commented 8 years ago
Yeah, if you're using Homebrew it should be as simple as "brew install boost".

Original comment by tar...@bedeir.com on 1 Mar 2015 at 7:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have the same problem in another software and i found the solution in Linux 
with the command "aptitude install libboost-regex-dev". If the error persists 
try to install the package "libboost-all-dev".

Original comment by montec...@gmail.com on 7 Jul 2015 at 12:36