* Build CVS Emacs on Win32
@ 2003-03-12 2:24 Peter Wu
2003-03-12 14:37 ` Kai Großjohann
2003-03-12 19:24 ` Stefan Monnier
0 siblings, 2 replies; 7+ messages in thread
From: Peter Wu @ 2003-03-12 2:24 UTC (permalink / raw)
Hello,
Is there any HOWTO article that shows how to build CVS Emacs (currently
21.3.50) on Win32 platform? I have VC++ installed. Thanks.
--
Peter Wu
Powered by Microsoft Windows XP [Version 5.1.2600]
This posting is provided "AS IS" with no warranties, and confers no rights.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-12 2:24 Build CVS Emacs on Win32 Peter Wu
@ 2003-03-12 14:37 ` Kai Großjohann
2003-03-13 4:05 ` Peter Wu
2003-03-12 19:24 ` Stefan Monnier
1 sibling, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2003-03-12 14:37 UTC (permalink / raw)
Peter Wu <peterwu@hotmail.com> writes:
> Is there any HOWTO article that shows how to build CVS Emacs (currently
> 21.3.50) on Win32 platform? I have VC++ installed. Thanks.
There is a file INSTALL-CVS. Did you read that?
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-12 2:24 Build CVS Emacs on Win32 Peter Wu
2003-03-12 14:37 ` Kai Großjohann
@ 2003-03-12 19:24 ` Stefan Monnier
1 sibling, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2003-03-12 19:24 UTC (permalink / raw)
>>>>> "Peter" == Peter Wu <peterwu@hotmail.com> writes:
> Is there any HOWTO article that shows how to build CVS Emacs (currently
> 21.3.50) on Win32 platform? I have VC++ installed. Thanks.
[ This is only for released versions of Emacs. Please use
emacs-pretest-bug@gnu.org for questions related to unreleased versions ].
What part of INSTALL and INSTALL-CVS were not clear ?
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-12 14:37 ` Kai Großjohann
@ 2003-03-13 4:05 ` Peter Wu
2003-03-13 8:59 ` Kai Großjohann
0 siblings, 1 reply; 7+ messages in thread
From: Peter Wu @ 2003-03-13 4:05 UTC (permalink / raw)
kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:
> Peter Wu <peterwu@hotmail.com> writes:
>
>> Is there any HOWTO article that shows how to build CVS Emacs (currently
>> 21.3.50) on Win32 platform? I have VC++ installed. Thanks.
>
> There is a file INSTALL-CVS. Did you read that?
I read that and did the following:
C:\emacs-cvs\emacs\nt>configure
Checking for 'cp'...
The syntax of the command is incorrect.
How to fix this?
--
Peter Wu
Powered by Microsoft Windows XP [Version 5.1.2600]
This posting is provided "AS IS" with no warranties, and confers no rights.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-13 4:05 ` Peter Wu
@ 2003-03-13 8:59 ` Kai Großjohann
2003-03-13 9:10 ` Peter Wu
0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2003-03-13 8:59 UTC (permalink / raw)
Peter Wu <peterwu@hotmail.com> writes:
> kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:
>
>> There is a file INSTALL-CVS. Did you read that?
>
> I read that and did the following:
>
> C:\emacs-cvs\emacs\nt>configure
> Checking for 'cp'...
> The syntax of the command is incorrect.
>
> How to fix this?
When you read the file, did you see the following?
/----
| Users of non-Posix systems (MS-Windows etc.) should run the
| platform-specific configuration scripts (nt/configure.bat, config.bat,
| etc.) before "make bootstrap" or "make"; the rest of the procedure is
| applicable to those systems as well.
\----
I think that's pretty clear.
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-13 8:59 ` Kai Großjohann
@ 2003-03-13 9:10 ` Peter Wu
2003-03-13 11:19 ` Kai Großjohann
0 siblings, 1 reply; 7+ messages in thread
From: Peter Wu @ 2003-03-13 9:10 UTC (permalink / raw)
kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:
> Peter Wu <peterwu@hotmail.com> writes:
>
> > kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:
> >
> >> There is a file INSTALL-CVS. Did you read that?
> >
> > I read that and did the following:
> >
> > C:\emacs-cvs\emacs\nt>configure
> > Checking for 'cp'...
> > The syntax of the command is incorrect.
> >
> > How to fix this?
>
> When you read the file, did you see the following?
>
> /----
> | Users of non-Posix systems (MS-Windows etc.) should run the
> | platform-specific configuration scripts (nt/configure.bat, config.bat,
> | etc.) before "make bootstrap" or "make"; the rest of the procedure is
> | applicable to those systems as well.
> \----
>
> I think that's pretty clear.
Yes, it's clear but not working for me. As you see, I did run
nt\configure.bat, which gave me some error.
I put the cygwin path to the very first but it still does not work for me
although it gave me another error message...
--
Peter Wu
Powered by Microsoft Windows XP [Version 5.1.2600]
This posting is provided "AS IS" with no warranties, and confers no rights.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Build CVS Emacs on Win32
2003-03-13 9:10 ` Peter Wu
@ 2003-03-13 11:19 ` Kai Großjohann
0 siblings, 0 replies; 7+ messages in thread
From: Kai Großjohann @ 2003-03-13 11:19 UTC (permalink / raw)
Peter Wu <peterwu@hotmail.com> writes:
> Yes, it's clear but not working for me. As you see, I did run
> nt\configure.bat, which gave me some error.
D'Oh! I overlooked that. Sorry.
Anyhow, I had a quick peek at the nt/configure.bat file and it
appears that it really really really needs a unixoid `cp' program.
If there is no cp program at all, it emits a useful error message.
But it seems that in your case, the error message is weird.
Can you find out which cp program it finds? And do you have a
unixoid cp program on your system, and can you make it use that?
(It also needs rm, it seems.)
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-03-13 11:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12 2:24 Build CVS Emacs on Win32 Peter Wu
2003-03-12 14:37 ` Kai Großjohann
2003-03-13 4:05 ` Peter Wu
2003-03-13 8:59 ` Kai Großjohann
2003-03-13 9:10 ` Peter Wu
2003-03-13 11:19 ` Kai Großjohann
2003-03-12 19:24 ` Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).