Search found 25 matches

by giorgos
Jan 15, 2020 9:41
Forum: Beginners
Topic: Confused about data types [SOLVED].
Replies: 8
Views: 1439

Re: Confused about data types [SOLVED].

Well...indeed it's a bug and it's already reported:
https://sourceforge.net/p/fbc/bugs/572/

No need for further actions.
Bye!!! :-)
G.
by giorgos
Jan 13, 2020 20:12
Forum: Beginners
Topic: Confused about data types [SOLVED].
Replies: 8
Views: 1439

Re: Confused about data types.

THANKS guys!!! :-)
I think I found, the source of the problem:
It was the command line argument -vec 2 (who was never troubled me, till today).
Switching it to 1, solved the problem.

I admit, I don't know the internals of FB!
Do you think, it's a bug?
by giorgos
Jan 12, 2020 22:48
Forum: Beginners
Topic: Confused about data types [SOLVED].
Replies: 8
Views: 1439

Confused about data types [SOLVED].

Hi! :-) I was trying to rewrite an older program with arrays, in a more modern way, but I got stuck on the way! :-) To start with basics, lets take a tiny program, that reads 2 numbers (from keyboard), and adds them (and then displaying the result on screen). DIM AS UBYTE NR(2), Z, N FOR N=1 TO 2 IN...
by giorgos
Aug 11, 2019 16:23
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1284
Views: 362851

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Just tested the last AppImage.
Works GREAT!!! ;-)
by giorgos
Jul 23, 2019 6:31
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1284
Views: 362851

Re: FreeBasic IDE-poseidonFB(Update 2019.07.22)

Ooops!!! It brings me a segfault and aborts. :-(
Oh well...it seems rather complicated after all.
by giorgos
Jul 18, 2019 23:44
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1284
Views: 362851

Re: FreeBasic IDE-poseidonFB(Update 2019.07.02)

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 com...
by giorgos
Jul 16, 2019 12:01
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1284
Views: 362851

Re: FreeBasic IDE-poseidonFB(Update 2019.07.02)

Hi! :-) I gave Poseidon a try these days on a new system, but trying to launch it, gives me this message: "(poseidonFB_x64:9409): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Trace/breakpoint trap". No clue, what it means. In any ...
by giorgos
Jan 09, 2014 21:11
Forum: Linux
Topic: Open SUSE 13.1 installation questions. [SOLVED]
Replies: 4
Views: 2956

Re: Open SUSE 13.1 installation questions. [SOLVED]

I found it here: http://software.opensuse.org/search?q=xorg-x11&baseproject=openSUSE%3A13.1&search_devel=true&search_unsupported=false Clicked on 28 Sub-packages -> devel-32bit . But yeah, no idea whether that really exists (didn't test). If FB works without it, all the better (probably...
by giorgos
Jan 09, 2014 18:42
Forum: Linux
Topic: Open SUSE 13.1 installation questions. [SOLVED]
Replies: 4
Views: 2956

Re: Open SUSE 13.1 installation questions.

That's according to http://software.opensuse.org/find . xorg-x11-devel-32bit still seems to exist though. I can see (and I have installed) xorg-x11-devel (xorg-x11-devel - Compatibility metapackage for X.Org development libraries This package is a compatibility metapackage. It used to contain the X...
by giorgos
Jan 09, 2014 12:01
Forum: Linux
Topic: Open SUSE 13.1 installation questions. [SOLVED]
Replies: 4
Views: 2956

Open SUSE 13.1 installation questions. [SOLVED]

Hi! :-) I just installed FB on Open SUSE 13.1 x64 (KDE). 1) I couldn't found these packages (required according to the Readme): xorg-x11-devel-32bit xorg-x11-libX11-devel-32bit xorg-x11-libXext-devel-32bit xorg-x11-libXrender-devel-32bit xorg-x11-libXpm-devel-32bit libffi46-devel-32bit a) I install...
by giorgos
Feb 22, 2013 22:09
Forum: Linux
Topic: Kubuntu installation problem. [SOLVED]
Replies: 11
Views: 2611

Re: Kubuntu installation problem. [SOLVED]

I think there is a real need, for a native x64 Linux version (specially since the x32 linux kernel version will stop developing). Unlike the Windows port, It gets more and more difficult to install x32 programs on x64 boxes. Personally, I'll stick to the downloaded binary version, for the time being...
by giorgos
Feb 22, 2013 13:26
Forum: Linux
Topic: Kubuntu installation problem. [SOLVED]
Replies: 11
Views: 2611

Re: Kubuntu installation problem. [SOLVED]

Good luck with your customized FB version. THANKS!!! :-) I suppose you have to add some PPAs to your list to see these packages. What PPAs? I didn't read about adding a ppa at documentation! :-( I can see at my software sources, that I have added several PPAs, but they aren't related to FB. (I have...
by giorgos
Feb 22, 2013 0:05
Forum: Linux
Topic: Kubuntu installation problem. [SOLVED]
Replies: 11
Views: 2611

Re: Kubuntu installation problem.

Hello, After extracting the pre-compiled binary package (FreeBASIC-0.24.0-linux.tar.gz), the included install.sh script should be run from the directory it's located in, if you want to copy the fbc program and the included libraries into /usr/local. (it's optional; you also use fbc 0.24 without &qu...
by giorgos
Feb 21, 2013 20:13
Forum: Linux
Topic: Kubuntu installation problem. [SOLVED]
Replies: 11
Views: 2611

Kubuntu installation problem. [SOLVED]

Hi! :-) Did someone succeeded installing FreeBASIC in the last Ubuntu version? I was trying to compile the sources, but I'm getting the message: install: can't execute stat in file "fbc/bin" : No such file or directory My system is Kubuntu 12.10 x64. PS1: I'm also getting this message whi...
by giorgos
Dec 13, 2012 15:07
Forum: Beginners
Topic: Array problem.
Replies: 4
Views: 713

Re: Array problem.

THANKS!!! :-)
iI'll try them both.