nativerl icon indicating copy to clipboard operation
nativerl copied to clipboard

Building NativeRL issues

Open jacques-serfontein opened this issue 2 years ago • 0 comments

Hi there,

I am having an issue with building NativeRL. I have followed the instructions and gotten up to the "mvn clean install -Djavacpp.platform.custom -Djavacpp.platform.linux-x86_64 -Djavacpp.platform.macosx-x86_64 -Djavacpp.platform.windows-x86_64" call, but it results in the following error:

image

After looking this issue up, it seems that the header files should be using "#include " to allow for the runtime_error function to be called. However, it seems these header files get regenerated each time I try the mvn function call. Is there a root file that instantiates what the header functions should include (or something along the lines of this)?

Thanks

jacques-serfontein avatar Feb 14 '24 04:02 jacques-serfontein