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
I said "doesn't work" and "gives unfound file errors". However, I think the problem actually stems from YSI looking for __compat for certain actions. Because it is not set, the code tries to do the wrong thing for the current compile mode. So the problem is half compiler (not setting __compat) and half YSI (depending on the correct value).
The former doesn't work, the latter does. Apparently using the former can give unfound file errors. I guess the problem is that the latter does:
While the former doesn't. Probably just requires:
Under
-Z
, which would account for both cases - before it is created and after.The text was updated successfully, but these errors were encountered: