Ticket #1621 (new bug) — at Initial Version

Opened 12 years ago

Last modified 11 years ago

Build errors on Windows

Reported by: shockwave Owned by:
Priority: blocker Milestone:
Component: build Version: 2.3.0
Severity: fatal Keywords:
Cc: Language:
Patch status: Platform: win32

Description

PS C:\workspace\silo\Using\parrot> mingw32-make gcc -I./include -I./include/pmc -DWIN32 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASAT TRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT

-g -falign-functions=16 -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wca

st-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wextra -Wformat -Wformat-extra -args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissin g-braces -Wno-missing-format-attribute -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point

-Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknow

n-pragmas -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-i nt -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototy pes -Isrc -o src/debug.o -c src/debug.c src/debug.c: In function `PDB_backtrace': src/debug.c:3249: error: structure has no member named `to_ctx' src/debug.c:3253: error: structure has no member named `to_ctx' src/debug.c:3254: error: structure has no member named `to_ctx' src/debug.c:3255: error: structure has no member named `to_ctx' src/debug.c:3256: error: structure has no member named `to_ctx' src/debug.c:3266: error: structure has no member named `seg' src/debug.c:3270: error: structure has no member named `to_ctx' mingw32-make: *** [src/debug.o] Error 1 PS C:\workspace\silo\Using\parrot>

Note: See TracTickets for help on using tickets.