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 I wanted to build the project, ./configure successfully checked all dependencies, and when I ran make, I swore that only the Windows platform is supported. Is there a way to build a project for Debian?
Making all in src
make[1]: entering directory «/home/mama/formatusb-master/src»
Making all in bled
make[2]: entering directory «/home/mama/formatusb-master/src/bled»
CC libbled_a-bled.o
In file included from bled.c:14:
libbb.h:20:2: error: #error Only Windows platforms are supported
#error Only Windows platforms are supported
^~~~~
In file included from libbb.h:24,
from bled.c:14:
./../msapi_utf8.h:25:10: fatal error: windows.h: No such file or directory
#include <windows.h>
^~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:331: libbled_a-bled.o] Error 1
make[2]: выход из каталога «/home/mama/formatusb-master/src/bled»
make[1]: *** [Makefile:498: all-recursive] Error 1
make[1]: выход из каталога «/home/mama/formatusb-master/src»
make: *** [Makefile:286: all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
When I wanted to build the project, ./configure successfully checked all dependencies, and when I ran make, I swore that only the Windows platform is supported. Is there a way to build a project for Debian?
Making all in src
make[1]: entering directory «/home/mama/formatusb-master/src»
Making all in bled
make[2]: entering directory «/home/mama/formatusb-master/src/bled»
CC libbled_a-bled.o
In file included from bled.c:14:
libbb.h:20:2: error: #error Only Windows platforms are supported
#error Only Windows platforms are supported
^~~~~
In file included from libbb.h:24,
from bled.c:14:
./../msapi_utf8.h:25:10: fatal error: windows.h: No such file or directory
#include <windows.h>
^~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:331: libbled_a-bled.o] Error 1
make[2]: выход из каталога «/home/mama/formatusb-master/src/bled»
make[1]: *** [Makefile:498: all-recursive] Error 1
make[1]: выход из каталога «/home/mama/formatusb-master/src»
make: *** [Makefile:286: all-recursive] Error 1
The text was updated successfully, but these errors were encountered: