Skip to content

Instantly share code, notes, and snippets.

@ayardley
Created April 24, 2012 19:24
Show Gist options
  • Save ayardley/2482904 to your computer and use it in GitHub Desktop.
Save ayardley/2482904 to your computer and use it in GitHub Desktop.
Trying to build Rosella
Ubuntu 11.10 (oneiric) 32bit:
When I try to build a new clone of Rosella, the build blows with,
winxed -o rosella/json.pir -c rosella/json.winxed
rosella/json.winxed:432: unclosed namespace near namespace
exit status: 256
command: winxed -o rosella/json.pir -c rosella/json.winxed
current instr.: 'parrot;Rosella;Winxed;Distutils;compile_to_pir' pc 692 (./src/winxed/Distutils.bootstrap.pir:341) (src/winxed/Distutils.winxed:155)
called from Sub 'parrot;Rosella;Winxed;Distutils;build_winxed_files' pc 270 (./src/winxed/Distutils.bootstrap.pir:126) (src/winxed/Distutils.winxed:63)
called from Sub 'run_step' pc 956 (runtime/parrot/library/distutils.pir:423)
called from Sub 'setup' pc 902 (runtime/parrot/library/distutils.pir:395)
called from Sub 'setup_main' pc 262 ((file unknown):174434557) (setup.winxed:40)
called from Sub 'main' pc 2771 ((file unknown):174435419) (setup.winxed:732)
called from Sub 'main' pc 1412 (ext/winxed/driver.pir:498)
current instr.: 'setup' pc 902 (runtime/parrot/library/distutils.pir:395)
called from Sub 'setup_main' pc 262 ((file unknown):174434557) (setup.winxed:40)
called from Sub 'main' pc 2794 ((file unknown):174435431) (setup.winxed:735)
called from Sub 'main' pc 1412 (ext/winxed/driver.pir:498)
Any ideas?
Thanks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment