Skip to content

Instantly share code, notes, and snippets.

@leto
Created May 13, 2011 21:51
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/971378 to your computer and use it in GitHub Desktop.
Save leto/971378 to your computer and use it in GitHub Desktop.
perl tools/build/c2str.pl src/pmc/callcontext.c > src/pmc/callcontext.str
g++ -I./include -I./include/pmc -g -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -g -D_POSIX_TIMERS -DCLOCK_BEST=CLO
CK_MONOTONIC -DPIC -fPIC -falign-functions=16 -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wf
ormat-y2k -Wimplicit -Wimport -Winline -Wmissing-braces -Wno-missing-format-attribute -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsign-compare -Wstrict-aliasing -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-un
used -Wunknown-pragmas -Wwrite-strings -Icompilers/imcc -Isrc/ -o compilers/imcc/symreg.o -c compilers/imcc/symreg.c
In file included from include/parrot/interpreter.h:122,
from include/parrot/platform_interface.h:11,
from include/parrot/parrot.h:227,
from compilers/imcc/imc.h:22,
from compilers/imcc/symreg.c:29:
include/parrot/context.h:79: error: syntax error before `__attribute__'
include/parrot/context.h:83: error: syntax error before `__attribute__'
include/parrot/context.h:87: error: syntax error before `__attribute__'
perl tools/build/pmc2c.pl --c src/pmc/opcode.pmc
include/parrot/context.h:92: error: syntax error before `__attribute__'
include/parrot/context.h:100: error: syntax error before `__attribute__'
include/parrot/context.h:106: error: syntax error before `__attribute__'
include/parrot/context.h:112: error: syntax error before `__attribute__'
include/parrot/context.h:118: error: syntax error before `__attribute__'
include/parrot/context.h:123: error: syntax error before `__attribute__'
include/parrot/context.h:129: error: syntax error before `__attribute__'
include/parrot/context.h:135: error: syntax error before `__attribute__'
include/parrot/context.h:141: error: syntax error before `__attribute__'
include/parrot/context.h:149: error: syntax error before `__attribute__'
include/parrot/context.h:155: error: syntax error before `__attribute__'
include/parrot/context.h:161: error: syntax error before `__attribute__'
include/parrot/context.h:167: error: syntax error before `__attribute__'
include/parrot/context.h:173: error: syntax error before `__attribute__'
include/parrot/context.h:181: error: syntax error before `__attribute__'
include/parrot/context.h:186: error: syntax error before `__attribute__'
include/parrot/context.h:192: error: syntax error before `__attribute__'
include/parrot/context.h:198: error: syntax error before `__attribute__'
include/parrot/context.h:204: error: syntax error before `__attribute__'
include/parrot/context.h:210: error: syntax error before `__attribute__'
include/parrot/context.h:214: error: syntax error before `__attribute__'
include/parrot/context.h:222: error: syntax error before `__attribute__'
include/parrot/context.h:229: error: syntax error before `__attribute__'
include/parrot/context.h:235: error: syntax error before `__attribute__'
include/parrot/context.h:242: error: syntax error before `__attribute__'
include/parrot/context.h:246: error: syntax error before `__attribute__'
include/parrot/context.h:253: error: syntax error before `__attribute__'
include/parrot/context.h:259: error: syntax error before `__attribute__'
include/parrot/context.h:265: error: syntax error before `__attribute__'
include/parrot/context.h:272: error: syntax error before `__attribute__'
include/parrot/context.h:278: error: syntax error before `__attribute__'
include/parrot/context.h:284: error: syntax error before `__attribute__'
include/parrot/context.h:290: error: syntax error before `__attribute__'
include/parrot/context.h:297: error: syntax error before `__attribute__'
include/parrot/context.h:303: error: syntax error before `__attribute__'
include/parrot/context.h:309: error: syntax error before `__attribute__'
include/parrot/context.h:316: error: syntax error before `__attribute__'
In file included from include/parrot/interpreter.h:129,
from include/parrot/platform_interface.h:11,
from include/parrot/parrot.h:227,
from compilers/imcc/imc.h:22,
from compilers/imcc/symreg.c:29:
include/parrot/debugger.h:280: error: syntax error before `__attribute__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment