From: Todd <tod...@gm...> - 2013-10-22 06:54:08
|
As of last night, I can no longer compile master. I get the following error: building 'matplotlib.ttconv' extension creating build/temp.linux-x86_64-2.7/extern/ttconv gcc -pthread -fno-strict-aliasing -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ttconv_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.7 -c src/_ttconv.cpp -o build/temp.linux-x86_64-2.7/src/_ttconv.o src/_ttconv.cpp:12:27: fatal error: ttconv/pprdrv.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 This happens even when building from a newly-cloned directory. I am building on Linux (openSUSE 12.3). There shouldn't be ttconv/pprdrv.h, it has been moved to extern/ttconv/pprdrv.h. I can't figure out why it is still looking there. |