Andy Piper <andy(a)xemacs.org> writes:
At 08:28 PM 3/10/99 +0100, Guido.VanHoecke(a)advalvas.be wrote:
>I have build xemacs-21.0.65 on an NT box using the egcs compiler and
>the cygwin b20.1 environment. I get an error after buidling
>temacs.exe. I have appended the shell buffer containing the configure
>process as well as the make process. I have no clue what went wrong,
>but I assume that this problem should better be known as early as
>possible.
I don't see this. Always make sure you build new betas with 'make beta'
rather than just plain 'make'. What happens if you do this?
andy
Yep, that brings me a lot further. Unfortunately, way down the
process, the build stops while it expects to find /bin/echo:
...
/usr/local/src/XEMACS~1.65/lib-src/update-elc.sh: /bin/echo: not found
So I copied echo.exe from /cygnus/cygwin-b20/h-i586-cygwin32/bin/ to
my /bin and restarted to build. I will report the outcome.
In the mean time, I have successfully built it with ms vc5.0; (there
was an undefine in the tiff area, so I left it out and had no other
problems). I am running it right now. Thanks for all your effort and
time...
Guido.