Ticket #691 (closed bug: fixed)
installed pbc_to_exe can't find config.fpmc.
Reported by: | coke | Owned by: | Util |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | install | Version: | 1.2.0 |
Severity: | medium | Keywords: | tcl blocker |
Cc: | Language: | tcl | |
Patch status: | Platform: |
Description
1;0 coke@feather:~/sandbox/partcl$ cat foo.pir .sub main :main say 'hello world' .end 1;0 coke@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 coke@feather:~/sandbox/partcl$ parrot foo.pir hello world 1;0 coke@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)
Change History
Note: See
TracTickets for help on using
tickets.