-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Incorrect namespace. #1321
Comments
this definition is not used anywhere though and is part of a third party dependency. If you try to change it, it will be overwritten by some voodoo in its cmakelists.txt. |
... What's the issue here, what issue are you running into? |
Building the library using custom build. So, there is no cmake and this is obviously an error. |
Also seeing some other error (upgrading from 10.0.30)
|
What "custom build"? |
Using sw tool This is an updated spec for 10.0.35 (not working atm)
|
Please do not do this. It is not a standard build of mlspp and can't be imported this way. we and discord have customised the mlspp we use with some subtle changes, and integrated it into the dpp build system. That said i am not entirely sure what this build system is doing. mlspp and its dependencies must be statically linked into dpp from the custom builds (which do not install separate shared objects) and everything else may be statically or dynamically linked at your discretion. |
Yes, was a leftover. I've added DPP's local mlspp files to the build below in that code block. But the issue itself is about not leaving source code files in incorrect state. |
It seems you're trying to build DPP statically as well, which is simply something we don't support on Windows. |
Why is it so? Any software can be built statically. I use DPP only statically linked on all major platforms. |
Static builds will bundle other stuff like static openssl, this is a security risk as it cant be upgraded with the operating system's openssl version or the package manager's without a rebuild of the program. Also, because in our experience 90% of people who ask for this, are wanting to embed it in some kind of malicious program and are unable to figure it out themselves. We don't support it, it is possible with the right setup (but not tested) but our default configuration is always dynamic build. As such the default should be dynamic. It is 100% supported on all platforms we build on. |
i'm closing this for now as any remaining quesitons are not within the scope of this issue, if you have any other problems please feel free to open other issues or raise PRs. |
https://github.com/brainboxdotcc/DPP/blob/master/mlspp/include/namespace.h#L4
The text was updated successfully, but these errors were encountered: