Skip to content

Instantly share code, notes, and snippets.

@leto
Created December 17, 2009 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/258482 to your computer and use it in GitHub Desktop.
Save leto/258482 to your computer and use it in GitHub Desktop.
(kadath)(~/git/tapir master )$ parrot setup.pir
/Users/leto/svn/parrot/parrot -o t/harness.pbc t/harness.pir
/Users/leto/svn/parrot/parrot -o lib/Tapir/Stream.pbc lib/Tapir/Stream.pir
/Users/leto/svn/parrot/parrot -o lib/Tapir/Parser.pbc lib/Tapir/Parser.pir
/Users/leto/svn/parrot/pbc_merge -o tapir.pbc t/harness.pbc lib/Tapir/Parser.pbc lib/Tapir/Stream.pbc
/Users/leto/svn/parrot/pbc_to_exe tapir.pbc
cc -o tapir.o -I/Users/leto/svn/parrot/include -fno-common -no-cpp-precomp -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -pipe -fno-common -Wno-long-double -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DDISABLE_GC_DEBUG=1 -DNDEBUG -O3 -DHAS_GETTEXT -c tapir.c
Compiled: tapir.o
c++ -o tapir tapir.o /Users/leto/svn/parrot/src/parrot_config.o -L/Users/leto/svn/parrot/blib/lib -L/Users/leto/svn/parrot/blib/lib -lparrot -undefined dynamic_lookup -L/opt/local/lib -lm -lutil -lgmp -lreadline -lintl -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm
Linked: tapir
/Users/leto/svn/parrot/pbc_to_exe tapir.pbc --install
cc -o tapir.o -I/Users/leto/svn/parrot/include -fno-common -no-cpp-precomp -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -pipe -fno-common -Wno-long-double -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DDISABLE_GC_DEBUG=1 -DNDEBUG -O3 -DHAS_GETTEXT -c tapir.c
Compiled: tapir.o
c++ -o installable_tapir tapir.o /Users/leto/svn/parrot/src/install_config.o -L/usr/local/lib -L/Users/leto/svn/parrot/blib/lib -lparrot -undefined dynamic_lookup -L/opt/local/lib -lm -lutil -lgmp -lreadline -lintl -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm
i686-apple-darwin9-g++-4.0.1: /Users/leto/svn/parrot/src/install_config.o: No such file or directory
linking failed
current instr.: 'link_file' pc 941 (tools/dev/pbc_to_exe.pir:560)
called from Sub 'main' pc -1 ((unknown file):-1)
exit status: 256
command: /Users/leto/svn/parrot/pbc_to_exe tapir.pbc --install
current instr.: 'setup' pc 792 (runtime/parrot/library/distutils.pir:360)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment