Open kumar-utkarsh0317 opened 9 months ago
lib boost is present in the standard library but still getting error like I think some need to be change in the cmake file
like
In file included from /home/kumarutkarsh/Desktop/mlpack-PyTorch-Weight-Translator/mlpack-loader/models/computer_vision/object_classification/yolo_test.cpp:3: /home/kumarutkarsh/Desktop/mlpack-PyTorch-Weight-Translator/mlpack-loader/models/computer_vision/object_classification/../../dataloader/dataloader.hpp:13:10: fatal error: boost/property_tree/xml_parser.hpp: No such file or directory 13 | #include <boost/property_tree/xml_parser.hpp> | ^~~~~~~~ compilation terminated. make[2]: [computer_vision/object_classification/CMakeFiles/yolo_test.dir/build.make:63: computer_vision/object_classification/CMakeFiles/yolo_test.dir/yolo_test.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:295: computer_vision/object_classification/CMakeFiles/yolo_test.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
I'll try to take a look this week and get back
lib boost is present in the standard library but still getting error
like
I think some need to be change in the cmake fileIn file included from /home/kumarutkarsh/Desktop/mlpack-PyTorch-Weight-Translator/mlpack-loader/models/computer_vision/object_classification/yolo_test.cpp:3: /home/kumarutkarsh/Desktop/mlpack-PyTorch-Weight-Translator/mlpack-loader/models/computer_vision/object_classification/../../dataloader/dataloader.hpp:13:10: fatal error: boost/property_tree/xml_parser.hpp: No such file or directory 13 | #include <boost/property_tree/xml_parser.hpp> | ^
~~~~~~~compilation terminated. make[2]: [computer_vision/object_classification/CMakeFiles/yolo_test.dir/build.make:63: computer_vision/object_classification/CMakeFiles/yolo_test.dir/yolo_test.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:295: computer_vision/object_classification/CMakeFiles/yolo_test.dir/all] Error 2 make: *** [Makefile:84: all] Error 2