FreeBASIC for FreeBSD

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
skogtun
Posts: 13
Joined: Dec 22, 2010 19:53

FreeBASIC for FreeBSD

Post by skogtun »

FreeBASIC compiled on FreeBSD 10.3 (x86_64). Passes all my tests, e.g. compiles itself.

<https://drive.google.com/open?id=0BySA9 ... 1REOWlhem8>
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: FreeBASIC for FreeBSD

Post by St_W »

More interesting than the binaries would be the build procedure / information about setting up the build environment / any special problems and how you solved them. Have you written a script for performing all the tests you did?
Did you bootstrap fbc on another platform or use an existing FreeBSD build of fbc?

Here are the FreeBSD nightly builds:
http://users.freebasic-portal.de/stw/builds/freebsd32/
http://users.freebasic-portal.de/stw/builds/freebsd64/

However, the interest in FreeBSD builds seems to be very low. I haven't tested the builds for ages.
trevoz
Posts: 2
Joined: Jul 27, 2018 10:08
Location: The LAN DownUnder

Re: FreeBASIC for FreeBSD

Post by trevoz »

St_W wrote:Here are the FreeBSD nightly builds:
http://users.freebasic-portal.de/stw/builds/freebsd32/
http://users.freebasic-portal.de/stw/builds/freebsd64/

However, the interest in FreeBSD builds seems to be very low. I haven't tested the builds for ages.
I used fbc_freebsd64_0404_2018-07-03.zip a couple of days ago to build Great Cow BASIC (after replacing GCB's #ifdef __FB_LINUX__ with #ifdef __FB_UNIX__ - yes, I could have used __FB_FREEBSD__ but I was aiming for something more generic as it affects file path back/forward slashes exclusively with the #else defaulting to Windows).

Anyway, I just wanted to report that the FreeBSD 64 bit build works and successfully gave me a native FreeBSD x64 binary of GCB :-)
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: FreeBASIC for FreeBSD

Post by St_W »

trevoz wrote:Anyway, I just wanted to report that the FreeBSD 64 bit build works and successfully gave me a native FreeBSD x64 binary of GCB :-)
Thanks for reporting! I'm glad to hear that it worked for you.
Post Reply