Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #12421
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Use of VARIABLEs frequent or infrequent? And, C style operators. |
| References | <7xtxz7qtuk.fsf@ruckus.brouhaha.com> <4098731d143c5113209c8a71c1fb68d7@dizum.com> <7x396qzz66.fsf@ruckus.brouhaha.com> <7xvcjmqec5.fsf@ruckus.brouhaha.com> <4fbe35f2.800428478@192.168.0.50> |
| Date | 2012-05-24 09:40 -0700 |
| Message-ID | <7x8vghmt0s.fsf@ruckus.brouhaha.com> (permalink) |
| Organization | Nightsong/Fort GNOX |
stephenXXX@mpeforth.com (Stephen Pelc) writes: > It would be really cool if we got some feeback in the form of those > "dusted off" make files and bugs that you have fixed. The we might > even release v1.2. I just hacked the files enough to get it to compile. I didn't do any real dusting. As I remember: 1) changed makefiles to use unix filenames instead of msdos. Changed spaces to tabs which are syntactically significant in makefiles. Changed "cl" (name of whatever C compiler you were using) to "cc". 2) There was some problem with "memmove" function so I chopped it out since there is a library one. 3) symbols "emit" and "gen" were declared static in fthcode.c and shadowed globals of the same name declared in a .h file that fthcode.c also imported, so I patched that. That was enough to get the files to compile so I could fool around with them a little. There were still a lot of compile-time warning messages that I didn't try to fix.
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-22 16:01 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Mark Wills <markrobertwills@yahoo.co.uk> - 2012-05-22 14:58 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Ed" <invalid@nospam.com> - 2012-05-23 13:19 +1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-22 23:44 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Nomen Nescio <nobody@dizum.com> - 2012-05-23 12:30 +0200
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-23 08:37 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-23 23:32 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-24 13:24 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-24 09:40 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-24 20:52 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-24 14:17 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-25 08:10 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-25 01:50 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Fritz Wuehler <fritz@spamexpire-201205.rodent.frell.theremailer.net> - 2012-05-25 22:39 +0200
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-26 22:02 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Nomen Nescio <nobody@dizum.com> - 2012-05-25 14:33 +0200
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-25 16:50 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-05-25 20:30 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. hwfwguy@gmail.com - 2012-05-30 11:23 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Peter Knaggs" <pjk@bcs.org.uk> - 2012-05-29 20:00 +0100
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-24 07:39 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-05-24 15:37 +0000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-22 21:18 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-24 18:27 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-25 03:55 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-25 07:38 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-25 15:17 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-25 10:05 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-26 08:02 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Coos Haak <chforth@hccnet.nl> - 2012-05-26 14:31 +0200
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Doug Hoffman <glidedog@gmail.com> - 2012-05-26 09:55 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. BruceMcF <agila61@netscape.net> - 2012-05-26 07:04 -0700
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-26 09:41 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-26 19:52 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-26 19:49 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Ed" <invalid@nospam.com> - 2012-06-01 13:39 +1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-31 19:27 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-06-01 18:24 -0400
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-06-02 03:09 -0500
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-05-27 02:23 -0500
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Harry Vaderchi" <admin@127.0.0.1> - 2012-05-27 11:54 +0100
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-27 07:25 -1000
Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Alex McDonald <blog@rivadpm.com> - 2012-05-27 11:13 -0700
csiph-web