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:
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)?
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:
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