boost 1.55 I had to apply the patch defined in Ticket #9369 to the boost source file. I did it after libraries were built. Should I now rebuild the libraries again?
Header only lib. No need to compile or recompile.
On Wed, Feb 19, 2014 at 4:55 PM, qplace
boost 1.55 I had to apply the patch defined in Ticket #9369 to the boost source file. I did it after libraries were built.
Should I now rebuild the libraries again?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Vitalya Astapovich
Header only lib. No need to compile or recompile.On Wed, Feb 19, 2014 at
I had to apply the patch defined in Ticket #9369 to the boost source file. I did it after libraries were built. Should I now rebuild the libraries again? _______________________________________________ Boost-users mailing listBoost-users <at>
4:55 PM, qplace
_______________________________________________ Boost-users mailing list Boost-users <at> lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
This one is header-only, but others that had to be built might be dependent on it, right?
i don't think so. You dont need link any lib to use interprocess lib, so
all other dependencies are also #include dependencies, i guess. Otherwise
you must use -lsome_other_lib_from_which_interpocess_depend?
On Wed, Feb 19, 2014 at 5:13 PM, qplace
Vitalya Astapovich
writes: Header only lib. No need to compile or recompile.On Wed, Feb 19, 2014 at
I had to apply the patch defined in Ticket #9369 to the boost source file. I did it after libraries were built. Should I now rebuild the libraries again? _______________________________________________ Boost-users mailing listBoost-users <at>
4:55 PM, qplace
wrote:boost 1.55 lists.boost.orghttp://lists.boost.org/mailman/listinfo.cgi/boost-users _______________________________________________ Boost-users mailing list Boost-users <at> lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
This one is header-only, but others that had to be built might be dependent on it, right?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
AMDG On 02/19/2014 07:13 AM, qplace wrote:
Vitalya Astapovich
writes: Header only lib. No need to compile or recompile. I had to apply the patch defined in Ticket #9369 to the boost source file. I did it after libraries were built. Should I now rebuild the libraries again?
This one is header-only, but others that had to be built might be dependent on it, right?
I don't think that any compiled libraries depend on interprocess. Assuming that you didn't delete your build tree, you can just run b2 again, and it will only rebuild the libraries that need rebuilding. In Christ, Steven Watanabe
Steven Watanabe
AMDG
On 02/19/2014 07:13 AM, qplace wrote:
Vitalya Astapovich
writes: Header only lib. No need to compile or recompile. I had to apply the patch defined in Ticket #9369 to the boost source
file.
I did it after libraries were built. Should I now rebuild the libraries again?
This one is header-only, but others that had to be built might be dependent on it, right?
I don't think that any compiled libraries depend on interprocess. Assuming that you didn't delete your build tree, you can just run b2 again, and it will only rebuild the libraries that need rebuilding.
In Christ, Steven Watanabe
Thank you for clarification. Following libraries had been rebuilt: graph locale thread log log_setup python python3
participants (3)
-
qplace
-
Steven Watanabe
-
Vitalya Astapovich