Ubuntu Linux, latest version.
I installed all of the libraries/files listed in pb_ubuntu.pdf. I have created a bin directory which contains the purebasic folder. I navigate to the compilers directory and type ls. There is a file named purebasic. I type ./purebasic. I get "No such file or directory". I double click on the purebasic file icon in the GUI. Nothing. I run checkinstall.sh and a terminal window appears for an instant (I presume this means no problems have been found). What am I doing wrong?
Running Linux PB
Re: Running Linux PB
What happens when you go into the compilers directory and type ./pbcompiler?
Re: Running Linux PB
"No such file or directory"Trond wrote:What happens when you go into the compilers directory and type ./pbcompiler?
Re: Running Linux PB
This is very strange. It looks more like a problem with your linux setup or knowledge than PB. Are you sure you unpacked it correctly?
Re: Running Linux PB
Go to the directory where you installed the files and set them to executable. You can find a thread with more details that I started a few months ago when Ubuntu 10.10 was first released.
http://davehouston.org
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
-
Robynsveil
- User

- Posts: 44
- Joined: Fri Nov 30, 2012 2:07 pm
Re: Running Linux PB
So, I did figure this out. The help here for Linux stuff is pretty sketchy - lots of assumptions.chris319 wrote:Ubuntu Linux, latest version.
I installed all of the libraries/files listed in pb_ubuntu.pdf. I have created a bin directory which contains the purebasic folder. I navigate to the compilers directory and type ls. There is a file named purebasic. I type ./purebasic. I get "No such file or directory". I double click on the purebasic file icon in the GUI. Nothing. I run checkinstall.sh and a terminal window appears for an instant (I presume this means no problems have been found). What am I doing wrong?
I have placed my whole purebasic install (the unzipped file) of purebasic in my home folder. Which means: when i type:
Code: Select all
./purebasic/compiler/purebasic
