Search found 43 matches
- Aug 01, 2024 13:51
- Forum: Linux
- Topic: fbc works on Debian 11 but not on Debian 12
- Replies: 12
- Views: 10348
Re: fbc works on Debian 11 but not on Debian 12
I am trying to install fbc 10.1 on debian 12.5 (not arm). It installs but doesn't run as the dependencies are not met. I have tried to put symbolic links to the current versions and that sort of works, but then the contents of the files in the link seem to find other dependencies that are not met. I...
- Oct 16, 2023 18:39
- Forum: Libraries & Headers
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 435
- Views: 250885
Re: FLTK-C-1.3.3 for FreeBASIC
I am running fedora 38 and cannot get fltk 1.3.3 to communicate with freebasic 1.10. I have followed the old (2009?) set of directions but they don't seem to correctly install fltk. I could use help here, to get it installed. Even better would be a freebasic version that came with fltk installed if ...
- Dec 02, 2020 15:24
- Forum: Linux
- Topic: Using the linux terminal in a compiled fb program
- Replies: 3
- Views: 2366
Re: Using the linux terminal in a compiled fb program
Interestingly I found that telling it to start from a terminal did not work correctly. It started correctly but the terminal closed when I run an external program (and the external program was not executed) (comand is just a string variable and not command which is a protected word) comand=str(minut...
- Nov 29, 2020 20:55
- Forum: Linux
- Topic: Using the linux terminal in a compiled fb program
- Replies: 3
- Views: 2366
Re: Using the linux terminal in a compiled fb program
Thank you for your reply. You know sometimes I just miss the boat. I knew about this one,
. Or create a .desktop shortcut and check the option "start in terminal."
but just didn't see it. Thank you for your reply...
. Or create a .desktop shortcut and check the option "start in terminal."
but just didn't see it. Thank you for your reply...
- Nov 29, 2020 19:15
- Forum: Linux
- Topic: Using the linux terminal in a compiled fb program
- Replies: 3
- Views: 2366
Using the linux terminal in a compiled fb program
I have written a program which displays its information in the gnome-terminal program. The program runs ok when it is run from the ide (geany). Apparently geany is loading the terminal. The compiled version runs also, but it doesn't open the terminal so I cannot input data. I know that it is running...
- Jun 23, 2020 18:38
- Forum: Linux
- Topic: Linux freebasic portability issue
- Replies: 8
- Views: 3699
Re: Linux freebasic portability issue
Thank you all for your replies. You have given me several ideas I need to go back and try.
John
John
- Jun 22, 2020 17:27
- Forum: Linux
- Topic: Linux freebasic portability issue
- Replies: 8
- Views: 3699
Linux freebasic portability issue
One of the problems I have with my FB programs is that they are not portable to other linux machines. This is mostly a shared library thing as the other users have to install the same libraries I have installed. I have tried to use static libraries, but the problem there is that many static librarie...
- May 12, 2020 13:40
- Forum: Community Discussion
- Topic: Running FreeBASIC on virtual or real Raspberry Pi.
- Replies: 12
- Views: 11924
Re: Running FreeBASIC on virtual or real Raspberry Pi.
I took care of geany, no problem. I was just curious about why one installation was one place, and the other went elsewhere. Seems like that stuff ought to be standardized. Thanks,
John
John
- May 11, 2020 21:58
- Forum: Community Discussion
- Topic: Running FreeBASIC on virtual or real Raspberry Pi.
- Replies: 12
- Views: 11924
Re: Running FreeBASIC on virtual or real Raspberry Pi.
I am curious. I installed fbc on Rpi and it goes to /usr. On my fedora installation on a regular computer it installs into /usr/local/ why the difference? It confuses geany when it is looking for the fbc compiler.
John
John
- May 09, 2020 14:03
- Forum: Linux
- Topic: Short linux program to download files from the internet
- Replies: 4
- Views: 2472
Re: Short linux program to download files from the internet
I got both methods working. For my particular use right now, wget worked just fine, but I am pleased to know about both methods.
Thanks for your help,
John
Thanks for your help,
John
- Apr 24, 2020 13:41
- Forum: Linux
- Topic: Short linux program to download files from the internet
- Replies: 4
- Views: 2472
Short linux program to download files from the internet
Today I am trying to locate a simple program in fb in linux to download files from the internet. I searched the linux section here but found nothing. Anybody have something like this they would share?
Thanks,
John
Thanks,
John
- Apr 24, 2020 13:38
- Forum: Linux
- Topic: Fedora 30 x64 Missing libtinfo.so.5
- Replies: 7
- Views: 11530
Re: Fedora 30 x64 Missing libtinfo.so.5
I did find the answer for this but it looks like I didn't post it. Somebody suggested replacing the fbc file in the linux installation (apparently compiled under Ubuntu) with one compiled under your flavor of linux. I did compile fbc from source and copied it over the given fbc file and the errors d...
- Apr 21, 2020 13:20
- Forum: Beginners
- Topic: Stopping an external program
- Replies: 3
- Views: 1087
Re: Stopping an external program
Thank you for your responses. I am under linux, and last night I did find a solution. The program I am running is designed to use an arduino with sensors and a terminal program to take data on the moon. I needed the program to wait some time, then run coolterm, collect data for some time, and then s...
- Apr 21, 2020 0:46
- Forum: Beginners
- Topic: Stopping an external program
- Replies: 3
- Views: 1087
Stopping an external program
I am interested in using FB to start an external program, let it run for 100 seconds and then stopping it. I have found the run command, but it stops fb and waits for the program to stop itself. Is there any way to issue a command to kill the external program after a certain amount of running time? ...
- Apr 19, 2020 0:11
- Forum: Sources, Examples, Tips and Tricks
- Topic: Window9 gui
- Replies: 9
- Views: 3045
Re: Window9 gui (dual monitor information)
When I started using window9 I noticed that the center window command put the window halfway on one monitor and half on my other monitor. It centers properly on a single monitor system. With help from the window9 authors they wrote this routine to pull the info from my system so that I could write a...