#1909: g++ build broken
-------------------+--------------------------------------------------------
 Reporter:  coke   |       Owner:        
     Type:  bug    |      Status:  new   
 Priority:  major  |   Milestone:        
Component:  build  |     Version:  master
 Severity:  fatal  |    Keywords:        
     Lang:         |       Patch:        
 Platform:         |  
-------------------+--------------------------------------------------------
 {{{

 $ 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
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1909>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to