mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
97b0d9737ca11eea38f8d93f1dddd65a4571ca8b
Uses of visual studio were getting a 'unresolved external symbol _mainCRTStartup' because there was no main() being linked into the test_embed.exe. I'm not a bjam expert, but I think that is because the embedding target is an executable (instead of an obj/lib?). I also have no idea if this was a problem on unix or if this fix will affect that platform.
Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes #2417.
libs/python/pyste/src/Pyste/GCCXMLParser.py: applying python2.5-elementtree.patch from Trac Ticket #2208
Description
Mirrored via gitea-mirror
Languages
C++
87.7%
Python
11.6%
CMake
0.3%
C
0.3%