FBC 0.21 executeable
-
- Posts: 12
- Joined: Feb 18, 2009 11:39
- Location: /dev/sda1
- Contact:
FBC 0.21 executeable
hi,
i have a problem: I need a feature of FBC 0.21 (linux), but I can´t compile it myself.
Has someone a working FBC 0.21 executeable for me?
thx
i have a problem: I need a feature of FBC 0.21 (linux), but I can´t compile it myself.
Has someone a working FBC 0.21 executeable for me?
thx
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
-
- Posts: 12
- Joined: Feb 18, 2009 11:39
- Location: /dev/sda1
- Contact:
-
- Posts: 12
- Joined: Feb 18, 2009 11:39
- Location: /dev/sda1
- Contact:
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
I compiled fb on the date of my reply to your post, and the executable can be found here.
http://freefile.kristopherw.us/uploads/ ... bc_new.txt
However I am using Ununtu, so there is no guarantee that my compile with work with your system, plus I am sure there must have been updates in other libraries that will cause errors if you mix this version with yours.
What you need to do is learn how to compile FB. The instructions in the help file are simple enough. If you know what naked functions are, then you are ready to try it.
Garvan
http://freefile.kristopherw.us/uploads/ ... bc_new.txt
However I am using Ununtu, so there is no guarantee that my compile with work with your system, plus I am sure there must have been updates in other libraries that will cause errors if you mix this version with yours.
What you need to do is learn how to compile FB. The instructions in the help file are simple enough. If you know what naked functions are, then you are ready to try it.
Garvan
-
- Posts: 12
- Joined: Feb 18, 2009 11:39
- Location: /dev/sda1
- Contact:
thx :)
the problem is that I just get errors if I try to compile.
I uploaded the compile-log here, so maybe someone can tell me what I did wrong?
the problem is that I just get errors if I try to compile.
I uploaded the compile-log here, so maybe someone can tell me what I did wrong?
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
I rebuilt fbc this morning on Ubuntu from newly downloaded source code. I ziped up the executable and the key libraries and put them here:
http://freefile.kristopherw.us/uploads/ ... fbcsvn.zip
The libraries should be copied to ~/fbcSVN/FreeBASIC/lib/linux/
and the compiler to ~/fbcSVN/FreeBASIC/
Then you should be able to install following the instructions in the help file.
cd ~/fbcSVN/FreeBASIC
sudo ./install.sh -i
Please back up your current install first, so nothing gets destroyed if my version does not work on your system.
Garvan
http://freefile.kristopherw.us/uploads/ ... fbcsvn.zip
The libraries should be copied to ~/fbcSVN/FreeBASIC/lib/linux/
and the compiler to ~/fbcSVN/FreeBASIC/
Then you should be able to install following the instructions in the help file.
cd ~/fbcSVN/FreeBASIC
sudo ./install.sh -i
Please back up your current install first, so nothing gets destroyed if my version does not work on your system.
Garvan
-
- Posts: 12
- Joined: Feb 18, 2009 11:39
- Location: /dev/sda1
- Contact:
ok, thanks very much.
I tried it again under openSuSE, but it didn´t work, so I set up a new virtual PC for Ubuntu, and it works fine.
The project for which I needed the newest compiler is a kernel in FreeBASIC: http://sourceforge.net/projects/frostkernel
I tried it again under openSuSE, but it didn´t work, so I set up a new virtual PC for Ubuntu, and it works fine.
The project for which I needed the newest compiler is a kernel in FreeBASIC: http://sourceforge.net/projects/frostkernel
I'm not sure about the frozen OpenGL window, but the seg fault with fbpng could be due to the changes in imagecreate/destroy in the svn. The fbpng thread has details about this, by upgrading to a newer version of fbpng and using png_destroy() instead of imagedestroy() it should stop the segfaults.[/quote]But I'm getting the old frozen black OpenGL window, and segmentation faults with fbpng...
Yeah, I have seen about the fbpng problem right after my post.
This modified fbgfx version by Sisophon2001 fixed the OpenGL freezes in 0.20 : http://www.freebasic.net/forum/viewtopi ... highlight=
[edit]
Using it in 0.21 also fixes the OpenGL freezes.
[/edit]
@Sisophon2001 : Can you submit a patch with your gfxlib changes?
This modified fbgfx version by Sisophon2001 fixed the OpenGL freezes in 0.20 : http://www.freebasic.net/forum/viewtopi ... highlight=
[edit]
Using it in 0.21 also fixes the OpenGL freezes.
[/edit]
@Sisophon2001 : Can you submit a patch with your gfxlib changes?
-
- Posts: 1706
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact: