Skip to content

Instantly share code, notes, and snippets.

@kylewu
Created June 29, 2012 04:50
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 kylewu/3015850 to your computer and use it in GitHub Desktop.
Save kylewu/3015850 to your computer and use it in GitHub Desktop.
Servo make error
make check -C src/rust-cocoa
cc /Users/wenbinwu/dev/servo/src/rust-cocoa/msgsend.c -o msgsend.o -c
ar rcs libmsgsend.a msgsend.o
rustc /Users/wenbinwu/dev/servo/src/rust-cocoa/cocoa.rc -o cocoa-test --test
warning: no debug symbols in executable (-arch x86_64)
./cocoa-test
running 2 tests
doSomething
nsapp: 4299283952
test base::test_custom_obj ... ok
test base::test_nsapp ... ok
result: ok. 2 passed; 0 failed; 0 ignored
make -C src/ragel
Making all in ragel
echo '#define VERSION "6.7"' > version.h
echo '#define PUBDATE "May 2011"' >> version.h
make all-am
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-main.o -MD -MP -MF .deps/ragel-main.Tpo -c -o ragel-main.o `test -f 'main.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`main.cpp
mv -f .deps/ragel-main.Tpo .deps/ragel-main.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-parsetree.o -MD -MP -MF .deps/ragel-parsetree.Tpo -c -o ragel-parsetree.o `test -f 'parsetree.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`parsetree.cpp
mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-parsedata.o -MD -MP -MF .deps/ragel-parsedata.Tpo -c -o ragel-parsedata.o `test -f 'parsedata.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`parsedata.cpp
mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmstate.o -MD -MP -MF .deps/ragel-fsmstate.Tpo -c -o ragel-fsmstate.o `test -f 'fsmstate.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmstate.cpp
mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmbase.o -MD -MP -MF .deps/ragel-fsmbase.Tpo -c -o ragel-fsmbase.o `test -f 'fsmbase.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmbase.cpp
mv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmattach.o -MD -MP -MF .deps/ragel-fsmattach.Tpo -c -o ragel-fsmattach.o `test -f 'fsmattach.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmattach.cpp
mv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmmin.o -MD -MP -MF .deps/ragel-fsmmin.Tpo -c -o ragel-fsmmin.o `test -f 'fsmmin.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmmin.cpp
mv -f .deps/ragel-fsmmin.Tpo .deps/ragel-fsmmin.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmgraph.o -MD -MP -MF .deps/ragel-fsmgraph.Tpo -c -o ragel-fsmgraph.o `test -f 'fsmgraph.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmgraph.cpp
mv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-fsmap.o -MD -MP -MF .deps/ragel-fsmap.Tpo -c -o ragel-fsmap.o `test -f 'fsmap.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`fsmap.cpp
mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rlscan.o -MD -MP -MF .deps/ragel-rlscan.Tpo -c -o ragel-rlscan.o `test -f 'rlscan.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rlscan.cpp
mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rlparse.o -MD -MP -MF .deps/ragel-rlparse.Tpo -c -o ragel-rlparse.o `test -f 'rlparse.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rlparse.cpp
mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-inputdata.o -MD -MP -MF .deps/ragel-inputdata.Tpo -c -o ragel-inputdata.o `test -f 'inputdata.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`inputdata.cpp
mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-common.o -MD -MP -MF .deps/ragel-common.Tpo -c -o ragel-common.o `test -f 'common.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`common.cpp
mv -f .deps/ragel-common.Tpo .deps/ragel-common.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-redfsm.o -MD -MP -MF .deps/ragel-redfsm.Tpo -c -o ragel-redfsm.o `test -f 'redfsm.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`redfsm.cpp
mv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-gendata.o -MD -MP -MF .deps/ragel-gendata.Tpo -c -o ragel-gendata.o `test -f 'gendata.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`gendata.cpp
mv -f .deps/ragel-gendata.Tpo .deps/ragel-gendata.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdcodegen.o -MD -MP -MF .deps/ragel-cdcodegen.Tpo -c -o ragel-cdcodegen.o `test -f 'cdcodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdcodegen.cpp
mv -f .deps/ragel-cdcodegen.Tpo .deps/ragel-cdcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdtable.o -MD -MP -MF .deps/ragel-cdtable.Tpo -c -o ragel-cdtable.o `test -f 'cdtable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdtable.cpp
mv -f .deps/ragel-cdtable.Tpo .deps/ragel-cdtable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdftable.o -MD -MP -MF .deps/ragel-cdftable.Tpo -c -o ragel-cdftable.o `test -f 'cdftable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdftable.cpp
mv -f .deps/ragel-cdftable.Tpo .deps/ragel-cdftable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdflat.o -MD -MP -MF .deps/ragel-cdflat.Tpo -c -o ragel-cdflat.o `test -f 'cdflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdflat.cpp
mv -f .deps/ragel-cdflat.Tpo .deps/ragel-cdflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdfflat.o -MD -MP -MF .deps/ragel-cdfflat.Tpo -c -o ragel-cdfflat.o `test -f 'cdfflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdfflat.cpp
mv -f .deps/ragel-cdfflat.Tpo .deps/ragel-cdfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdgoto.o -MD -MP -MF .deps/ragel-cdgoto.Tpo -c -o ragel-cdgoto.o `test -f 'cdgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdgoto.cpp
mv -f .deps/ragel-cdgoto.Tpo .deps/ragel-cdgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdfgoto.o -MD -MP -MF .deps/ragel-cdfgoto.Tpo -c -o ragel-cdfgoto.o `test -f 'cdfgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdfgoto.cpp
mv -f .deps/ragel-cdfgoto.Tpo .deps/ragel-cdfgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdipgoto.o -MD -MP -MF .deps/ragel-cdipgoto.Tpo -c -o ragel-cdipgoto.o `test -f 'cdipgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdipgoto.cpp
mv -f .deps/ragel-cdipgoto.Tpo .deps/ragel-cdipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cdsplit.o -MD -MP -MF .deps/ragel-cdsplit.Tpo -c -o ragel-cdsplit.o `test -f 'cdsplit.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cdsplit.cpp
mv -f .deps/ragel-cdsplit.Tpo .deps/ragel-cdsplit.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`javacodegen.cpp
mv -f .deps/ragel-javacodegen.Tpo .deps/ragel-javacodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rubycodegen.o -MD -MP -MF .deps/ragel-rubycodegen.Tpo -c -o ragel-rubycodegen.o `test -f 'rubycodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rubycodegen.cpp
mv -f .deps/ragel-rubycodegen.Tpo .deps/ragel-rubycodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rubytable.o -MD -MP -MF .deps/ragel-rubytable.Tpo -c -o ragel-rubytable.o `test -f 'rubytable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rubytable.cpp
mv -f .deps/ragel-rubytable.Tpo .deps/ragel-rubytable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rubyftable.o -MD -MP -MF .deps/ragel-rubyftable.Tpo -c -o ragel-rubyftable.o `test -f 'rubyftable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rubyftable.cpp
mv -f .deps/ragel-rubyftable.Tpo .deps/ragel-rubyftable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rubyflat.o -MD -MP -MF .deps/ragel-rubyflat.Tpo -c -o ragel-rubyflat.o `test -f 'rubyflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rubyflat.cpp
mv -f .deps/ragel-rubyflat.Tpo .deps/ragel-rubyflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rubyfflat.o -MD -MP -MF .deps/ragel-rubyfflat.Tpo -c -o ragel-rubyfflat.o `test -f 'rubyfflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rubyfflat.cpp
mv -f .deps/ragel-rubyfflat.Tpo .deps/ragel-rubyfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-rbxgoto.o -MD -MP -MF .deps/ragel-rbxgoto.Tpo -c -o ragel-rbxgoto.o `test -f 'rbxgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`rbxgoto.cpp
mv -f .deps/ragel-rbxgoto.Tpo .deps/ragel-rbxgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cscodegen.o -MD -MP -MF .deps/ragel-cscodegen.Tpo -c -o ragel-cscodegen.o `test -f 'cscodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cscodegen.cpp
mv -f .deps/ragel-cscodegen.Tpo .deps/ragel-cscodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cstable.o -MD -MP -MF .deps/ragel-cstable.Tpo -c -o ragel-cstable.o `test -f 'cstable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cstable.cpp
mv -f .deps/ragel-cstable.Tpo .deps/ragel-cstable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csftable.o -MD -MP -MF .deps/ragel-csftable.Tpo -c -o ragel-csftable.o `test -f 'csftable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csftable.cpp
mv -f .deps/ragel-csftable.Tpo .deps/ragel-csftable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csflat.o -MD -MP -MF .deps/ragel-csflat.Tpo -c -o ragel-csflat.o `test -f 'csflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csflat.cpp
mv -f .deps/ragel-csflat.Tpo .deps/ragel-csflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csfflat.o -MD -MP -MF .deps/ragel-csfflat.Tpo -c -o ragel-csfflat.o `test -f 'csfflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csfflat.cpp
mv -f .deps/ragel-csfflat.Tpo .deps/ragel-csfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csgoto.o -MD -MP -MF .deps/ragel-csgoto.Tpo -c -o ragel-csgoto.o `test -f 'csgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csgoto.cpp
mv -f .deps/ragel-csgoto.Tpo .deps/ragel-csgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csfgoto.o -MD -MP -MF .deps/ragel-csfgoto.Tpo -c -o ragel-csfgoto.o `test -f 'csfgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csfgoto.cpp
mv -f .deps/ragel-csfgoto.Tpo .deps/ragel-csfgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-csipgoto.o -MD -MP -MF .deps/ragel-csipgoto.Tpo -c -o ragel-csipgoto.o `test -f 'csipgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`csipgoto.cpp
mv -f .deps/ragel-csipgoto.Tpo .deps/ragel-csipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-cssplit.o -MD -MP -MF .deps/ragel-cssplit.Tpo -c -o ragel-cssplit.o `test -f 'cssplit.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`cssplit.cpp
mv -f .deps/ragel-cssplit.Tpo .deps/ragel-cssplit.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-dotcodegen.o -MD -MP -MF .deps/ragel-dotcodegen.Tpo -c -o ragel-dotcodegen.o `test -f 'dotcodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`dotcodegen.cpp
mv -f .deps/ragel-dotcodegen.Tpo .deps/ragel-dotcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-xmlcodegen.o -MD -MP -MF .deps/ragel-xmlcodegen.Tpo -c -o ragel-xmlcodegen.o `test -f 'xmlcodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`xmlcodegen.cpp
mv -f .deps/ragel-xmlcodegen.Tpo .deps/ragel-xmlcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-goipgoto.o -MD -MP -MF .deps/ragel-goipgoto.Tpo -c -o ragel-goipgoto.o `test -f 'goipgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`goipgoto.cpp
mv -f .deps/ragel-goipgoto.Tpo .deps/ragel-goipgoto.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mlcodegen.o -MD -MP -MF .deps/ragel-mlcodegen.Tpo -c -o ragel-mlcodegen.o `test -f 'mlcodegen.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mlcodegen.cpp
mv -f .deps/ragel-mlcodegen.Tpo .deps/ragel-mlcodegen.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mltable.o -MD -MP -MF .deps/ragel-mltable.Tpo -c -o ragel-mltable.o `test -f 'mltable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mltable.cpp
mv -f .deps/ragel-mltable.Tpo .deps/ragel-mltable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mlftable.o -MD -MP -MF .deps/ragel-mlftable.Tpo -c -o ragel-mlftable.o `test -f 'mlftable.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mlftable.cpp
mv -f .deps/ragel-mlftable.Tpo .deps/ragel-mlftable.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mlflat.o -MD -MP -MF .deps/ragel-mlflat.Tpo -c -o ragel-mlflat.o `test -f 'mlflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mlflat.cpp
mv -f .deps/ragel-mlflat.Tpo .deps/ragel-mlflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mlfflat.o -MD -MP -MF .deps/ragel-mlfflat.Tpo -c -o ragel-mlfflat.o `test -f 'mlfflat.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mlfflat.cpp
mv -f .deps/ragel-mlfflat.Tpo .deps/ragel-mlfflat.Po
g++ -DHAVE_CONFIG_H -I. -I/Users/wenbinwu/dev/servo/src/ragel/ragel -I/Users/wenbinwu/dev/servo/src/ragel/aapl -Wall -g -MT ragel-mlgoto.o -MD -MP -MF .deps/ragel-mlgoto.Tpo -c -o ragel-mlgoto.o `test -f 'mlgoto.cpp' || echo '/Users/wenbinwu/dev/servo/src/ragel/ragel/'`mlgoto.cpp
mv -f .deps/ragel-mlgoto.Tpo .deps/ragel-mlgoto.Po
g++ -Wall -g -o ragel ragel-main.o ragel-parsetree.o ragel-parsedata.o ragel-fsmstate.o ragel-fsmbase.o ragel-fsmattach.o ragel-fsmmin.o ragel-fsmgraph.o ragel-fsmap.o ragel-rlscan.o ragel-rlparse.o ragel-inputdata.o ragel-common.o ragel-redfsm.o ragel-gendata.o ragel-cdcodegen.o ragel-cdtable.o ragel-cdftable.o ragel-cdflat.o ragel-cdfflat.o ragel-cdgoto.o ragel-cdfgoto.o ragel-cdipgoto.o ragel-cdsplit.o ragel-javacodegen.o ragel-rubycodegen.o ragel-rubytable.o ragel-rubyftable.o ragel-rubyflat.o ragel-rubyfflat.o ragel-rbxgoto.o ragel-cscodegen.o ragel-cstable.o ragel-csftable.o ragel-csflat.o ragel-csfflat.o ragel-csgoto.o ragel-csfgoto.o ragel-csipgoto.o ragel-cssplit.o ragel-dotcodegen.o ragel-xmlcodegen.o ragel-goipgoto.o ragel-mlcodegen.o ragel-mltable.o ragel-mlftable.o ragel-mlflat.o ragel-mlfflat.o ragel-mlgoto.o
Making all in doc
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
make -C src/harfbuzz PATH=/usr/local/clang/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/texbin:/usr/X11/bin:/Users/wenbinwu/dev/servo/build/src/ragel/ragel CXXFLAGS=-fPIC LDFLAGS=-fPIC
make all-recursive
Making all in src
GEN hb-gobject-enums.cc
make all-am
CXX libharfbuzz_la-hb-blob.lo
CXX libharfbuzz_la-hb-buffer.lo
CXX libharfbuzz_la-hb-common.lo
CXX libharfbuzz_la-hb-fallback-shape.lo
CXX libharfbuzz_la-hb-font.lo
CXX libharfbuzz_la-hb-ot-tag.lo
CXX libharfbuzz_la-hb-set.lo
CXX libharfbuzz_la-hb-shape.lo
CXX libharfbuzz_la-hb-tt-font.lo
CXX libharfbuzz_la-hb-unicode.lo
CXX libharfbuzz_la-hb-warning.lo
CXX libharfbuzz_la-hb-ot-layout.lo
CXX libharfbuzz_la-hb-ot-map.lo
CXX libharfbuzz_la-hb-ot-shape.lo
CXX libharfbuzz_la-hb-ot-shape-complex-arabic.lo
CXX libharfbuzz_la-hb-ot-shape-complex-indic.lo
CXX libharfbuzz_la-hb-ot-shape-complex-misc.lo
CXX libharfbuzz_la-hb-ot-shape-normalize.lo
CXX libharfbuzz_la-hb-glib.lo
CXX libharfbuzz_la-hb-gobject-structs.lo
CXX libharfbuzz_la-hb-ft.lo
CXX libharfbuzz_la-hb-gobject-enums.lo
CXXLD libharfbuzz.la
warning: no debug symbols in executable (-arch x86_64)
/usr/bin/ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-tt-font.o) has no symbols
/usr/bin/ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-warning.o) has no symbols
/usr/bin/ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-gobject-enums.o) has no symbols
ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-tt-font.o) has no symbols
ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-warning.o) has no symbols
ranlib: file: .libs/libharfbuzz.a(libharfbuzz_la-hb-gobject-enums.o) has no symbols
CXX main-main.o
CXXLD main
Undefined symbols:
"___gxx_personality_v0", referenced from:
TableRecord const& Null<TableRecord>()in main-main.o
OffsetTable const& Null<OffsetTable>()in main-main.o
LongOffsetTo<OffsetTable> const& Null<LongOffsetTo<OffsetTable> >()in main-main.o
Record<LangSys> const& Null<Record<LangSys> >()in main-main.o
Lookup const& Null<Lookup>()in main-main.o
RecordListOf<Script> const& Null<RecordListOf<Script> >()in main-main.o
Record<Script> const& Null<Record<Script> >()in main-main.o
RecordListOf<Feature> const& Null<RecordListOf<Feature> >()in main-main.o
Record<Feature> const& Null<Record<Feature> >()in main-main.o
OffsetListOf<Lookup> const& Null<OffsetListOf<Lookup> >()in main-main.o
Script const& Null<Script>()in main-main.o
Feature const& Null<Feature>()in main-main.o
_main in main-main.o
Tag::operator char const*() constin main-main.o
Tag const* CastP<Tag, char>(char const*)in main-main.o
Tag const& Null<Tag>()in main-main.o
Index const* CastP<Index, char>(char const*)in main-main.o
Index const& Null<Index>()in main-main.o
LangSys const* CastP<LangSys, char>(char const*)in main-main.o
LangSys const& Null<LangSys>()in main-main.o
OpenTypeFontFile const* CastP<OpenTypeFontFile, char>(char const*)in main-main.o
GSUBGPOS const* CastP<GSUBGPOS, char>(char const*)in main-main.o
GDEF const* CastP<GDEF, char>(char const*)in main-main.o
BEInt<unsigned int, 4>::operator unsigned int() constin main-main.o
IntType<unsigned int>::operator unsigned int() constin main-main.o
OpenTypeFontFile::get_tag() const in main-main.o
TTCHeaderVersion1::get_face_count() const in main-main.o
BEInt<unsigned short, 2>::operator unsigned short() constin main-main.o
IntType<unsigned short>::operator unsigned short() constin main-main.o
TTCHeader::get_face_count() const in main-main.o
OpenTypeFontFile::get_face_count() const in main-main.o
OffsetTable::get_table_count() const in main-main.o
Script::get_lang_sys_count() const in main-main.o
Script::has_default_lang_sys() const in main-main.o
LangSys::get_required_feature_index() const in main-main.o
LangSys::get_feature_count() const in main-main.o
GenericArrayOf<IntType<unsigned short>, Index>::operator[](unsigned int) constin main-main.o
LangSys::get_feature_index(unsigned int) constin main-main.o
Feature::get_lookup_count() const in main-main.o
Feature::get_lookup_index(unsigned int) constin main-main.o
Lookup::get_type() constin main-main.o
GDEF::has_glyph_classes() const in main-main.o
GDEF::has_mark_attachment_types() const in main-main.o
GDEF::has_attach_points() const in main-main.o
GDEF::has_lig_carets() const in main-main.o
FixedVersion::to_int() const in main-main.o
GDEF::has_mark_sets() const in main-main.o
TableRecord* CastP<TableRecord, void const*>(void const**)in main-main.o
OffsetTable::get_table(unsigned int) constin main-main.o
OffsetTable* CastP<OffsetTable, void const*>(void const**)in main-main.o
GenericArrayOf<IntType<unsigned short>, IntType<unsigned short> >::get_size() constin main-main.o
IntType<unsigned short> const& StructAtOffset<IntType<unsigned short> >(void const*, unsigned int)in main-main.o
IntType<unsigned short> const& StructAfter<IntType<unsigned short>, ArrayOf<IntType<unsigned short> > >(ArrayOf<IntType<unsigned short> > const&)in main-main.o
Lookup::get_props() constin main-main.o
LongOffsetTo<OffsetTable>* CastP<LongOffsetTo<OffsetTable>, void const*>(void const**)in main-main.o
GenericArrayOf<IntType<unsigned int>, LongOffsetTo<OffsetTable> >::operator[](unsigned int) constin main-main.o
OffsetTable const& StructAtOffset<OffsetTable>(void const*, unsigned int)in main-main.o
GenericOffsetTo<IntType<unsigned int>, OffsetTable>::operator()(void const*) constin main-main.o
OffsetTable const& operator+<TTCHeaderVersion1 const*, IntType<unsigned int>, OffsetTable>(TTCHeaderVersion1 const* const&, GenericOffsetTo<IntType<unsigned int>, OffsetTable>)in main-main.o
TTCHeaderVersion1::get_face(unsigned int) constin main-main.o
TTCHeader::get_face(unsigned int) constin main-main.o
OpenTypeFontFile::get_face(unsigned int) constin main-main.o
Record<LangSys>* CastP<Record<LangSys>, void const*>(void const**)in main-main.o
GenericArrayOf<IntType<unsigned short>, Record<LangSys> >::operator[](unsigned int) constin main-main.o
RecordArrayOf<LangSys>::get_tag(unsigned int) constin main-main.o
Script::get_lang_sys_tag(unsigned int) constin main-main.o
LangSys const& StructAtOffset<LangSys>(void const*, unsigned int)in main-main.o
GenericOffsetTo<IntType<unsigned short>, LangSys>::operator()(void const*) constin main-main.o
LangSys const& operator+<Script const*, IntType<unsigned short>, LangSys>(Script const* const&, GenericOffsetTo<IntType<unsigned short>, LangSys>)in main-main.o
Script::get_default_lang_sys() const in main-main.o
Script::get_lang_sys(unsigned int) constin main-main.o
RecordListOf<Script> const& StructAtOffset<RecordListOf<Script> >(void const*, unsigned int)in main-main.o
RecordListOf<Feature> const& StructAtOffset<RecordListOf<Feature> >(void const*, unsigned int)in main-main.o
OffsetListOf<Lookup> const& StructAtOffset<OffsetListOf<Lookup> >(void const*, unsigned int)in main-main.o
Lookup* CastP<Lookup, void const*>(void const**)in main-main.o
RecordListOf<Script>* CastP<RecordListOf<Script>, void const*>(void const**)in main-main.o
GenericOffsetTo<IntType<unsigned short>, RecordListOf<Script> >::operator()(void const*) constin main-main.o
RecordListOf<Script> const& operator+<GSUBGPOS const*, IntType<unsigned short>, RecordListOf<Script> >(GSUBGPOS const* const&, GenericOffsetTo<IntType<unsigned short>, RecordListOf<Script> >)in main-main.o
GSUBGPOS::get_script_count() const in main-main.o
Record<Script>* CastP<Record<Script>, void const*>(void const**)in main-main.o
GenericArrayOf<IntType<unsigned short>, Record<Script> >::operator[](unsigned int) constin main-main.o
RecordArrayOf<Script>::get_tag(unsigned int) constin main-main.o
GSUBGPOS::get_script_tag(unsigned int) constin main-main.o
Script const& StructAtOffset<Script>(void const*, unsigned int)in main-main.o
RecordListOf<Feature>* CastP<RecordListOf<Feature>, void const*>(void const**)in main-main.o
GenericOffsetTo<IntType<unsigned short>, RecordListOf<Feature> >::operator()(void const*) constin main-main.o
RecordListOf<Feature> const& operator+<GSUBGPOS const*, IntType<unsigned short>, RecordListOf<Feature> >(GSUBGPOS const* const&, GenericOffsetTo<IntType<unsigned short>, RecordListOf<Feature> >)in main-main.o
GSUBGPOS::get_feature_count() const in main-main.o
Record<Feature>* CastP<Record<Feature>, void const*>(void const**)in main-main.o
GenericArrayOf<IntType<unsigned short>, Record<Feature> >::operator[](unsigned int) constin main-main.o
RecordArrayOf<Feature>::get_tag(unsigned int) constin main-main.o
GSUBGPOS::get_feature_tag(unsigned int) constin main-main.o
Feature const& StructAtOffset<Feature>(void const*, unsigned int)in main-main.o
OffsetListOf<Lookup>* CastP<OffsetListOf<Lookup>, void const*>(void const**)in main-main.o
GenericOffsetTo<IntType<unsigned short>, OffsetListOf<Lookup> >::operator()(void const*) constin main-main.o
OffsetListOf<Lookup> const& operator+<GSUBGPOS const*, IntType<unsigned short>, OffsetListOf<Lookup> >(GSUBGPOS const* const&, GenericOffsetTo<IntType<unsigned short>, OffsetListOf<Lookup> >)in main-main.o
GSUBGPOS::get_lookup_count() const in main-main.o
Lookup const& StructAtOffset<Lookup>(void const*, unsigned int)in main-main.o
GenericOffsetTo<IntType<unsigned short>, Lookup>::operator()(void const*) constin main-main.o
Lookup const& operator+<OffsetListOf<Lookup> const*, IntType<unsigned short>, Lookup>(OffsetListOf<Lookup> const* const&, GenericOffsetTo<IntType<unsigned short>, Lookup>)in main-main.o
OffsetListOf<Lookup>::operator[](unsigned int) constin main-main.o
GSUBGPOS::get_lookup(unsigned int) constin main-main.o
Script* CastP<Script, void const*>(void const**)in main-main.o
GenericOffsetTo<IntType<unsigned short>, Script>::operator()(void const*) constin main-main.o
Script const& operator+<RecordListOf<Script> const*, IntType<unsigned short>, Script>(RecordListOf<Script> const* const&, GenericOffsetTo<IntType<unsigned short>, Script>)in main-main.o
RecordListOf<Script>::operator[](unsigned int) constin main-main.o
GSUBGPOS::get_script(unsigned int) constin main-main.o
Feature* CastP<Feature, void const*>(void const**)in main-main.o
GenericOffsetTo<IntType<unsigned short>, Feature>::operator()(void const*) constin main-main.o
Feature const& operator+<RecordListOf<Feature> const*, IntType<unsigned short>, Feature>(RecordListOf<Feature> const* const&, GenericOffsetTo<IntType<unsigned short>, Feature>)in main-main.o
RecordListOf<Feature>::operator[](unsigned int) constin main-main.o
GSUBGPOS::get_feature(unsigned int) constin main-main.o
CIE in main-main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [main] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [src/harfbuzz/src/.libs/libharfbuzz.a] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment