PureBasic 4.10 Beta 2 for Linux released

Developed or developing a new product in PureBasic? Tell the world about it.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

PureBasic 4.10 Beta 2 for Linux released

Post 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
quidquid Latine dictum sit altum videtur
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Thanks, will test soon =)
User avatar
IceSoft
Addict
Addict
Posts: 1694
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Download link shows me the beta 1.
Is the link wrong?
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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:
Last edited by ts-soft on Thu Aug 09, 2007 1:56 pm, edited 1 time in total.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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:
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post 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.
I like logic, hence I dislike humans but love computers.
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Post by Niffo »

Impossible to compile here from IDE : "The compiler isn't loaded yes ... please try again" messagebox.

(Linux Ubuntu 7.04)
Niffo
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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 ?
quidquid Latine dictum sit altum videtur
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

I can confirm it's working here on Ubuntu 7.04 (standard except for a home built 2.6.22.1 Kernel)
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Post 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 ...."
Last edited by Niffo on Thu Aug 09, 2007 2:24 am, edited 1 time in total.
Niffo
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

I do a lot of console type programs and the console functions don't work, I use Koppix hard-drive install.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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.
quidquid Latine dictum sit altum videtur
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

freak, Openconsole()
will not open a console, do I need some specific libraries?
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post 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.
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post 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?
Post Reply