Re: Parrot and VIM on XP (was Re: Win XP problems)

2004-11-10 Thread Leopold Toetsch
Christian Lott <[EMAIL PROTECTED]> wrote: > The only ops directory I have is under the docs directory. I assume > ops2vim will parse it: No. It's in the sources. > Christian leo

Parrot and VIM on XP (was Re: Win XP problems)

2004-11-10 Thread Christian Lott
Andrew Rodland wrote: On Monday 08 November 2004 06:50 pm, Christian Lott wrote: Having a little trouble with vim. I think the problem is that imc.vim.in needs to go through ops2vim. C:\parrot\editor>perl ops2vim.pl imc.vim.in imc.vim Can't open imc.vim: No such file or directory at ops2vim.pl l

Re: Win XP problems

2004-11-09 Thread Andrew Rodland
On Monday 08 November 2004 06:50 pm, Christian Lott wrote: > Having a little trouble with vim. > > I think the problem is that imc.vim.in needs to go through ops2vim. > > C:\parrot\editor>perl ops2vim.pl imc.vim.in imc.vim > Can't open imc.vim: No such file or directory at ops2vim.pl line 8, <> > l

Re: Win XP problems

2004-11-08 Thread Christian Lott
Jonathan Worthington wrote: "Peter Sinnott" <[EMAIL PROTECTED]> wrote: On Mon, Nov 08, 2004 at 12:56:50PM +0100, Leopold Toetsch wrote: Christian Lott <[EMAIL PROTECTED]> wrote: > I have Active State Perl. I have MSVC. I have the POW version of > Parrot. What is POW? Parrot on Windows? Who does m

Re: Win XP problems

2004-11-08 Thread Christian Lott
Having a little trouble with vim. I think the problem is that imc.vim.in needs to go through ops2vim. C:\parrot\editor>perl ops2vim.pl imc.vim.in imc.vim Can't open imc.vim: No such file or directory at ops2vim.pl line 8, <> line 85. syn keyword imcOp C:\parrot\editor>perl ops2vim.pl imc.vim imc.

Re: Win XP problems

2004-11-08 Thread Ron Blaschke
On Mon, 08 Nov 2004 10:46:47 -0600, Christian Lott wrote: > Ron Blaschke wrote: >>No. Look for a batch file called vcvars32.bat below the Microsoft Visual >>C++ 2003 directory, and run it. It'll setup your environment. >>"dir /s vcvars32.bat" > OK. Path set. > Now what? Assuming you got the ful

Re: Win XP problems

2004-11-08 Thread Jonathan Worthington
"Peter Sinnott" <[EMAIL PROTECTED]> wrote: On Mon, Nov 08, 2004 at 12:56:50PM +0100, Leopold Toetsch wrote: Christian Lott <[EMAIL PROTECTED]> wrote: > I have Active State Perl. I have MSVC. I have the POW version of > Parrot. What is POW? Parrot on Windows? Who does maintain it? Possily he means

Re: Win XP problems

2004-11-08 Thread Christian Lott
Ron Blaschke wrote: No. Look for a batch file called vcvars32.bat below the Microsoft Visual C++ 2003 directory, and run it. It'll setup your environment. "dir /s vcvars32.bat" OK. Path set. Now what? It just fires up a command prompt with the vcvars32.bat executed. Ron

Re: Win XP problems

2004-11-08 Thread Ron Blaschke
On Mon, 08 Nov 2004 09:45:06 -0600, Christian Lott wrote: > "Do you hvae msvc (cl.exe) in the path?" > No. I thought I did but looks like I don't... > It's at c:\Program Files\Microsoft Visual C++ 2003\bin\cl.exe > How would I set the path without overwriting my previous settings? > set PATH=%PATH%

Re: Win XP problems

2004-11-08 Thread Christian Lott
"Do you hvae msvc (cl.exe) in the path?" No. I thought I did but looks like I don't... It's at c:\Program Files\Microsoft Visual C++ 2003\bin\cl.exe How would I set the path without overwriting my previous settings? set PATH=%PATH%;c:\Program Files\Microsoft Visual C++ 2003\bin\ "Possily he means

Re: Win XP problems

2004-11-08 Thread steve
On Mon, Nov 08, 2004 at 12:21:51AM -0600, Christian Lott wrote: > I have Active State Perl. I have MSVC. I have the POW version of Parrot. > > In the new POW version of Parrot there is no Configure.pl so I can't > compile. Since all I get are "Can't find MSVC" errors I can't follow > Leo's advic

Re: Win XP problems

2004-11-08 Thread Peter Sinnott
On Mon, Nov 08, 2004 at 12:56:50PM +0100, Leopold Toetsch wrote: > Christian Lott <[EMAIL PROTECTED]> wrote: > > I have Active State Perl. I have MSVC. I have the POW version of Parrot. > > What is POW? Parrot on Windows? Who does maintain it? > Possily he means http://www.jwcs.net/developers/per

Re: Win XP problems

2004-11-08 Thread Leopold Toetsch
Christian Lott <[EMAIL PROTECTED]> wrote: > I have Active State Perl. I have MSVC. I have the POW version of Parrot. What is POW? Parrot on Windows? Who does maintain it? > In the new POW version of Parrot there is no Configure.pl so I can't > compile. Since all I get are "Can't find MSVC" errors

Re: Win XP problems

2004-11-08 Thread Nicholas Clark
On Mon, Nov 08, 2004 at 12:21:51AM -0600, Christian Lott wrote: > I have Active State Perl. I have MSVC. I have the POW version of Parrot. What's the POW version of Parrot? This some source for parrot which isn't cvs.perl.org, or a release on CPAN? Nicholas Clark

Win XP problems

2004-11-08 Thread Christian Lott
I have Active State Perl. I have MSVC. I have the POW version of Parrot. In the new POW version of Parrot there is no Configure.pl so I can't compile. Since all I get are "Can't find MSVC" errors I can't follow Leo's advice on CPAN. Nmake has done nothing for me either on the CVS tar.zip I attem