You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/external/randomx/src/tests/benchmark.cpp:45:10: fatal error: VersionHelpers.h: No such file or directory
#include <VersionHelpers.h>
In Ubuntu 18.04 (and maybe other distros) the package for the cross compile has this header but named versionhelpers.h (lowercase).
Manually editing benchmark.cpp and setting lowercase header name causes compile to go forward and complete successfully.
The text was updated successfully, but these errors were encountered:
ipbc-dev
changed the title
Cross compile fails on Ubuntu 18.04 fails targetting Windows
Cross compile on Ubuntu 18.04 fails targetting Windows
Jun 9, 2020
-- Please reply above this line --
Hello!
We received your request and will get in touch with you as soon as
possible.
We usually reply WITHIN 24 HOURS BETWEEN MONDAY TO FRIDAY.
In the meantime, you can have a look at the BitTube Knowledge Base:
https://kb.bittubeapp.com [1] and reply to this email with 'SOLVED',
if you found the answer to your question.
Thanks for your understanding.
Talk to you soon,
Your BitTube Team.
Links:
------
[1] https://kb.bittubeapp.com
In Ubuntu 18.04 (and maybe other distros) the package for the cross compile has this header but named
versionhelpers.h
(lowercase).Manually editing benchmark.cpp and setting lowercase header name causes compile to go forward and complete successfully.
The text was updated successfully, but these errors were encountered: