#1279: Parrot prefers libraries in build tree to installed tree or current
directory.
----------------------+-----------------------------------------------------
 Reporter:  pmichaud  |        Owner:        
     Type:  bug       |       Status:  closed
 Priority:  major     |    Milestone:        
Component:  install   |      Version:  1.7.0 
 Severity:  high      |   Resolution:  fixed 
 Keywords:            |         Lang:        
    Patch:            |     Platform:        
----------------------+-----------------------------------------------------

Comment(by fperrad):

 {{{
 $ perl tools/dev/mk_language_shell.pl SomeLang
 $ cd somelang
 $ parrot Configure.pir
 Hello, I'm Configure. My job is to poke and prod
 your system to figure out how to build Xyz.

 Could not find non-existent sub genfile
 }}}

 that fails because in somelang/Configure.pir, the instruction
 {{{
 load_bytecode 'Configure.pbc'
 }}}
 reload somelang/Configure.pir itself instead of
 runtime/library/Configure.pbc.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1279#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to