Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build debug version failed on windows, compiler is msvc(vs2022) v143 #2362

Open
xfc1939 opened this issue Jan 12, 2025 · 1 comment
Open

Comments

@xfc1939
Copy link

xfc1939 commented Jan 12, 2025

I got some errors, blow is my env.

  • platform: windows 10
  • compiler: msvc(vs2022) v143 c++17
  • build type: debug
  • build cmd: .\build.bat --build-type Debug
  1. First, the build cmd of boost hasn't to support debug type,
    image
  2. when I fixed the prev error, I got other errors from Tests.
  • The CountingAllocator class in 68 line of heap_vector_types_test.cpp hasn't to support type rebinding
    image
  • The NullptrTestableInSitu' contructor doesn't been defined in 256 line of FunctionRefTest.cpp
    image
@xfc1939
Copy link
Author

xfc1939 commented Jan 12, 2025

here is a pr #2363 to fixed the questions above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant