-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am trying to compile the code in OSX and CentOS. In both cases, the compilation is not successful. Here are the error messages:
Linking cosims
clang: error: no such file or directory: 'bin/src/PCM_Cluster.o'
clang: error: no such file or directory: 'bin/src/VelocityDistribution.o'
clang: error: no such file or directory: 'bin/src/diffEqSolver.o'
clang: error: no such file or directory: 'bin/src/eigen3D.o'
clang: error: no such file or directory: 'bin/src/fileParams.o'
clang: error: no such file or directory: 'bin/src/forceAccel.o'
clang: error: no such file or directory: 'bin/src/impactParam.o'
clang: error: no such file or directory: 'bin/src/main.o'
clang: error: no such file or directory: 'bin/src/molecule2.o'
clang: error: no such file or directory: 'bin/src/monteTraj.o'
clang: error: no input files
Done
And on CentOS:
\nLinking cosims
g++: bin/src/diffEqSolver.o: No such file or directory
g++: bin/src/eigen3D.o: No such file or directory
g++: bin/src/fileParams.o: No such file or directory
g++: bin/src/forceAccel.o: No such file or directory
g++: bin/src/impactParam.o: No such file or directory
g++: bin/src/main.o: No such file or directory
g++: bin/src/molecule2.o: No such file or directory
g++: bin/src/monteTraj.o: No such file or directory
g++: bin/src/PCM_Cluster.o: No such file or directory
g++: bin/src/VelocityDistribution.o: No such file or directory
g++: no input files
Done
Maybe some files missing in the master? In both cases, the is no execuitable.