OpenRA / ra2

A Red Alert 2 mod for the OpenRA game engine
GNU General Public License v3.0
965 stars 158 forks source link

Failed to make it on MacOS [FIXED] #783

Closed benknam closed 2 years ago

benknam commented 2 years ago

Machine: Retina-Macbook Pro 2015 MIX with Mac OS HS 10.13

I don't know if others will face this problem, too. But hopefully that's only me to have this issue:

once we nearly finish the making via Terminal, it said:

cp: thirdparty/download/osx/*.dll.config: No such file or directory make[1]: [osx-dependencies] Error 1 make: [engine-dependencies] Error 2

then even we try to clean the folder or retry to make the file, it said the same, so I follow the path to go to this folder and found there're only dylib files there, that's very clear where's problem causing.

As I guess these .config files must be the same as ones those on the upper folder, so I copy the *.config file from the upper folder "download" to the "osx" folder, then I retry the make action, everything running smooth.

ISSUE FIXED!