Page 1 of 2

PureBasic 4.10 Beta 2 for Linux released

Posted: Wed Aug 08, 2007 12:56 am
by freak
Hello again :)

The next beta of 4.10 for linux is also available now. It fixes a number of Linux bugs,
as well as the compiler related bugs and additions from beta3 for Windows.

For a list of changes, see the Windows announcement:
http://www.purebasic.fr/english/viewtopic.php?t=28278

Get it on your download account, and thanks for testing...

The PureBasic Team

Posted: Wed Aug 08, 2007 1:46 am
by dracflamloc
Thanks, will test soon =)

Posted: Wed Aug 08, 2007 2:12 pm
by IceSoft
Download link shows me the beta 1.
Is the link wrong?

Posted: Wed Aug 08, 2007 2:32 pm
by ts-soft
IceSoft wrote:Download link shows me the beta 1.
Is the link wrong?
It's only the linkname wrong :wink:
I have installed it, is version 4.10 Beta 2[/b

//edit:
wrong version number :oops:

Posted: Wed Aug 08, 2007 3:35 pm
by Trond
ts-soft wrote:
IceSoft wrote:Download link shows me the beta 1.
Is the link wrong?
It's only the linkname wrong :wink:
I have installed it, is version 3.10 Beta 2
Then it's not only the link name, is it? :wink: :wink:

Posted: Wed Aug 08, 2007 8:45 pm
by Joakim Christiansen
Haha, I have to laugh now :lol:
"3.10"

But yeah on the serious side, I will test this when I install Linux again, maybe soon.

Posted: Wed Aug 08, 2007 11:11 pm
by Niffo
Impossible to compile here from IDE : "The compiler isn't loaded yes ... please try again" messagebox.

(Linux Ubuntu 7.04)

Posted: Wed Aug 08, 2007 11:59 pm
by freak
Niffo wrote:Impossible to compile here from IDE : "The compiler isn't loaded yes ... please try again" messagebox.

(Linux Ubuntu 7.04)
Make sure you have the access rights for the compiler right and have updated correctly
(do NOT copy over an old version, use a new directory)

Can you compile from the commandline ?

Posted: Thu Aug 09, 2007 12:05 am
by Nik
I can confirm it's working here on Ubuntu 7.04 (standard except for a home built 2.6.22.1 Kernel)

Posted: Thu Aug 09, 2007 1:24 am
by Niffo
Make sure you have the access rights for the compiler right and have updated correctly
(do NOT copy over an old version, use a new directory)

Can you compile from the commandline ?
I have all the access rights and it was installed in a new directory called "purebasic_4.10_beta2" (in my /home) ...

After your post, i renamed this directory to "purebasic", launched the IDE and it does compile ! I renamed back to "purebasic_4.10_beta2" and it works again ... strange thing :)

Note : when PB4.10b2 was not working, there was no version number in the about box of the IDE. We could see : "Purebasic (Linux - x86) - Feel the ..Pure.. Power ...."

Posted: Thu Aug 09, 2007 2:05 am
by jack
I do a lot of console type programs and the console functions don't work, I use Koppix hard-drive install.

Posted: Thu Aug 09, 2007 2:22 am
by freak
jack wrote:I do a lot of console type programs and the console functions don't work, I use Koppix hard-drive install.
Please post some code that shows your problem in the Bugs section.
A comment like this with no further information is of no help.

Posted: Thu Aug 09, 2007 2:29 am
by jack
freak, Openconsole()
will not open a console, do I need some specific libraries?

Posted: Thu Aug 09, 2007 2:33 am
by dracflamloc
To my knowledge openconsole() does not behave like it does on windows, (ie: doesnt open a terminal shell for you). If you use a pipe to read the output of your program or start it from within an already opened console then you should see the output.

Posted: Thu Aug 09, 2007 3:10 am
by jack
thank dracflamloc, but I miss the quick and dirty input / output of a console/terminal, freak, could that be implemented so it would behave like in the Windows version?