02-16-2024, 05:26 PM
a740g,
I'm having trouble on how I should solve this problem. I know the script for linux tells me it can not find QB64pe to compile the InForm-PE-master. Here is my terminal action and errors:
<user-login>@pop-os:~/Documents/InForm-PE-master$ sh ./setup_inform_lnx.sh
Compiling InForm...
rm -fr UiEditor InForm/UiEditorPreview InForm/vbdos2inform
../QB64pe/qb64pe -x -w -e InForm/UiEditor.bas -o UiEditor
make: ../QB64pe/qb64pe: No such file or directory
make: *** [makefile.inform:36: UiEditor] Error 127
<user-login>@pop-os:~/Documents/InForm-PE-master$ $PATH
bash: /home/<user-login>/Documents/qb64pe:/home/<user-login>/Documents/qb64pe/fonts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory
<user-login>@pop-os:~/Documents/InForm-PE-master$
InForm-PE-master and qb64pe are in the Documents folder. I intending to install InForm-PE in the Documents folder besides the qb64pe folder. What do I need to do to get the script install it?
I'm having trouble on how I should solve this problem. I know the script for linux tells me it can not find QB64pe to compile the InForm-PE-master. Here is my terminal action and errors:
<user-login>@pop-os:~/Documents/InForm-PE-master$ sh ./setup_inform_lnx.sh
Compiling InForm...
rm -fr UiEditor InForm/UiEditorPreview InForm/vbdos2inform
../QB64pe/qb64pe -x -w -e InForm/UiEditor.bas -o UiEditor
make: ../QB64pe/qb64pe: No such file or directory
make: *** [makefile.inform:36: UiEditor] Error 127
<user-login>@pop-os:~/Documents/InForm-PE-master$ $PATH
bash: /home/<user-login>/Documents/qb64pe:/home/<user-login>/Documents/qb64pe/fonts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory
<user-login>@pop-os:~/Documents/InForm-PE-master$
InForm-PE-master and qb64pe are in the Documents folder. I intending to install InForm-PE in the Documents folder besides the qb64pe folder. What do I need to do to get the script install it?