Chasm-Reverse icon indicating copy to clipboard operation
Chasm-Reverse copied to clipboard

cannot open output file ObjToTGAConverter: Is a directory

Open DuendeInexistente opened this issue 5 years ago • 1 comments

Trying to compile in ubuntu gives me this error. I bypassed it by disabling the compilation of tools in cmakecache.txt.

/usr/bin/ld: cannot open output file ObjToTGAConverter: Is a directory
collect2: error: ld returned 1 exit status
CMakeFiles/ObjToTGAConverter.dir/build.make:172: recipe for target 'ObjToTGAConverter' failed
make[2]: *** [ObjToTGAConverter] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/ObjToTGAConverter.dir/all' failed
make[1]: *** [CMakeFiles/ObjToTGAConverter.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

DuendeInexistente avatar Feb 22 '20 20:02 DuendeInexistente

Looks, like Cmake binary directory is also source directory.

Panzerschrek avatar Feb 25 '20 17:02 Panzerschrek

Fixed in #52 please close

jopadan avatar Apr 14 '23 20:04 jopadan