Skip to content

Compilation in OSX and CentOS #1

@somnath-bhowmick

Description

@somnath-bhowmick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions