Re: Need help diagnosing weird build error of mpv on Catalina

2020-05-13 Thread Ken Cunningham
for some insight into the kinds of issues that may arise when trying to use modules and also mixing headers from different sources, look at this recent post on cfe-dev: This issue looks like it may take some work... k

Re: Need help diagnosing weird build error of mpv on Catalina

2020-05-13 Thread Ken Cunningham
modules. going to cause us headaches. try building it without macports. my guess is that works. if so, try building in macports against the original Xcode SDK instead of the CLT SDK. K

Need help diagnosing weird build error of mpv on Catalina

2020-05-13 Thread Zhenfu Shi via macports-dev
Hi guys, I am having trouble making mpv build on Catalina with MacPorts. There seems to be some sort of dependency conflict preventing the build. There are ways to avoid the error, but I can’t figure out how to add a (proper) fix in the portfile. The WIP PR is here: