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

Qt Creator specific build error #2383

Closed
EgorWeders opened this issue Dec 6, 2024 · 2 comments
Closed

Qt Creator specific build error #2383

EgorWeders opened this issue Dec 6, 2024 · 2 comments

Comments

@EgorWeders
Copy link
Contributor

Required information

Operating system:
Windows 10 Enterprise LTSC 1809

Compiler version:
MSVC 16.1.28917.181 (from vs2019 build tools)

Eclipse iceoryx version:
main branch

Observed result or behaviour:
error C2280: 'HandleTranslator::HandleTranslator(void) noexcept': attempting to reference a deleted function

Conditions where it occurred / Performed steps:
Building as described in guide for Windows

Additional helpful information

It shows as deleted, but in code HandleTranslator() noexcept =default;
It can be issue with deleted move and copy ctors.

@EgorWeders
Copy link
Contributor Author

EgorWeders commented Dec 6, 2024

If I set the ctor body to {} I get a different error : error C2248: 'iox::units::Duration::Duration': cannot access protected member declared in class 'iox::units::Duration'. But it can be related to this error.

@EgorWeders EgorWeders changed the title Build error Qt Creator specific build error Dec 11, 2024
@EgorWeders
Copy link
Contributor Author

Builds with cmd or powershell, but not within ide

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