You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if vcpkg integration could be fixed. Someone posted the issue more than a year ago in vcpkg's repo around a year ago: microsoft/vcpkg#5843.
According to the post, the problems preventing inclusion are:
libfswatch_config.h are not found in source.
This port only supports Linux.
Without build documentation.
Some macro such as PACKAGE_STRING PACKAGE_NAME PACKAGE_BUGREPORT PACKAGE PACKAGE_URL are not found.
It seems like that the port has code bug in source. eg: optarg and getopt not found.
There is currently a pull request on fixing CMAKE, but I haven't looked into it: #250 (comment)
why not use MSYS2 with MINGW-W64 (that one also supports 32-bit btw, the name just implies it's an evolution of the old MINGW) with GNU tooling instead of having to fix CMAKE for building on Windows?
There's a newer PR (#282) which is quite elaborated, but it has the same problems, and I've asked the author whether he's willing to help converge to a situation in which the previously mentioned requirements are met.
Hi, I was wondering if
vcpkg
integration could be fixed. Someone posted the issue more than a year ago in vcpkg's repo around a year ago: microsoft/vcpkg#5843.According to the post, the problems preventing inclusion are:
There is currently a pull request on fixing CMAKE, but I haven't looked into it: #250 (comment)
Related: #176.
Thanks.
The text was updated successfully, but these errors were encountered: