Ticket #1909 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

g++ build broken

Reported by: coke Owned by:
Priority: major Milestone:
Component: build Version: master
Severity: fatal Keywords:
Cc: Language:
Patch status: Platform:

Description

$ make frontend/parrot_debugger/main.o
ccache g++ -I./include -I./include/pmc -g -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -DDISABLE_GC_DEBUG=1 -DNDEBUG -I /opt/local/include      -O3 -falign-functions=16 -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-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 -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -fvisibility=hidden -Ifrontend/parrot_debugger -Isrc/ -o frontend/parrot_debugger/main.o -c frontend/parrot_debugger/main.c
frontend/parrot_debugger/main.c: In function ‘int main(int, const char**)’:
frontend/parrot_debugger/main.c:170: error: ‘Parrot_set_config_hash’ was not declared in this scope
frontend/parrot_debugger/main.c:172: error: ‘Parrot_new’ was not declared in this scope
frontend/parrot_debugger/main.c:174: error: ‘Parrot_set_executable_name’ was not declared in this scope
frontend/parrot_debugger/main.c:199: error: ‘Parrot_pbc_read’ was not declared in this scope
frontend/parrot_debugger/main.c:204: error: ‘Parrot_pbc_load’ was not declared in this scope
frontend/parrot_debugger/main.c:211: error: ‘Parrot_pbc_load’ was not declared in this scope
frontend/parrot_debugger/main.c:230: error: ‘Parrot_compile_string’ was not declared in this scope
frontend/parrot_debugger/main.c: In function ‘void PDB_run_code(parrot_interp_t*, int, const char**)’:
frontend/parrot_debugger/main.c:273: error: ‘Parrot_runcode’ was not declared in this scope
make: *** [frontend/parrot_debugger/main.o] Error 1

Change History

Changed 11 years ago by coke

  • status changed from new to closed
  • resolution set to fixed

Looks like whiteknight++ fixed this (and the remaining issues.)

Note: See TracTickets for help on using tickets.