Search found 53 matches: libtinfo5

Searched query: libtinfo5

by Axle
Jun 28, 2023 7:53
Forum: Libraries Questions
Topic: ncurses "err 24 Invalid data types in mvaddstr()
Replies: 11
Views: 2234

ncurses "err 24 Invalid data types in mvaddstr()

... and runs correctly under Windows 10 x64, and Lubuntu 20.04 x64 Lubuntu libraries: libncurses5-dev libncursesw5-dev libncurses5 Also updated libtinfo5 My Windows FreeBASIC version of firework.bas compiles and runs without issue under FBC Version 1.09.0. Under Lubuntu (Using Geany fbc -w all ...
by VANYA
Jun 14, 2023 7:48
Forum: Projects
Topic: CHMVIEW
Replies: 19
Views: 7332

Re: CHMVIEW

Updated: 1) Fixed the problem of parsing HHC HTML files 2) I tried to get rid of the libtinfo5 dependency by linking the program with this one statically. A trial version of the binaries has been uploaded. I hope there will be no problems. This is necessary so that ...
by VANYA
May 09, 2023 6:08
Forum: Projects
Topic: cedit (windows , linux , freebsd , dos)
Replies: 11
Views: 5376

Re: cedit (windows , linux , freebsd , dos)

... Linux (appears on older machines) 3) on Linux, the editor is built with static libtinfo, and this allows you to work without the need to install libtinfo5 (in theory, it should work on any distribution, without the need to install dependencies) from 09.05.2023 4) fixed bug with text output on ...
by caseih
Mar 17, 2023 14:40
Forum: Linux
Topic: STATIC and SHARED Libraries linking problem
Replies: 5
Views: 2802

Re: STATIC and SHARED Libraries linking problem

... for all FB users who encounter this problem is to install the appropriate package from their distro's repository. On Ubuntu and Debian it is "libtinfo5" and "libncurses5" and on Fedora, RedHat, or CentOS it is "ncurses-compat-libs". So the instructions users should ...
by VANYA
Mar 17, 2023 2:43
Forum: Linux
Topic: STATIC and SHARED Libraries linking problem
Replies: 5
Views: 2802

Re: STATIC and SHARED Libraries linking problem

I won't be able to list the distributions that don't contain libtinfo5 now, because I did the tests 1-2 years ago, but at least the guys listed some of them here: https://www.freebasic.net/forum/viewtopic.php?t=31416 Yes, I saw your answer in this thread ...
by Ed Davis
Dec 20, 2022 13:28
Forum: Projects
Topic: cedit (windows , linux , freebsd , dos)
Replies: 11
Views: 5376

Re: cedit (windows , linux ,dos)

Very cool!
Also works on Ubuntu under WSL. Note: I did have to install missing libtinfo5

Thanks for sharing!
by caseih
Sep 23, 2022 14:00
Forum: Beginners
Topic: Is it possible to put freebasic functions into C?
Replies: 5
Views: 1225

Re: Is it possible to put freebasic functions into C?

Was it the old libtinfo.so problem? If so, I believe "sudo apt install libtinfo5" is all that's required to install that dependency. With libtinfo5, the package you download from this web site will run just fine Mint 19. A tip regarding gcc errors is ...
by caseih
Aug 29, 2022 3:46
Forum: Linux
Topic: (L)Ubuntu Focal Fossa (20.04) and libtinfo.so.5
Replies: 24
Views: 16472

Re: (L)Ubuntu Focal Fossa (20.04) and libtinfo.so.5

Did the libtinfo5 package not work for you? EDIT: I see you're trying to target 18.04. Yes you must use an older distro chroot if you need to have compatibility. I guess this is one of the things that snap and flatpack try to address for distributing software.
by Xusinboy Bekchanov
May 31, 2022 9:21
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 129992

Re: VisualFBEditor - IDE for FreeBasic

... compiler packages. sudo apt install gcc libncurses5-dev libffi-dev libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxpm-dev libtinfo5 libgpm-dev sudo apt install libgtk-3-dev sudo apt install git sudo apt-get install wget rm -r VisualFBEditor git clone https://github.com/XusinboyBekchanov/VisualFBEditor ...
by birosys
May 31, 2022 8:45
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 129992

Re: VisualFBEditor - IDE for FreeBasic

... compiler packages. sudo apt install gcc libncurses5-dev libffi-dev libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxpm-dev libtinfo5 libgpm-dev sudo apt install libgtk-3-dev sudo apt install git sudo apt-get install wget rm -r VisualFBEditor git clone https://github.com/XusinboyBekchanov/VisualFBEditor ...
by caseih
Jan 25, 2022 16:54
Forum: Linux
Topic: error loading shared libraries: libtinfo.so.5: cannot open shared object file
Replies: 8
Views: 5394

Re: error loading shared libraries: libtinfo.so.5: cannot open shared object file

The canonical (no pun intended) solution for Ubuntu is to install the missing library. The distro packages you are looking for are libncurses5 and libtinfo5 (and maybe also you might need libncurses5-devel). This can be installed along side the version 6 that Ubuntu installs by default. You can ...
by funlw65
Jan 10, 2022 21:02
Forum: Community Discussion
Topic: FreeBASIC 1.09.0 Release
Replies: 256
Views: 52351

Re: FreeBASIC 1.09.0 Release

... Linux distribution): Debian/Ubuntu: gcc libncurses5-dev libffi-dev libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxpm-dev libtinfo5 libgpm-dev Is there a solution or shall I give up? Chris D See if that path is missing from /etc/ld.so.conf file (or the others referred by ...
by Chris_D
Jan 10, 2022 17:20
Forum: Community Discussion
Topic: FreeBASIC 1.09.0 Release
Replies: 256
Views: 52351

Re: FreeBASIC 1.09.0 Release

... Linux distribution): Debian/Ubuntu: gcc libncurses5-dev libffi-dev libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxpm-dev libtinfo5 libgpm-dev Is there a solution or shall I give up? Chris D
by j8w344c6
Dec 11, 2021 12:32
Forum: General
Topic: How to build fbc the way it could `see` the inc directory?
Replies: 6
Views: 1185

Re: How to build fbc the way it could `see` the inc directory?

... and sometimes just inc. The official compiler bundle does run under Ubuntu. The tinfo thing has been discussed many times. Install the package libtinfo5. sudo apt install libtinfo5 I have no idea why this is undocumented. It's really caused real trouble for me. Exactly it is ..include/freebasic. ...
by demosthenesk
Aug 06, 2021 18:26
Forum: Linux
Topic: iup examples - errors
Replies: 5
Views: 1727

Re: iup examples - errors

... the need package( sudo apt-get install libncurses5-dev libffi-dev libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxpm-dev libtinfo5 libgpm-dev ) (3)Install IUP3.30( iup-3.30_Linux54_64_lib.tar.gz )( sudo ./install ), the files will install at /usr/lib64, move them to /usr/lib ...