OpenCMISS / manage

The main project for CMake-based OpenCMISS builds
Apache License 2.0
3 stars 15 forks source link

Problems building with non-system libxml2 #100

Open chrispbradley opened 6 years ago

chrispbradley commented 6 years ago

If you don't have libxml2 installed then the build system should build it. Trouble is it doesn't give the correct information about requiring zlib as well and so there are link errors.

hsorby commented 6 years ago

There is not enough information here to make any suggestions. All tested environments are currently having no issues with libxml2.

chrispbradley commented 6 years ago

Yes there is, this is the libxml2 zlib problem that you know about. It is just here as an official issue. If you delete the libxml2-dev system package then it will try to build libxml2 but run into problems because it does not pick up the zlib dependencies. Problems with module/config mode.