-
Notifications
You must be signed in to change notification settings - Fork 29
make depends fails trying to copy include files #22
Comments
Yes I'm confused by this strange CI issue
|
I'm testing CI with some changes, hence lots of force-push |
Is that why my commit just disappeared? I had just pushed a fix for iina#3211. I thought it made it in as I remember seeing 100 commits ahead of IINA, but now back to 99. I'll hold off until you give the ok that you have CI working and it is safe to push. |
Do you have some special upgraded cp on your Mac? Normally you use captial -R for recursive with cp. |
The other build issues I had with make depends seemed to have to do with having already built mpv before. brew wanted reinstall to be used instead of install. Oh, and I'm missing the "create-dmg" app. |
What the... I use gnu-coreutils and never know that |
Ah. I see cp -r is a gnu-coreutils thing. Also "shell" wasn't recognized for me. |
However I think I know what the real problem is |
CI is fine now. Closing |
System and IINA version:
Expected behavior:
make depends is successful
Actual behavior:
make depends fails at cp command:
Steps to reproduce:
Run "make depends"
How often does this happen?
Everytime
The text was updated successfully, but these errors were encountered: