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 attempting to step into replxx code on MacOS, the following error is returned:
error: libreplxx-d.0.0.3.dylib debug map object file '/Users/minfrin/Downloads/replxx-release-0.0.3/build/debug/CMakeFiles/replxx.dir/src/io.cxx.o' has changed (actual time is 2021-04-23 17:24:23.000000000, debug map time is 2021-04-23 17:24:16.000000000) since this executable was linked, file will be ignored
error: libreplxx-d.0.0.3.dylib debug map object file '/Users/minfrin/Downloads/replxx-release-0.0.3/build/debug/CMakeFiles/replxx.dir/src/replxx_impl.cxx.o' has changed (actual time is 2021-04-23 17:24:26.000000000, debug map time is 2021-04-23 17:24:19.000000000) since this executable was linked, file will be ignored
I know almost nothing about cmake, so do not recognise the issue.
The only way I can get a build of replxx that includes debug support is to run the ./build-all.sh script as root (!!!), however this creates the problem above. Attempting to run ./build-all.sh as not root fails, as an install step is included which then fails with permission denied.
Following the competing instructions in the README file results in a single non-debug static library, which is not useful.
The text was updated successfully, but these errors were encountered:
When attempting to step into replxx code on MacOS, the following error is returned:
I know almost nothing about cmake, so do not recognise the issue.
The only way I can get a build of replxx that includes debug support is to run the ./build-all.sh script as root (!!!), however this creates the problem above. Attempting to run ./build-all.sh as not root fails, as an install step is included which then fails with permission denied.
Following the competing instructions in the README file results in a single non-debug static library, which is not useful.
The text was updated successfully, but these errors were encountered: