ElMaven icon indicating copy to clipboard operation
ElMaven copied to clipboard

misplaced string header causes failure during compilation

Open MetabolomicsAustralia-Bioinformatics opened this issue 1 year ago • 1 comments

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

Error Capture

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