Hi.
I have fresh installed Manjaro I3wm , kernel 5.7.17-2.
Trying to install google-drive-ocamlfuse. Have next errors:
ocamlc -g -o camlidl config.cmo utils.cmo clflags.cmo prefix.cmo lexpr.cmo cvttyp.cmo variables.cmo idlarray.cmo struct.cmo enum.cmo union.cmo cvtval.cmo structdecl.cmo enumdecl.cmo uniondecl.cmo typedef.cmo funct.cmo constdecl.cmo intf.cmo file.cmo predef.cmo linenum.cmo parse_aux.cmo parser_midl.cmo lexer_midl.cmo parse.cmo fixlabels.cmo normalize.cmo main.cmo
make[1]: Leaving directory â/home/lefant/.cache/yay/camlidl/src/camlidl-camlidl109/compilerâ
cd runtime; make all
make[1]: Entering directory â/home/lefant/.cache/yay/camlidl/src/camlidl-camlidl109/runtimeâ
ocamlc -g -ccopt â-Wall -gâ idlalloc.c
ocamlc -g -ccopt â-Wall -gâ comintf.c
ocamlc -g -ccopt â-Wall -gâ comerror.c
sh: gcc: command not found
sh: gcc: command not found
sh: gcc: command not found
File âcomerror.câ, line 1:
Error: I/O error: gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -g -Wall -g -Iâ/usr/lib/ocamlâ âcomerror.câ
File âidlalloc.câ, line 1:
Error: I/O error: gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -g -Wall -g -Iâ/usr/lib/ocamlâ âidlalloc.câ
File âcomintf.câ, line 1:
Error: I/O error: gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -g -Wall -g -Iâ/usr/lib/ocamlâ âcomintf.câ
make[1]: *** [Makefile.unix:40: comerror.o] Error 2
make[1]: *** Waiting for unfinished jobsâŚ
make[1]: *** [Makefile.unix:40: idlalloc.o] Error 2
make[1]: *** [Makefile.unix:40: comintf.o] Error 2
make[1]: Leaving directory â/home/lefant/.cache/yay/camlidl/src/camlidl-camlidl109/runtimeâ
make: *** [Makefile:19: all] Error 2
==> ERROR: A failure occurred in build().
- AbortingâŚ*
What can i do with it?