I have a major problem running PureBasic programms under Linux. I have installed PureBasic into my "Home" directory and run the purebasic executable in the compilers dir. That worked fine. But when I start a loaded program from the examples or even a self written one, a window titled "PureBasic - Assembler Error" with the message "error: source file not found." appears.
I tried severals paths in compiler options such as "Home", "Home/purebasic" and "Home/purebasic/compilers". Nothing worked.
Has anybody a poosible solution for that problem?
Thanx in advance.
Cannot run Programs under SuSE-Linux 10.3
-
CptGreenwood
- User

- Posts: 11
- Joined: Mon Jul 16, 2007 7:50 am
- Location: Germany
did you do a
open the .bashrc located in your home dir (it's a hidden file) and add these two lines...
Code: Select all
export PUREBASIC_HOME=~/purebasic
export PATH=$PUREBASIC_HOME/compilers:$PATH
open the .bashrc located in your home dir (it's a hidden file) and add these two lines...


