On Wed, Dec 06, 2006 at 12:50:26PM -0600, Keith Gable wrote: > Actually, I found where those .bi files were. Apparently, the source > distribution of FreeBASIC lacks the includes that the binary distribution > of FreeBASIC has. So, the script now copies those to /usr/lib/freebasic.
I'm glad you figured it out. FreeBasic's distribution packaging... leaves... much to be desired. > Now, I'm getting "GOSUB illegal inside a SUB or FUNCTION" errors in > custom. Using FreeBASIC 0.16b. I know that I can tell it to ignore certain > numbers of errors; is this what I have to do in order to make it compile > correctly? Starting with 0.16b, GOSUB is illegal inside a SUB or FUNCTION. This huge break with QuickBasic compatability was not present in 0.15b and older-- which is what we were using at the time of the hasta-la-qb release. You must either use an older version of FreeBasic, or a newer version of the OHR (I suggest the latter) --- Bob the Hamster _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
