Kai Pastor

Results 513 comments of Kai Pastor

The new feature can only be consumed via pkg-config but for the other features, we do have unofficial CMake config. > x64-windows-static How could you test that? glib doesn't support...

> @dg0yt, I successfully installed `poppler[core,glib]:x64-linux` without adding a dependency on poppler[cairo] , could you explain why your comment suggests? Don't say you couldn't find this yourself... Without cairo, the...

> I think osg plugin and viewer is not meant to be built as static binary. The error report from @JackBoosY indicates that there is a missing transitive usage requirement...

> If the machine has system-installed dpdk, I can see the following error during cmake: > > ``` > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") > -- Checking for...

> Additionally, do we want to leave this problem to users? > ![image](https://user-images.githubusercontent.com/468515/183570765-b4876442-68d7-4872-80b9-fa15dde3dfc2.png) > from: https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html#compilation-of-the-dpdk I assume this problem doesn't exist with vcpkg. The post-processing of pkg-config files in...

Maybe different things are getting mixed up here. > > There is neither a FindModule from CMake nor official CMake config from upstream. It is not vcpkg's responsibility to introduce...

The problem is that `FindLibXml2.cmake` creates a smaller set of targets then `libxml2-config.cmake`. But `libxml2-config.cmake` expects them to be defined all or nothing. That's why it breaks when the order...

> you going to fix libxml in this PR? Why? There is https://github.com/microsoft/vcpkg/pull/24935. Are you inviting merge conflicts?

https://github.com/microsoft/vcpkg/blob/52b66042533aaf7f5721941941fd12fbf46164d4/scripts/cmake/vcpkg_configure_make.cmake#L540-L558

> * I still need to run autoreconf when libtool version != 2.4.6 - so I added a cmake check for that specific case - at least its more obvious...