Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@masak
Created July 12, 2009 13:59
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 masak/145641 to your computer and use it in GitHub Desktop.
Save masak/145641 to your computer and use it in GitHub Desktop.
$ cd ext/SQLite3/
$ perl Makefile.PL
$ make
cd ../..; make all
Compiling with:
xx.c
cc -I./include -g -pipe -fno-common -no-cpp-precomp -Wdeclaration-after-statement -I/usr/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 -I/opt/local/include -DHAS_GETTEXT -g -Wno-shadow -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
make -C docs
perl -MExtUtils::Command -e mkpath ops
make -C src/dynpmc
perl -MExtUtils::Command -e cp *.bundle /Users/masak/work/hobbies/parrot/runtime/parrot/dynext
make -C src/dynoplibs
perl -MExtUtils::Command -e cp *.bundle /Users/masak/work/hobbies/parrot/runtime/parrot/dynext
make -C compilers/pct
make[2]: Nothing to be done for `all'.
make -C compilers/pge
make[2]: Nothing to be done for `all'.
make -C compilers/tge
make[2]: Nothing to be done for `all'.
make -C compilers/nqp
make[2]: Nothing to be done for `all'.
make -C compilers/json
make[2]: Nothing to be done for `all'.
cd ../../compilers/ncigen; ../../parrot ../../languages/rakudo/perl6.pbc ../../ext/SQLite3/gen_sqlite3.pl /usr/include/sqlite3.h > ../../ext/SQLite3/genSQLite3.pir
Malformed routine definition at line 72, near "pir(NCIGEN"
in Main (src/gen_setting.pm:3340)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment