deptofdefense / AndroidTacticalAssaultKit-CIV

Other
0 stars 2 forks source link

Conan file name not consistant with .cpp header calls (V. 4.5.1.8) #248

Open ahmadnav opened 2 years ago

ahmadnav commented 2 years ago

For example in KMLDriverDefinition2.cpp line 6 #include <libxml/xmlreader.h>

returns a file not found error this is because the libxml is under the directory libxml2 in .conan/..../include/libxml2/libxml/xmlreader.h. When I soft link the libxml2/libxml sub-directory to the include folder this works, and error goes away. However this is a very tedious task to do with every other library which has a similar issue like "boost/scoped_ptr.hpp: No such file or directory" This directory is presents however again its hidden under include/boost_1_34_1/boost/.

data/ttp-dist/2.5.1///package/bdd00c8a3ef59268927e0996e6b80621c784dfba/android-arm64-v8a-release/include/libxml2/libxml/xmlreader.h