kollokollo

Results 55 comments of kollokollo

As far as I remember, TURBO BASIC XL did not require line numbers. (maybe they where optional). In GFA-Basic line numbers finally where not used anymore.

I have read the article "Converting to Fastbasic" in the wiki. The process described is OK, however the process can be automated. I did this once, therefor I have written...

Hi gingerbredman, Well, as far as I know, this has worked out before, but not completely. Fist: I am wondering, because the apple branch is not there anymore. So you...

Looking at the other error: raw_keybord.c probably need to be modified. try to make somethin like: `#ifndef __APPLE__` `#include ` `#endif` or for convinience, delete the line `#include ` but...

Almost-compatibility with GFA-basic is indeed still a goal. Yes, it would be nice if one could definde a range in the case statements. However the ... TO ... construct is...

Have you tried CASE 2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 i am not sure if it works but this is what I woud concider logical. To specify ranges the ":" operator is used (at least...

Well, is comes when the compilation process (especially configure) cannot find the X11-Library, or better, the development files for X11. (have a look at config.log) You need to "apt-get install...

No, it is of course compatible with your system. Please have a look at the config.log to find out what is wrong. The binary packages could be incomplatible, but usually...

Hi, sorry for beeing late in looking at your config.log. I can see following: /usr/bin/ld: cannot find -llapack Otherwise it looks quite OK. And lapack is not really necessary. If...

So, there should be X11-Graphics in your build. And the #pragma message should not appear during compilation. The only case, why Graphics is switched off is if X11 (and the...