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
I get this error when executing the command (in Linux for Windows)
I get all the way to setting up everything perfectly, and then....
XXXlte@DESKTOP-KJ967RB:~/spud-tune$ make TOOLCHAIN=/usr/x86_64-w64-mingw32/ CC=x86_64-w64-mingw32-gcc STRIP=x86_64-w64-mingw32-strip PKGCONFIG=x86_64-w64-mingw32-pkg-config EXTENSION=.exe archive-windows
make: x86_64-w64-mingw32-pkg-config: Command not found
make: x86_64-w64-mingw32-pkg-config: Command not found
x86_64-w64-mingw32-gcc -I/usr/x86_64-w64-mingw32//include -I/usr/x86_64-w64-mingw32//usr/include spud_from_header_png.c -L/usr/x86_64-w64-mingw32//lib -L/usr/x86_64-w64-mingw32//usr/lib -o spud_from_header_png.exe
In file included from /usr/include/ImageMagick/wand/MagickWand.h:29,
from common.h:27,
from spud_from_header_png.c:1:
/usr/include/ImageMagick/magick/magick-config.h:25:10: fatal error: /magick/magick-baseconfig.h: No such file or directory
25 | #include "/magick/magick-baseconfig.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:18: spud_from_header_png.exe] Error 1
The text was updated successfully, but these errors were encountered:
I get this error when executing the command (in Linux for Windows)
I get all the way to setting up everything perfectly, and then....
The text was updated successfully, but these errors were encountered: