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

libomp140.x86_64.dll Missing #23

Closed
harshn05 opened this issue Aug 21, 2024 · 5 comments
Closed

libomp140.x86_64.dll Missing #23

harshn05 opened this issue Aug 21, 2024 · 5 comments

Comments

@harshn05
Copy link

harshn05 commented Aug 21, 2024

Just tested the latest version of PortableBuildTools 2.5 with MSVC 14.41.17.11, the 26100 SDK, and Clang 18.1.8. The host and target architecture were both x64. To be precise, I am using Clang as the compiler while leveraging the MSVC toolchain and libraries for linking and other build processes.

For testing, a CMake-based C++ program of mine which includes complex dependencies such as stb_image, GLEW, GLFW, OpenGL, ImGUI, OpenMP etc, compiled successfully. However, when running the executable, the libomp140.x86_64.dll was missing. It appears that the portable installation did not include libomp140.x86_64.dll (and possibly other necessary DLLs?).

In an older installation of MSVC with PortableBuildTools, libomp140.x86_64.dll was available.

@munohikari
Copy link
Contributor

Indeed, the method of installation has changed recently to make it work with new SDKs. Please report this issue here, since i use Martins' implementation as a base for this GUI.

@harshn05
Copy link
Author

Thanks I have reported the issue as suggested by you.
For the time being as a workaround, I have downgraded the MSVC_Version to: 14.40 keeping the latest SDK version (26100).

@harshn05
Copy link
Author

harshn05 commented Aug 22, 2024

The python script has been fixed by Martins and the updated script has successfully made libomp140(d).x86_64.dll available in the installation.

I think, now its time to fix the C code in the repository followed by a new release.

@harshn05 harshn05 reopened this Aug 22, 2024
munohikari added a commit that referenced this issue Aug 22, 2024
@munohikari
Copy link
Contributor

@harshn05
Copy link
Author

Working as expected, so closing this issue
Thanks for this project.

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

2 participants