Skip to content

Instantly share code, notes, and snippets.

@L3viathan
Created January 20, 2016 14:39
Show Gist options
  • Save L3viathan/4716f222f2b22b5642a1 to your computer and use it in GitHub Desktop.
Save L3viathan/4716f222f2b22b5642a1 to your computer and use it in GitHub Desktop.
/Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C first-stage/PARSE parseIt
clang-omp++ -MMD -O3 -Wall -ffast-math -finline-functions -fomit-frame-pointer -fstrict-aliasing -fopenmp Bchart.o BchartSm.o Bst.o FBinaryArray.o CntxArray.o ChartBase.o ClassRule.o ECArgs.o Edge.o EdgeHeap.o ExtPos.o Feat.o Feature.o FeatureTree.o Field.o FullHist.o GotIter.o InputTree.o Item.o Link.o Params.o ParseStats.o SentRep.o ScoreTree.o Term.o TimeIt.o UnitRules.o ValHeap.o edgeSubFns.o ewDciTokStrm.o extraMain.o fhSubFns.o headFinder.o headFinderCh.o utils.o MeChart.o parseIt.o -o parseIt -D_REENTRANT -D_XOPEN_SOURCE=600 -lpthread
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C second-stage/programs/features best-parses
clang-omp++ -MMD -O3 -Wall -ffast-math -finline-functions -fomit-frame-pointer -fstrict-aliasing -fopenmp -Wno-deprecated -std=c++11 -c -o best-parses.o best-parses.cc
clang-3.5: warning: optimization flag '-finline-functions' is not supported
clang-3.5: warning: argument unused during compilation: '-finline-functions'
In file included from best-parses.cc:45:
/usr/local/Cellar/clang-omp/2015-04-01/libexec/bin/../include/c++/v1/cassert:21:10: fatal error: 'assert.h' file not found
#include <assert.h>
^
1 error generated.
make[2]: *** [best-parses.o] Error 1
make[1]: *** [reranker-runtime] Error 2
make: *** [world] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment