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
/home/netsu/.cache/nim/simple_d/@m..@s..@s..@s..@s.nimble@spkgs2@smpv-0.2.0-fbc2669bdcef1a6251f8024341506b57848f1340@smpv.nim.c: In function ‘command__OOZOOZOOZOOZOnimbleZpkgs2Zmpv450O2O045fbc2669bdcef1a6251f8024341506b57848f1340Zmpv_u5319’:
/home/netsu/.cache/nim/simple_d/@m..@s..@s..@s..@s.nimble@spkgs2@smpv-0.2.0-fbc2669bdcef1a6251f8024341506b57848f1340@smpv.nim.c:260:36: error: passing argument 2 of ‘mpv_command’ from incompatible pointer type [-Wincompatible-pointer-types]
260 | T3_ = mpv_command(ctx_p0, (&cmd[((NI)0)]));
| ~^~~~~~~~~~~~~~
| |
| char **
In file included from /home/netsu/.cache/nim/simple_d/@m..@s..@s..@s..@s.nimble@spkgs2@smpv-0.2.0-fbc2669bdcef1a6251f8024341506b57848f1340@smpv.nim.c:9:
/usr/include/mpv/client.h:908:58: note: expected ‘const char **’ but argument is of type ‘char **’
908 | MPV_EXPORT int mpv_command(mpv_handle *ctx, const char **args);
| ~~~~~~~~~~~~~^~~~
Error: execution of an external compiler program 'gcc -c -w -fmax-errors=3 -pthread -I/home/netsu/.choosenim/toolchains/nim-2.2.0/lib -I/home/netsu/Documents/Code/nim-mpv/examples -o /home/netsu/.cache/nim/simple_d/@m..@s..@s..@s..@s.nimble@spkgs2@smpv-0.2.0-fbc2669bdcef1a6251f8024341506b57848f1340@smpv.nim.c.o /home/netsu/.cache/nim/simple_d/@m..@s..@s..@s..@s.nimble@spkgs2@smpv-0.2.0-fbc2669bdcef1a6251f8024341506b57848f1340@smpv.nim.c' failed with exit code: 1
Maybe outdated code, I see that nimterop is no longer being developed, so could be that an update to gcc may cause this issue to happen... We could look into https://github.com/PMunch/futhark ?
The text was updated successfully, but these errors were encountered:
From what I could gather, it is related to
Maybe outdated code, I see that nimterop is no longer being developed, so could be that an update to gcc may cause this issue to happen... We could look into https://github.com/PMunch/futhark ?
The text was updated successfully, but these errors were encountered: