boostorg / bcp

Boost.org bcp module
http://boost.org/libs/bcp
Other
14 stars 34 forks source link

Example in the documentation doesn't work (in 1.70.0 #7

Closed brucestephens closed 4 years ago

brucestephens commented 5 years ago

I tried

bcp regex config build /tmp/dest

(I don't care about the namespace things and I'm aware they may not work anyway.)

Trying to build in /tmp/dest caused an error with boost-install missing, so I added boost_install. Then log and predef. Then there's an error I can't seem to fix:

error: Unable to find file or target named
error:     '/boost/headers'
error: referred to from project at
error:     'libs/atomic/build'
jzmaddock commented 4 years ago

This should now be fixed in develop.

A temporary workaround would be to add "boost_install headers" to the list of modules to copy - though this pulls in too much on the whole.

brucestephens commented 4 years ago

Thanks very much. I can confirm that it's resolved in develop. I couldn't get the workaround to work but just copying the changed add_path.cpp from develop works fine and is sufficient for what I want.