#691: installed pbc_to_exe can't find config.fpmc.
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:             
     Type:  bug     |      Status:  new        
 Priority:  normal  |   Milestone:             
Component:  none    |     Version:             
 Severity:  medium  |    Keywords:  tcl blocker
     Lang:          |       Patch:             
 Platform:          |  
--------------------+-------------------------------------------------------
 {{{
 1;0 c...@feather:~/sandbox/partcl$ cat foo.pir
 .sub main :main
   say 'hello world'
 .end
 1;0 c...@feather:~/sandbox/partcl$ parrot --version
 This is Parrot version 1.2.0 built for i386-linux.
 Copyright (C) 2001-2009, Parrot Foundation.

 This code is distributed under the terms of the Artistic License 2.0.
 For more details, see the full text of the license in the LICENSE file
 included in the Parrot source tree.

 1;0 c...@feather:~/sandbox/partcl$ parrot foo.pir
 hello world
 1;0 c...@feather:~/sandbox/partcl$ pbc_to_exe foo.pir
 Can't read '/usr/local/runtime/parrot/include/config.fpmc' : No such file
 or directory
 current instr.: '_config' pc 77 (library/config.pir:88)
 called from Sub 'handle_args' pc 277 (tools/dev/pbc_to_exe.pir:148)
 called from Sub 'main' pc 97 (tools/dev/pbc_to_exe.pir:32)
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/691>
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