(02-18-2016, 10:18 PM)WALP Wrote: did you also ensure that codelite and SOMA are installed on the same drive?
Yeah, there both on my Secondary E: drive. I'm using Codelite v 9.1.0 and MinGW as the compiler, if that helps.
Also, whenever I open a file (any file it seems) and click build project, I get this:
C:\Windows\system32\cmd.exe /C E:/MingGW/bin/mingw32-make.exe -j8 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ ModOne - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'E:/Games/GalaxyClient/Games/SOMA/_src/SomaMods/ModOne'
E:/MingGW/bin/g++.exe -o ./Debug/ModOne @"ModOne.txt" -L. -L. -LDebug -O0
g++.exe: error: @ModOne.txt: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
mingw32-make.exe[1]: *** [Debug/ModOne] Error 1
mingw32-make.exe: *** [All] Error 2
ModOne.mk:76: recipe for target 'Debug/ModOne' failed
mingw32-make.exe[1]: Leaving directory 'E:/Games/GalaxyClient/Games/SOMA/_src/SomaMods/ModOne'
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====