Congratulations !!!!coderJeff wrote:FreeBASIC 1.09.0 is released.
FreeBASIC 1.09.0 Release
Re: FreeBASIC 1.09.0 Release
Re: FreeBASIC 1.09.0 Release
thank you coderJeff :-)
Re: FreeBASIC 1.09.0 Release
Thanks a lot coderJeff. I have quite a code base for the SharpBASIC compiler, entirely written in FreeBASIC, so I'll be happy to test it. It probably won't be long before the freebasic package in the Manjaro repo will be updated.
-
- Posts: 1010
- Joined: Jul 14, 2005 23:41
Re: FreeBASIC 1.09.0 Release
Awesome, thanks coderJeff for the very nice New Year's present!
Re: FreeBASIC 1.09.0 Release
@Jeff,
The table of #PRAGMA documentation page is missing from the 'manual.chm' and 'manual.html' at least, due to an additional terminal semicolon in the table definition.
This is now fixed and the 'St_W's manual.chm' is now OK.
Can you re-generate the new documentation files for version 1.09.0 released, overwriting all the old ones ?
The table of #PRAGMA documentation page is missing from the 'manual.chm' and 'manual.html' at least, due to an additional terminal semicolon in the table definition.
This is now fixed and the 'St_W's manual.chm' is now OK.
Can you re-generate the new documentation files for version 1.09.0 released, overwriting all the old ones ?
Re: FreeBASIC 1.09.0 Release
@coderJeff
I am amazed at your patience. Collecting so many packages and testing them is a very tedious job. Thanks for your hard work!
I am amazed at your patience. Collecting so many packages and testing them is a very tedious job. Thanks for your hard work!
Re: FreeBASIC 1.09.0 Release
On Manjaro x64 I get an error when trying to execute FBC:
Interestingly, FBC version 1.08 seems to be running with libtinfo.so.6 in the /lib and /lib64 folders. I suppose FBC 1.09 tries to find libtinfo.so.5 because that's the lib version on Debian/Ubuntu?fbc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Re: FreeBASIC 1.09.0 Release
It's done now and uploaded to sourceforge.netfxm wrote:Can you re-generate the new documentation files for version 1.09.0 released, overwriting all the old ones ?
Re: FreeBASIC 1.09.0 Release
@coderJeff: thanks for the update and your efforts to FB development.
-
- Posts: 490
- Joined: Sep 28, 2013 15:08
- Location: Germany
Re: FreeBASIC 1.09.0 Release
Thank you very much, coderJeff, and a happy new year to all forum members!
Re: FreeBASIC 1.09.0 Release
Thanks coderJeff and everyone else keeping FreeBASIC alive :]
Re: FreeBASIC 1.09.0 Release
Best wishes for all and Thanks Plasma for keeping the website alive!Plasma wrote:Thanks coderJeff and everyone else keeping FreeBASIC alive :]
Re: FreeBASIC 1.09.0 Release
Make a symlink to libtinfo.so.6 named libtinfo.so.5 ... and launch ldconfig. As root user, of course.Munair wrote:On Manjaro x64 I get an error when trying to execute FBC:Interestingly, FBC version 1.08 seems to be running with libtinfo.so.6 in the /lib and /lib64 folders. I suppose FBC 1.09 tries to find libtinfo.so.5 because that's the lib version on Debian/Ubuntu?fbc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Re: FreeBASIC 1.09.0 Release
Yes, but I wanted to inform the developers of this issue.funlw65 wrote:Make a symlink to libtinfo.so.6 named libtinfo.so.5 ... and launch ldconfig. As root user, of course.Munair wrote:On Manjaro x64 I get an error when trying to execute FBC:Interestingly, FBC version 1.08 seems to be running with libtinfo.so.6 in the /lib and /lib64 folders. I suppose FBC 1.09 tries to find libtinfo.so.5 because that's the lib version on Debian/Ubuntu?fbc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Re: FreeBASIC 1.09.0 Release
Yes this has been brought up before. The answer is that nearly all distros ship a ncurses compatibility library that supplies this older version of the library. On Manjaro, look for a package called ncurses5-compat-libs. Might need to us an AUR for that. Debian, Ubuntu, Fedora, all offer a similar package.