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
When compiling from the source code within the Linux Ubuntu environment by following the guideline on the front page, the fatal error has been triggered.
After a quick code review, the issue (and the solution) has been identified, where the root of the issue is because a string header has been misplaced.
Harry Wang
on behalf of Metabolomics Australia (VIC node), University of Melbourne
The text was updated successfully, but these errors were encountered:
The fix is really simple:
the string header within the 3rdparty/errorcodes.cpp needs to be moved into the 3rdparty/errorcodes.h
A pull request has been created to fix this issue
MetabolomicsAustralia-Bioinformatics
changed the title
misplaced string header within causes failure during compilation
misplaced string header causes failure during compilation
Jul 8, 2022
When compiling from the source code within the Linux Ubuntu environment by following the guideline on the front page, the fatal error has been triggered.
After a quick code review, the issue (and the solution) has been identified, where the root of the issue is because a string header has been misplaced.
Harry Wang
on behalf of Metabolomics Australia (VIC node), University of Melbourne
The text was updated successfully, but these errors were encountered: