Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #5873
| From | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
|---|---|
| Subject | Re: Building gforth on Cygwin ? |
| Newsgroups | comp.lang.forth |
| References | <7841f4c0-1f38-47bd-8e69-0e85e81f1cf6@h7g2000yqm.googlegroups.com> |
| Organization | Institut fuer Computersprachen, Technische Universitaet Wien |
| Date | 2011-09-17 15:28 +0000 |
| Message-ID | <2011Sep17.172822@mips.complang.tuwien.ac.at> (permalink) |
jski <jan.chludzinski@gmail.com> writes:
> 1) I built gforth under Cygwin 1.7 (gcc (GCC) 4.5.3): ./configure -> make
> -> make check () -> make bench -> make install.
>
> There is one thing though, I got messages of the ilk (during "make
> install"):
>
> make: [install] Error 1 (ignored)
> rm /usr/local/bin/gforth-fast.exe /usr/local/bin/gforth-fast-0.7.0.exe
> rm: cannot remove `/usr/local/bin/gforth-fast.exe': No such file or
> directory
> rm: cannot remove `/usr/local/bin/gforth-fast-0.7.0.exe': No such file
> or directory
>
> which I assume are simply attempts to delete old/obsolete executable - if
> they existed?
Yes. Don't worry about it.
> 2) I look in ~/gforth/gforth-0.7.0/test and noticed that checkans.out had:
>
> Checking FACILITY-EXT wordset...
> Missing: EMIT?
>
> Checking TOOLKIT-EXT wordset...
> Missing: EDITOR FORGET
>
> ...
> FACILITY-EXT partial 5 / 6
> ...
> TOOLKIT-EXT partial 11 / 13
>
> Was this expected?
checkans.out is the expected output of the test. The actual output is
compared with that. Yes, Gforth does not have these words.
> 3) Finally, I noticed 3 patch files:
>
> 0.7.0-avoid-version.patch
> 0.7.0-vpath.patch
> gforth-0.7.0-1.cygwin.patch
>
> Should I run: "patch -p0 <patch-file> " on all three? None? Just
> gforth-0.7.0-1.cygwin.patch?
Where do you get these files from? I don't know anything about them.
- anton
--
M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
New standard: http://www.forth200x.org/forth200x.html
EuroForth 2011: http://www.euroforth.org/ef11/
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Building gforth on Cygwin ? jski <jan.chludzinski@gmail.com> - 2011-09-17 05:38 -0700
Re: Building gforth on Cygwin ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2011-09-17 15:28 +0000
Re: Building gforth on Cygwin ? jski <jan.chludzinski@gmail.com> - 2011-09-17 09:37 -0700
Re: Building gforth on Cygwin ? jski <jan.chludzinski@gmail.com> - 2011-09-17 09:43 -0700
Re: Building gforth on Cygwin ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2011-09-17 17:30 +0000
Re: Building gforth on Cygwin ? Tarkin <tarkin000@gmail.com> - 2011-09-17 15:33 -0700
Re: Building gforth on Cygwin ? jski <jchludzinski@gmail.com> - 2011-09-17 16:53 -0700
Re: Building gforth on Cygwin ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2011-09-18 09:25 +0000
Re: Building gforth on Cygwin ? jski <jchludzinski@gmail.com> - 2011-09-18 05:29 -0700
Re: Building gforth on Cygwin ? clvrmnky <spamtrap@clevermonkey.org> - 2011-10-23 00:22 +0000
Re: Building gforth on Cygwin ? gavino <gavcomedy@gmail.com> - 2011-10-31 04:54 -0700
Re: Building gforth on Cygwin ? gavino <gavcomedy@gmail.com> - 2011-10-31 10:34 -0700
csiph-web