PureBasic 3.91 for Linux released

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 3.91 for Linux released

Post by Fred »

Hello,

The final 3.91 version for linux has been released. It addresses a number of fixes and update the compiler to the last Windows changes. Please read the TODO list to see what is in progress or unsupported on Linux. More and more programs are now done using the Linux compiler which means than the product is more and more usable, so thank you to all of you which uses it !

It's available on your personnal account.

Enjoy,

Fred.
Last edited by Fred on Sat Jul 17, 2004 11:01 am, edited 1 time in total.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

To those who allready spotted the previously uploaded 3.91 linux archive,
please download again, as there have been some more last minute bugfixes.

Timo
quidquid Latine dictum sit altum videtur
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

Please can you put the Midas "Module", the SDL 1.2 and GTK+ 1.2 in the package, because I'm having heavy problems installing GTK+ 1.2. I'm not able to download the binaries and the sourcecode isn't compiled correctly (PBCompiler says glibc.so.6 Version 2.3 can't be found)

You need to download the Libs anyways!
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

I can't put the GTK/SDL-devel package in the PB archive, it's non-sens as every distribution will need a different setup. About the MIDAS library, the license forbid to include it in a commercial package, that's why it's proposed free of charge as a third download.
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Chris, just an idea as I have not had chance to try this version, try installing the "compat" libs. Sorry you'll have to google because I don't have a link at the mo.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

freak wrote:To those who allready spotted the previously uploaded 3.91 linux archive,
please download again, as there have been some more last minute bugfixes.

Timo
Thanks

BTW: INSTALL and README refer to version 3.81...
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Great job Fred and team! Now PB works on my Mandrake 9.2 workstation. I was booting RedHat on a virtual PC from my Windows box before but that was a pain. Thanks again.
olejr
Enthusiast
Enthusiast
Posts: 152
Joined: Sun Jul 11, 2004 7:48 pm
Location: Lillehammer, No(r)way
Contact:

Post by olejr »

freak wrote:To those who allready spotted the previously uploaded 3.91 linux archive,
please download again, as there have been some more last minute bugfixes.

Timo
Downloaded version 3.91 two days before your post..
New download today, and now I get:
gtk_text_new_() is not a function (or not available in demo version)..
when I try to compile a little test program..!?!
The gtk_text_new_() being the problem :wink:
Works with the first download....
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

What's next Fred?

Post by USCode »

This is fantastic Fred!

:?: So now that 3.91 for Windows and Linux are out, what's up next?
3.91 for OS X? 4.0? 3.92 for all platforms?

Thanks!
MadMax
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Oct 06, 2003 11:56 am

Post by MadMax »

Great!, thanks Fred, I'll try it tomorrow. Tempted to dl right now, but should realy get some sleep or I'll end up like this 8O
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

olejr wrote: Downloaded version 3.91 two days before your post..
New download today, and now I get:
gtk_text_new_() is not a function (or not available in demo version)..
when I try to compile a little test program..!?!
The gtk_text_new_() being the problem :wink:
Works with the first download....
You're right, I made a mistake while uploading the last release. It should be correct now, so please download it once more. Sorry for the hassle..
MadMax
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Oct 06, 2003 11:56 am

Post by MadMax »

Hmmm... when I try to run a sample I get this
******************************************
PureBasic Linux x86 v3.91
******************************************

Loading external modules...
Starting compilation...
81 lines processed.
Creating the executable.

- Feel the ..PuRe.. Power -

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


Gtk-WARNING **: cannot open display: :0.0
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

In a shell :

setenv DISPLAY machine_name:0.0

or

export DISPLAY=machine_name:0.0
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
MadMax
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Oct 06, 2003 11:56 am

Post by MadMax »

I restarted my PC, and now seems to work OK.
robink
User
User
Posts: 26
Joined: Sat Jan 03, 2004 7:25 pm
Location: Rinteln
Contact:

Post by robink »

I tested it , but it isn't working here because it needs glibc2.3 and i only have 2.2, does anyone know how to update glibc?
Post Reply