Page 1 of 1

Cannot run Programs under SuSE-Linux 10.3

Posted: Sat Oct 20, 2007 10:32 am
by CptGreenwood
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.

Posted: Sat Oct 20, 2007 11:13 am
by walker
did you do a

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...

Posted: Sat Oct 20, 2007 11:17 am
by Trond
Make sure you have write access to /tmp.