AndroidTacticalAssaultKit-CIV icon indicating copy to clipboard operation
AndroidTacticalAssaultKit-CIV copied to clipboard

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

Open ahmadnav opened this issue 3 years ago • 0 comments

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

ahmadnav avatar Aug 31 '22 23:08 ahmadnav