FreeBasic IDE-poseidonFB(Update 2024.03.03)

User projects written in or related to FreeBASIC.
Post Reply
giorgos
Posts: 25
Joined: Oct 23, 2012 18:40

Re: FreeBasic IDE-poseidonFB(Update 2019.07.02)

Post by giorgos »

I tried different iup versions, but no luck! :-)
I agree, that the weak point of installation, is the iup.

My personal opinion is, that today's Linux in not something like DOS used to be.
Linux does not provide any guarantee that the code who successfully compiled at another distribution, can be compiled for you too.
It isn't Poseidon only. It's a general and wider problem-weakness.

I think (although compiling locally is the best approach), virtualization is a worthy alternative path.
Maybe at some point you have to think, if it's a viable solution for Poseidon, providing an AppImage (like avidemux does, for Linux).

THANKS for your help and keep up the excellent work!!! ;-)
G.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.07.02)

Post by Kuan Hsu »

giorgos wrote:I tried different iup versions, but no luck! :-)
I agree, that the weak point of installation, is the iup.

My personal opinion is, that today's Linux in not something like DOS used to be.
Linux does not provide any guarantee that the code who successfully compiled at another distribution, can be compiled for you too.
It isn't Poseidon only. It's a general and wider problem-weakness.

I think (although compiling locally is the best approach), virtualization is a worthy alternative path.
Maybe at some point you have to think, if it's a viable solution for Poseidon, providing an AppImage (like avidemux does, for Linux).

THANKS for your help and keep up the excellent work!!! ;-)
G.
I've tested AppImage to pack poseidonFB, I've solved *.ini issue( mount is read only ), but I can't solve the terminal issue while using "Run" and "Quick Run", the error message is:

Code: Select all

Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'
(Edit) gnome-terminal issue! I've tried install "mate-terminal" or "lxterminal" and modified "/etc/alternatives/x-terminal-emulator", then "Run" and "Quick Run" are OK~

If you're interested, please try http://www.mediafire.com/file/pempenvv1 ... image/file
Last edited by Kuan Hsu on Jul 25, 2019 17:35, edited 1 time in total.
giorgos
Posts: 25
Joined: Oct 23, 2012 18:40

Re: FreeBasic IDE-poseidonFB(Update 2019.07.22)

Post by giorgos »

Ooops!!! It brings me a segfault and aborts. :-(
Oh well...it seems rather complicated after all.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.07.22)

Post by Kuan Hsu »

giorgos wrote:Ooops!!! It brings me a segfault and aborts. :-(
Oh well...it seems rather complicated after all.
I'm very sorry, I tested at Chakra linux and lubuntu in virtual box, it told me the same segfault message-
I must re-learn the AppImage that how to pack..
...
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.07.24)

Post by Kuan Hsu »

New AppImage:
Download at https://bitbucket.org/KuanHsu/poseidonfb/downloads/
Success on openSUSE-Tumbleweed-XFCE-Live-x86_64-Snapshot20190723-Media
Image
manjaro-gnome-18.0.4-stable-x86_64
Image
manjaro-kde-18.0.4-stable-x86_64
Image

Because of AppImage is mount to system, so poseidonFB_x64.AppImage will create a /.poseidonFB folder to ~ path, editorSettings.ini will save at /.poseidonFB/settings/
Last edited by Kuan Hsu on Jul 27, 2019 8:12, edited 2 times in total.
Landeel
Posts: 777
Joined: Jan 25, 2007 10:32
Location: Brazil
Contact:

Re: FreeBasic IDE-poseidonFB(Update 2019.07.24)

Post by Landeel »

Kuan Hsu wrote:New AppImage:
Download at https://bitbucket.org/KuanHsu/poseidonfb/downloads/
Success on openSUSE-Tumbleweed-XFCE-Live-x86_64-Snapshot20190723-Media
manjaro-gnome-18.0.4-stable-x86_64
Awesome! Works perfectly!
Thank you so much!!!
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.07.24)

Post by Kuan Hsu »

I upload new poseidonFB_x64.AppImage for modify load ini error and add a small change:
Image
Linux version added "Terminal Path" to set terminal name
vizit
Posts: 1
Joined: Aug 01, 2019 8:19

Re: FreeBasic IDE-poseidonFB(Update 2019.07.28)

Post by vizit »

Hello.
Operating System: Windows XP SP3
Poseidon version: 0.418 07/28/2019 (32bit)
When the Debuger Path or Manual Path fields are filled in the Preference forms, the program terminates.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.07.28)

Post by Kuan Hsu »

vizit wrote:Hello.
Operating System: Windows XP SP3
Poseidon version: 0.418 07/28/2019 (32bit)
When the Debuger Path or Manual Path fields are filled in the Preference forms, the program terminates.
What a stupid I am!
Fixed at rev.419
giorgos
Posts: 25
Joined: Oct 23, 2012 18:40

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by giorgos »

Just tested the last AppImage.
Works GREAT!!! ;-)
dixiony
Posts: 38
Joined: Jun 22, 2017 15:21
Location: Volgograd, Russia

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by dixiony »

Error in completing an extern block:

Code: Select all

extern "WIndows-MS"

end type
Need to end extern.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by Kuan Hsu »

dixiony wrote:Error in completing an extern block:

Code: Select all

extern "WIndows-MS"

end type
Need to end extern.
OK, It's easy to fix, next rev.....
Dinosaur
Posts: 1478
Joined: Jul 24, 2005 1:13
Location: Hervey Bay (.au)

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by Dinosaur »

Hi All

Nothing like installing on a new laptop to find all the shortcomings.
Been using Poseidon for some time now and when trying to install it on a new laptop, I simply cannot get it to work.

Using Linux Mint 19.2
Downloaded the latest version and extracted it into poseidonFB_x64
Then downloaded and installed iup
Then downloaded and put the libiup_scintilla.so in /usr/lib
Rebooted and neither the poseidonFB_x64 or the consoleLauncher will launch.

Where are the step by step Linux instructions for installing this. ?

Regards
srvaldez
Posts: 3373
Joined: Sep 25, 2005 21:54

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by srvaldez »

hello Dinosaur
have you tried launching from the terminal?
perhaps that may give us a clue if any error messages are returned.
I hope that I did not offend you by my suggestion.
Dinosaur
Posts: 1478
Joined: Jul 24, 2005 1:13
Location: Hervey Bay (.au)

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Post by Dinosaur »

Hi All

Thanks for your response srvaldez, it turned out to be downloading the wrong iup version.
The instructions in the manual.pdf are a bit vague there.
Anyhow up and running.

Regards
Post Reply