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

RelWithDebInfo builds fail on Windows #2275

Open
martygrant opened this issue Nov 1, 2024 · 0 comments
Open

RelWithDebInfo builds fail on Windows #2275

martygrant opened this issue Nov 1, 2024 · 0 comments
Labels

Comments

@martygrant
Copy link
Contributor

@sommerlukas reported that building DPC++ on Windows with a RelWithDebInfo config fails with errors relating to XPTI:

_deps\unified-runtime-src\source\loader\layers\tracing\ur_tracing_layer.cpp(15): fatal error C1083: Cannot open include file: 'xpti/xpti_data_types.h': No such file or directory

He was able to resolve this with an older build but found another issue with unresolved symbols:

__imp__invalid_parameter
__imp__CrtDbgReport

And also mismatches with _ITERATOR_DEBUG_LEVEL and RuntimeLibrary

_ITERATOR_DEBUG_LEVEL is possibly due to linking the wrong lib C - @kbenzie

This is something that should be investigated, it is noted that normal Debug and Release builds do work successfully.

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

No branches or pull requests

1 participant