Hi,
I am receiveing the message:
"The compiler isn't loaded yet... please try again."
What should I do?
I am using Ubuntu 32bit 15.10.
I ran "./checkinstall.sh" and received: "Everything seems correctly setup for PureBasic !"
I had to change only 1 package in this installation. (from libxine-dev to libxine2-dev).
The only problem I had when launching is the message that appears:
"** (purebasic:19135): CRITICAL **: murrine_style_draw_box_gap: assertion 'height >= -1' failed"
Can anyone help a newbie ?
Thanks,
Gilmar.
Help on installation!
Re: Help on installation!
I have just installed a fresh Ubuntu 15.10 x86 on my Linux test system with 22 different natively installed distributions in order to reproduce your error but I haven't been successful. After installing Ubuntu 15.10 and running checkinstall.sh the following error was displayed:
These are some hints you may check:
- Use Terminal to set your current folder to your PureBasic folder and try to start PureBasic using the script launch.sh.
- Into which folder did you install PureBasic? Have you followed the hints in the INSTALL file?
- Try to change your desktop theme. I tried the default theme "Ambiance", "Radiance" and "High Contrast" without problems. When using a customized theme please try to change to the default theme.
After installing libgtk-3-dev withcheckinstall.sh wrote:No package 'gtk+-3.0' found
gtk+ 3.0 devel package need to be installed to use PureBasic
the 2nd start of checkinstall.sh displayed:sudo apt-get install libgtk-3-dev
When starting PureBasic 5.40 for the first time I was able to compile some test programs without any problems.checkinstall.sh wrote:Everything seems correctly setup for PureBasic !
These are some hints you may check:
- Use Terminal to set your current folder to your PureBasic folder and try to start PureBasic using the script launch.sh.
- Into which folder did you install PureBasic? Have you followed the hints in the INSTALL file?
- Try to change your desktop theme. I tried the default theme "Ambiance", "Radiance" and "High Contrast" without problems. When using a customized theme please try to change to the default theme.
-
- New User
- Posts: 3
- Joined: Fri Oct 30, 2015 6:17 pm
Re: Help on installation!
Hi,
The problem was solved by correcting environment variables (PUREBASIC_HOME and PATH).
I am really new to Linux.
Thanks.
The problem was solved by correcting environment variables (PUREBASIC_HOME and PATH).
I am really new to Linux.
Thanks.
Re: Help on installation!
Thank you for posting the solution to your problem so that others with the same problem may benefit from it... 
