errors when compile paddle from source code under ubuntu.
Created by: zigennlp
after git clone source code of paddle
first build$
cmake ---with-extra-cflags --with-extra-cxxflags -DCMAKE_BUILD_TYPE=Release -DWITH_MKLDNN=OFF -DWITH_GPU=OFF -DWITH_FLUID_ONLY=ON ..
cd build build$ make CFLAGS='-Wno-implicit-fallthrough' CXXFLAGS='-Wno-implicit-fallthrough'
the error message as below:
[ 14%] Built target profiler_py_proto_init paddle/fluid/platform/CMakeFiles/profiler_py_proto.dir/build.make:60: *** target pattern contains no '%'. Stop. CMakeFiles/Makefile2:1811: recipe for target 'paddle/fluid/platform/CMakeFiles/profiler_py_proto.dir/all' failed make[1]: *** [paddle/fluid/platform/CMakeFiles/profiler_py_proto.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2
it seem that not the c or c++ code error , I lost at here .
thanks in advance .