XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic
Other
169 stars 39 forks source link

Can not compile in Linux #382

Closed demosthenesk closed 2 years ago

demosthenesk commented 2 years ago

1) Create a Test Project 2) Create a test.bas module 3) Try to compile 4) i get: File "/home/user/Bin/VisualFBEditor/VisualFBEditor/" not found!

The path /home/user/Bin/VisualFBEditor/VisualFBEditor/ is where VisualFBEditor64_gtk3 and all the files of VFBEditor exists

hustbeef commented 2 years ago

You are not set the path of compiler or select a compiler in setting forms.

image

demosthenesk commented 2 years ago

my compiler path is /home/user/Bin/VisualFBEditor/VisualFBEditor/Compilers/FreeBASIC-1.09.0-linux-x86_64/bin/fbc

demosthenesk commented 2 years ago

ok, my mistake i was set the path but not choose the default compiler... it is ok now!