bash2py icon indicating copy to clipboard operation
bash2py copied to clipboard

Ubuntu 20.04 Failed to install

Open Electrik-rich546456 opened this issue 5 years ago • 0 comments

Will not run on ubuntu just failed with this lovely error. No error log to be found....

~/Documents/Python/bash2py-3.6$ ./install
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu

Beginning configuration for bash-4.3-release for x86_64-unknown-linux-gnu

checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/user/Documents/Python/bash2py-3.6/bash-4.3.30':
configure: error: C compiler cannot create executables
See `config.log' for more details
rm -f mksyntax
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib    -g -O2   -rdynamic  -g -O2 -rdynamic -g -O2  -o mksyntax ./mksyntax.c 
In file included from ./config.h:1157,
                 from ./mksyntax.c:23:
./config-bot.h:140:12: fatal error: wchar.h: No such file or directory
  140 | #  include <wchar.h>
      |            ^~~~~~~~~
compilation terminated.
make: *** [Makefile:686: mksyntax] Error 1
-rwxrwxrwx 1 root root 2589440 Jan  9  2017 bash2pyengine

Electrik-rich546456 avatar Feb 05 '21 14:02 Electrik-rich546456