-
Notifications
You must be signed in to change notification settings - Fork 134
Description
Hi,
when i try to build mrec, i got this issue: no such file or directory: 'mrec/mf/model/warp_fast.c'
creating build/temp.macosx-10.8-intel-2.7/mrec/mf/model
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mrec/mf/model/warp_fast.c -o build/temp.macosx-10.8-intel-2.7/mrec/mf/model/warp_fast.o
clang: error: no such file or directory: 'mrec/mf/model/warp_fast.c'
clang: error: no input files
error: command 'clang' failed with exit status 1
Thanks.
jm