Ticket #1687 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

make vim-install broken

Reported by: kthakore Owned by: coke
Priority: normal Milestone: 2.6
Component: none Version: trunk
Severity: low Keywords:
Cc: Language:
Patch status: Platform: linux

Description

make vim-install
/home/kthakore/perl5/perlbrew/perls/perl-5.12.0/bin/perl5.12.0 -MExtUtils::Comma
nd -e cp pir_vim.in pir.vim
/home/kthakore/perl5/perlbrew/perls/perl-5.12.0/bin/perl5.12.0 ops2vim.pl ../src
/ops/*.ops >> pir.vim
../parrot mk_skeleton.pir > skeleton.pir
error:imcc:syntax error, unexpected VAR, expecting '(' ('epoch')
        in file 'mk_skeleton.pir' line 13
error:imcc:syntax error ... somewhere
        in file 'mk_skeleton.pir' line 31
make: *** [skeleton.pir] Error 1

Change History

Changed 12 years ago by kthakore

Here is a patch to fix it.

diff --git a/editor/mk_skeleton.pir b/editor/mk_skeleton.pir 
index a4b6102..f64ea13 100644 
--- a/editor/mk_skeleton.pir 
+++ b/editor/mk_skeleton.pir 
@@ -4,6 +4,7 @@ 
 # Generate a skeleton PIR file that adheres to parrot developer standards.
 # intended for people who hack on parrot itself, not users of parrot.
 
+.loadlib 'sys_ops' 
 .include 'tm.pasm'
 
 .sub 'main' :main

Changed 12 years ago by coke

  • owner set to coke

Changed 12 years ago by kthakore

Here is a patch for my credits too.

 http://sdlperl.ath.cx/patch

Changed 12 years ago by whiteknight

  • status changed from new to closed
  • resolution set to fixed

Applied the functional part of the patch in r47749.

Note: See TracTickets for help on using tickets.