Search found 111 matches

by greyhoundcode
Sat Oct 19, 2024 5:18 pm
Forum: Linux
Topic: Running PureBasic on non Ubuntu based distros
Replies: 14
Views: 6682

Re: Running PureBasic on non Ubuntu based distros

I hope this isn't construed as hijacking the thread, but with essentially the same end-goal in mind ... I wonder if an official Snap (or Flatpak) package would be a viable way to distribute the Purebasic IDE and compiler? 🤔
by greyhoundcode
Mon Jun 10, 2024 3:43 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 60
Views: 82915

Re: Simple install of PureBasic (Ubuntu, Mint, Raspberry)

... Up and running, thanks for the help: last time I was doing much of anything with PB, I was doing it on Windows, and that was quite some time ago.

I'm probably in a minority here (also, not too sure how this would work with licensing in the sense of only making it available to those who have ...
by greyhoundcode
Tue May 28, 2024 1:58 am
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 60
Views: 82915

Re: Simple install of PureBasic (Ubuntu, Mint, Raspberry)

mk-soft wrote: Sat May 25, 2024 5:15 pm
P.S.
The package libgome-2.0 is obsoleted and not needed!
Ah, ok. I assumed it was needed, since the check install script reports it as a problem. Thank you for looking, will give it another blast!
by greyhoundcode
Sat May 25, 2024 3:16 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 60
Views: 82915

Re: Simple install of PureBasic 6.01 Ubuntu 22.04 LTS


sudo apt install libgnome-2.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libgnome-2.0
E: Couldn't find any package by glob 'libgnome-2.0'

Those 2 packages are not available for Ubuntu 22.04 according to packages ...
by greyhoundcode
Tue Jan 19, 2021 10:42 pm
Forum: Linux
Topic: Official Linux distribution for PureBasic
Replies: 66
Views: 83494

Re: Official Linux distribution for PureBasic

Use only LTS version of Ubuntu, and build PureBasic on the 2 last LTS. It would be 18.04 LTS and 20.04 LTS.
Sounds good to me.

Note: I tend to use Ubuntu derivatives and, for my own purposes, I have no problem with 32bit being dropped.
by greyhoundcode
Thu Nov 05, 2020 3:33 am
Forum: General Discussion
Topic: Create executable shortcut
Replies: 3
Views: 1595

Re: Create executable shortcut

Thank you!
by greyhoundcode
Wed Nov 04, 2020 10:33 pm
Forum: General Discussion
Topic: Create executable shortcut
Replies: 3
Views: 1595

Create executable shortcut

Getting back into using PureBasic after a long absence, and in the intervening period I seem to have forgotten how to use the IDE effectively ;-)

Now, it so happens I'm building a set of command line tools...and I'm noting that just because that hopefully explains why I don't just use the existing ...
by greyhoundcode
Sat May 12, 2018 3:23 pm
Forum: Linux
Topic: The tiresome problems with different Linux distributions
Replies: 8
Views: 4226

Re: The tiresome problems with different Linux distributions

With Ubuntu derivatives including Mint, I can't say I've found it particularly difficult (the output from checkinstall.sh makes it pretty easy, really) but I have no particular experience of Arch, etc and you're right - it could always be made easier. Those options do look pretty attractive (could ...
by greyhoundcode
Fri Dec 01, 2017 1:27 am
Forum: Feature Requests and Wishlists
Topic: PB 6.0 - ideas
Replies: 82
Views: 40949

Re: PB 6.0 - ideas

SSL/TLS support for PB's Network library.

+1

Let's Encrypt and changes in Google Chrome and other browsers are contributing to an increase in the number of sites served over HTTPS. Consuming data from these sources/interacting with APIs served over secure protocols is really critical for many ...
by greyhoundcode
Fri Dec 16, 2016 11:54 pm
Forum: Off Topic
Topic: Might as well code next to an air-cleaning indoor plant
Replies: 17
Views: 7343

Re: Might as well code next to an air-cleaning indoor plant

There are some pot plants that are very easy to grow (very hard to kill!), inexpensive, hardly need any TLC, and don't need much light or water ... so what's your excuse for not having one (or a few!) in your immediate work area!?!?
Yet somehow I always do manage to kill them :(
by greyhoundcode
Mon Nov 14, 2016 7:19 pm
Forum: Feature Requests and Wishlists
Topic: FastCGI multiplexing
Replies: 1
Views: 2627

FastCGI multiplexing

Right now PB's FastCGI implementation supports threading, which is great. I'm wondering though - if this is viable - if support for handling multiple requests 'concurrently' without creating a new thread per request could be added?

Semi pseudo-code:


Procedure AddToResponseQueue(fastCgiHandle.l ...
by greyhoundcode
Fri Aug 26, 2016 8:31 pm
Forum: Linux
Topic: Force run program into Terminal?
Replies: 1
Views: 2053

Re: Force run program into Terminal?

So it sounds like you have written a command line app, but wish to create a desktop/launcher icon for it that will automatically open this app in the terminal. If so, what I would do in this situation (Ubuntu) is create a .desktop file and include an entry along the following lines:

Name=My App ...
by greyhoundcode
Wed Jan 06, 2016 2:42 pm
Forum: Announcement
Topic: PureBasic 5.40 LTS final is out !
Replies: 52
Views: 26633

Re: PureBasic 5.40 LTS final is out !

Bit late, but thank you :-)

- Added: HTTPS and simple auth support for ReceiveHTTPFile() and GetHTTPHeaders()
- Added: Auto redirect support for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: ASynchronous mode for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: HTTPProgress(), AbortHTTP ...
by greyhoundcode
Sun Nov 29, 2015 1:15 am
Forum: General Discussion
Topic: Is this worth downloading? Visual Studio Essentials?
Replies: 2
Views: 2282

Re: Is this worth downloading? Visual Studio Essentials?

It would take some work (by some keen person somewhere...!) but VS Code is very nice. Getting PB integration and even adding it to the extension marketplace could be a great move.
by greyhoundcode
Fri Jul 31, 2015 6:52 pm
Forum: Off Topic
Topic: Backend hosting for applications
Replies: 16
Views: 5722

Re: Backend hosting for applications

Hey @tj1010,

That $60/year package is pretty good comparatively speaking. I don't know what they allow though. For game back-ends you need sockets or long-polling and the ability to, for example, put packages like GTK on Ubuntu so you can build and run servers with panels, or maybe SSL updates ...