Summary: | Cross-compilation failure with qcc for QNX due to missing header inclusion | ||
---|---|---|---|
Product: | Eigen | Reporter: | Antonio El Khoury <antonio.elkhoury> |
Component: | Core - general | Assignee: | Nobody <eigen.nobody> |
Status: | NEW --- | ||
Severity: | Compilation Problem | CC: | chtz, gael.guennebaud, jacob.benoit.1 |
Priority: | Normal | ||
Version: | 3.3 (current stable) | ||
Hardware: | x86 - 64-bit | ||
OS: | Other UNIX-like | ||
Whiteboard: |
Description
Antonio El Khoury
2017-09-15 09:44:23 UTC
Could you try if replacing ::logf by std::log (or by numext::log), etc works as well? Also, try replacing memcpy by std::memcpy (not sure why it is not there) > Could you try if replacing ::logf by std::log (or by numext::log), etc works as well? Works, without the need to include any header. > Also, try replacing memcpy by std::memcpy (not sure why it is not there) Works, without the need to include any header. -- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1468. |