Skip to content

Instantly share code, notes, and snippets.

@ayardley
Created December 14, 2011 09:29
Show Gist options
  • Save ayardley/1475867 to your computer and use it in GitHub Desktop.
Save ayardley/1475867 to your computer and use it in GitHub Desktop.
Guitor builds under cygwin (on XP SP3 box)
NotFound:
I was able to build Guitor under cygwin on my wife's XP (SP3) box, using cygwin's bundled distribution of parrot 3.6.0. I was, however, unable to execute any of examples because of path-related error. I got the error message,
"load_bytecode" couldn't find file: 'Guitor.pbc'
current instr.: 'initial_load_bytecode' pc 0 ((file unknown):1629545920)
I tried to execute the examples with variations of the following issued from the 'Guitor' directory:
winxed -L="/[path]/[to]/[Guitor]/[build]/[dir]" ./examples/text.winxed
I'm sure I'm getting the paths wrong, but I don't know how or where.
Note: I've got the same problem on linux, so ... it's probably my error.
Alvis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment