02-16-2024, 08:46 PM
(This post was last modified: 02-16-2024, 08:48 PM by GareBear.
Edit Reason: Edited out my username login.
)
a740g,
That helps but still no install.
Here is what I did to the script:
#!/bin/bash
# InForm for QB64-PE Setup script
cd "$(dirname "$0")"
echo "Compiling InForm..."
make -f makefile.inform clean OS=lnx QB64PE_PATH=../qb64pe/
make -f makefile.inform OS=lnx QB64PE_PATH=../qb64pe/
Here is the terminal output:
<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
QB64-PE Compiler V3.11.0
Beginning C++ output from QB64 code...
[........................................... ] 86%
Syntax error
Caused by (or after):WRITESETTING "InForm/InForm.ini",17 , "InForm Settings",15 , "Swap mouse buttons",18 , VALUE$
LINE 2603:WriteSetting "InForm/InForm.ini", "InForm Settings", "Swap mouse buttons", value$
make: *** [makefile.inform:36: UiEditor] Error 1
<user-login>@pop-os:~/Documents/InForm-PE-master$
This is what I got. Any ideas?
That helps but still no install.
Here is what I did to the script:
#!/bin/bash
# InForm for QB64-PE Setup script
cd "$(dirname "$0")"
echo "Compiling InForm..."
make -f makefile.inform clean OS=lnx QB64PE_PATH=../qb64pe/
make -f makefile.inform OS=lnx QB64PE_PATH=../qb64pe/
Here is the terminal output:
<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
QB64-PE Compiler V3.11.0
Beginning C++ output from QB64 code...
[........................................... ] 86%
Syntax error
Caused by (or after):WRITESETTING "InForm/InForm.ini",17 , "InForm Settings",15 , "Swap mouse buttons",18 , VALUE$
LINE 2603:WriteSetting "InForm/InForm.ini", "InForm Settings", "Swap mouse buttons", value$
make: *** [makefile.inform:36: UiEditor] Error 1
<user-login>@pop-os:~/Documents/InForm-PE-master$
This is what I got. Any ideas?