Search found 1489 matches
- Feb 13, 2021 12:54
- Forum: Community Discussion
- Topic: Solaris Support?
- Replies: 9
- Views: 470
Re: Solaris Support?
If you already have a working fbc binary you should be good to go. I'd let it recompile itself at least once (something like: make compiler fbc=...). //edit: saw that you also created multiple other related threads with more recent answers, so I guess this here is outdated. Just to keep track: https...
- Jan 03, 2021 0:46
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
@St_W: any chance to release an updated pcre version? I can find only v8.39... compiled and uploaded the latest version (of the v1 branch), which is currently 8.44 https://users.freebasic-portal.de/stw/files/prog/fb/libs/pcre-844-static.zip tried to use the same config as the older version; unteste...
- Dec 30, 2020 13:44
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
fxm wrote:The build for the documentation (.chm) seems frozen again.
Builds (including documentation builds) are working again since about a week now.
- Dec 13, 2020 13:03
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
You're right :-(
Cannot reach the build server, I guess the internet connection is broken again.
Cannot reach the build server, I guess the internet connection is broken again.
- Dec 08, 2020 11:18
- Forum: Community Discussion
- Topic: Thank you fxm for 10K high quality posts !
- Replies: 13
- Views: 994
- Dec 07, 2020 0:06
- Forum: Community Discussion
- Topic: What happened to the Emscripten branch?
- Replies: 88
- Views: 5712
Re: What happened to the Emscripten branch?
I'm not sure if St_W's daily builds will have all the needed files since this target uses a few extra files and directories not normally seen in the fbc builds so far. I will post again once this is merged in. I tried to reduce the size of the builds and just include the bare necessities (mostly), ...
- Nov 29, 2020 19:54
- Forum: Community Discussion
- Topic: hey all, new programming language support gwbasic,freebasic
- Replies: 86
- Views: 4813
Re: hey all, new programming language support gwbasic,freebasic
In addition the fact that it uses a custom license (the "Fare (sic) Use License", which probably should read "Fair Use License") and that it's authors don't seem to know how to use Git (but just committed binaries via file upload) don't make the thing look very trustworthy ... Co...
- Nov 17, 2020 21:07
- Forum: Community Discussion
- Topic: Are there official graphics for downloading?
- Replies: 5
- Views: 503
Re: Are there official graphics for downloading?
If just the logo is enough you can find it in the repo: https://github.com/freebasic/fbc/tree/master/contrib
- Nov 15, 2020 18:00
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
Thanks a lot coderJeff for the fix. All platform builds succeed now again. I saw that it was some convenience feature, declaring a loop variable within the for loop, which makes the code a bit shorter and easier to read. At some point in time we definitely should get rid of supporting older compiler...
- Nov 13, 2020 21:58
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
Thanks for the hints. Build currently fails with the following error: LINK bin/fbc mkdir -p lib/freebasic/linux-x86 cp lib/fbextra.x lib/freebasic/linux-x86/fbextra.x CC lib/freebasic/linux-x86/fbrt0.o In file included from src/rtlib/static/../fb.h:322:0, from src/rtlib/static/fbrt0.c:7: src/rtlib/s...
- Oct 18, 2020 10:45
- Forum: Beginners
- Topic: Path set with Setenviron() is temporary?
- Replies: 4
- Views: 378
Re: Path set with Setenviron() is temporary?
1. In Windows the a process's environment is inherited from the parent process (the one which started the process). If you use SetEnviron you'll only change the environment for your current process. It will affect your application and all applications you start from your application (in case you do)...
- Oct 13, 2020 23:01
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
@fxm: I'm sorry, this is the known issue that changes are not detected between server start and first build (each day 3am UTC+2). There will be a new build this night. @SARG: Thanks a lot for the GAS64 emitter! Didn't cause any noteworthy inconveniences, just reported the observation of a failing bu...
- Oct 13, 2020 8:28
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
Yes it does, thanks!coderJeff wrote:OK, I've pushed changes to freebasic/fbc/master to disable the ASM used in ir-gas64.bas. I'm thinking it should build now. ir-gas64.bas still included
- Oct 12, 2020 23:18
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
Did some maintainance work on the Jenkins server today as I observed slow response behaviour recently. Gave it more RAM and updated everything to the latest version ... just to find out that some Jenkins plugin seems to be broken at the moment (https://issues.jenkins-ci.org/browse/JENKINS-63790), so...
- Oct 06, 2020 21:50
- Forum: Community Discussion
- Topic: Where can I get a Recent-Git-Build of FreeBASIC?
- Replies: 499
- Views: 89144
Re: Where can I get a Recent-Git-Build of FreeBASIC?
It already does that. It works exactly like the DirectX one. All it requires is a Win7-capable set of headers to build. It's been in the master branch for at least 8 months now, so if you haven't encountered problems building it so far, you're not likely to start now. Thanks for the clarification. ...