Compilation of ASTRA SDK fails when building ProxyPreprocessor

I"m very new to ASTRA and want to try its SDK along with the ASTRA Pro Depth Camera.

After generating the Makefiles through CMAKE for compiling ASTRA, when I try to compile the SDK using the make command, the compilation fails at 9% when trying to build ProxyPreprocessor and also deletes the content of the file StreamCallbackListener.hpp. The compilation output until the failure is as below.

10:24:55vendor@irs~/astra/build (master *)$ make VERBOSE=1
/usr/bin/cmake -H/home/vendor/astra -B/home/vendor/astra/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/vendor/astra/build/CMakeFiles /home/vendor/astra/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/vendor/astra/build'
make -f vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/build.make vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/depend
make[2]: Entering directory `/home/vendor/astra/build'
cd /home/vendor/astra/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/vendor/astra /home/vendor/astra/vendor/shinyprofiler/src /home/vendor/astra/build /home/vendor/astra/build/vendor/shinyprofiler/src /home/vendor/astra/build/vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/DependInfo.cmake --color=
Dependee "/home/vendor/astra/build/vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/DependInfo.cmake" is newer than depender "/home/vendor/astra/build/vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/depend.internal".
Dependee "/home/vendor/astra/build/vendor/shinyprofiler/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/vendor/astra/build/vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/depend.internal".
Scanning dependencies of target Shiny
make[2]: Leaving directory `/home/vendor/astra/build'
make -f vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/build.make vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/build
make[2]: Entering directory `/home/vendor/astra/build'
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 11
[  1%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyManager.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyManager.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyManager.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 12
[  2%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNode.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyNode.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyNode.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 13
[  3%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNodePool.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyNodePool.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyNodePool.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 14
[  4%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNodeState.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyNodeState.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyNodeState.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 15
[  5%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyOutput.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyOutput.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyOutput.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 16
[  7%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyTools.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyTools.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyTools.c
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 17
[  8%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyZone.c.o
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cc   -fPIC -I/home/vendor/astra/vendor/shinyprofiler/include    -o CMakeFiles/Shiny.dir/ShinyZone.c.o   -c /home/vendor/astra/vendor/shinyprofiler/src/ShinyZone.c
Linking C static library ../../../lib/libShiny.a
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cmake -P CMakeFiles/Shiny.dir/cmake_clean_target.cmake
cd /home/vendor/astra/build/vendor/shinyprofiler/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/Shiny.dir/link.txt --verbose=1
/usr/bin/ar cq ../../../lib/libShiny.a  CMakeFiles/Shiny.dir/ShinyManager.c.o CMakeFiles/Shiny.dir/ShinyNode.c.o CMakeFiles/Shiny.dir/ShinyNodePool.c.o CMakeFiles/Shiny.dir/ShinyNodeState.c.o CMakeFiles/Shiny.dir/ShinyOutput.c.o CMakeFiles/Shiny.dir/ShinyTools.c.o CMakeFiles/Shiny.dir/ShinyZone.c.o
/usr/bin/ranlib ../../../lib/libShiny.a
make[2]: Leaving directory `/home/vendor/astra/build'
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles  11 12 13 14 15 16 17
[  8%] Built target Shiny
make -f src/CMakeFiles/ProxyPreprocessor.dir/build.make src/CMakeFiles/ProxyPreprocessor.dir/depend
make[2]: Entering directory `/home/vendor/astra/build'
cd /home/vendor/astra/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/vendor/astra /home/vendor/astra/src /home/vendor/astra/build /home/vendor/astra/build/src /home/vendor/astra/build/src/CMakeFiles/ProxyPreprocessor.dir/DependInfo.cmake --color=
Dependee "/home/vendor/astra/build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/vendor/astra/build/src/CMakeFiles/ProxyPreprocessor.dir/depend.internal".
Scanning dependencies of target ProxyPreprocessor
make[2]: Leaving directory `/home/vendor/astra/build'
make -f src/CMakeFiles/ProxyPreprocessor.dir/build.make src/CMakeFiles/ProxyPreprocessor.dir/build
make[2]: Entering directory `/home/vendor/astra/build'
/usr/bin/cmake -E cmake_progress_report /home/vendor/astra/build/CMakeFiles 10
[  9%] === LPP ===
cd /home/vendor/astra/lpp && /usr/bin/clisp lpp.cl ../include
=== LPP processing directory: ../include ===

/home/vendor/astra/include/astra_core/StreamServiceProxy.hpp.lpp => StreamServiceProxy.hpp
/home/vendor/astra/include/astra_core/plugins/PluginServiceProxy.hpp.lpp => PluginServiceProxy.hpp
/home/vendor/astra/include/astra_core/plugins/StreamCallbackListener.hpp.lpp => StreamCallbackListener.hpp
*** - READ-LINE: Invalid byte #xEF in CHARSET:ASCII conversion

make[2]: *** [src/CMakeFiles/ProxyPreprocessor] Error 1
make[2]: Leaving directory `/home/vendor/astra/build'
make[1]: *** [src/CMakeFiles/ProxyPreprocessor.dir/all] Error 2
make[1]: Leaving directory `/home/vendor/astra/build'
make: *** [all] Error 2

As you can see, it complains *** - READ-LINE: Invalid byte #xEF in CHARSET:ASCII conversion in StreamCallbackListener.hpp.lpp, but is it supposed to delete StreamCallbackListener.hpp for that? Is there some dependency issue going on here?

My OS is Ubuntu 14.04. Could you please tell me what could be the reason for this failing and how I can solve this?

Thanks.