Hi,

we ran into an issue, were the system installation of boost is exposed by a third party lib we rely on (ROS), but it contains a bug.

The bug in boost is fixed in a way more recent version of boost, therefore we are looking into using two versions of boost at the same time.

To archive this, we want to run the newer boost version in a custom namespace, and already found the bcp tool, that helps with generating a namespace version of boost for us.

The issue we are now hitting is, that the includes in our custom boost version are not altered by bcp, and therefore pick up the system headers. E.g. geometry.hpp contains '#include <boost/geometry/geometry.hpp>' but in order to work for us, it would need to be '#include <our_boost/geometry/geometry.hpp>'.

Are we missing some magical bcp option, or is this just not supported ?

Thx

    Janosch

--
Janosch Machowinski

cellumation GmbH | Linzer Str.5 | 28359 Bremen | Germany

P: +49 421 331135 35

F: +49 421 331135 99

[email protected]

Website | YouTube

Registernummer: HRB32569 | Registergericht: Amtsgericht Bremen | Ust-Id.Nr.: 
DE313140406

Geschäftsführer: Dr.-Ing. Hendrik Thamer, Claudio Uriarte

Diese E-Mail und alle damit übermittelten Dateien sind vertraulich und 
ausschließlich für die Verwendung durch die Person oder Gesellschaft, an die 
sie adressiert sind, bestimmt. Die Weitergabe sowie Vervielfältigung, 
Verwertung und Mitteilung des Inhalts der E-Mail sind nur mit unserer 
ausdrücklichen Genehmigung gestattet. Alle Rechte vorbehalten, insbesondere für 
den Fall der Schutzrechtsanmeldung

This e-mail and all files transmitted with it are confidential and intended 
exclusively for use by the person or company to whom they are addressed. The 
transmission, reproduction, exploitation and communication of the contents of 
the e-mail are only permitted with our express permission. All rights reserved, 
in particular in the event of an application for industrial property rights.
_______________________________________________
Boost-users mailing list
[email protected]
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to