-
Notifications
You must be signed in to change notification settings - Fork 110
build error #48
Comments
Same here did you Found any Solution for the Error ? |
getting the same |
I have Solved the Error by Installing THPP Code Very Slow Version Download this Version Then change the compiler from GNU++11 to GNU++14 in makeList.txt file After that you can run build.sh Cheers, |
Dear @hidayat786 i Have follow your instruction but now i am facing another .. The screen shot is attached .. can any body help me.... Thanks |
/home/flowercloud/Downloads/thpp/thpp/test/StorageTest.cpp: In member function ‘virtual void thpp::test::Storage_CustomAllocator_Test::TestBody()’: i just comment the cmakelist in dir test |
But after commenting if I try to install fblualib it gives
which tracks to thpp |
I use THPP_NOFB=1 ./build.sh and I got the error
/home/lay/thpp-master/thpp/../thpp/detail/TensorGeneric.h:201:37: error: return-statement with a value, in function returning 'void' [-fpermissive]
CMakeFiles/thpp.dir/build.make:123: recipe for target 'CMakeFiles/thpp.dir/TensorSerialization.cpp.o' failed
make[2]: *** [CMakeFiles/thpp.dir/TensorSerialization.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/thpp.dir/all' failed
make[1]: *** [CMakeFiles/thpp.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: