Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incomplete source code - missing TimeMem.h and DensityClustering.h #2

Open
0xaf1f opened this issue Mar 19, 2018 · 2 comments
Open

Comments

@0xaf1f
Copy link

0xaf1f commented Mar 19, 2018

Trying to build the code gives errors like

LinkMatrix.cc:13:10: fatal error: TimeMem.h: No such file or directory
 #include "TimeMem.h"
          ^~~~~~~~~~~
compilation terminated.
make: *** [LinkMatrix.o] Error 1

and

MetaAssembly.cc:7:10: fatal error: DensityClustering.h: No such file or directory
 #include "DensityClustering.h" // DensityClustering
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [MetaAssembly.o] Error 1
@0xaf1f
Copy link
Author

0xaf1f commented Mar 21, 2018

The README mentions an include directory that's supposed to be here, but isn't. I see TimeMem.h exists in the LACHESIS project.

There's no record of it at all here, even in the git history, that I could see. I suspect that someone force-pushed to master or these files were never committed.

@cmks
Copy link

cmks commented Aug 3, 2018

Are there any updates on the missing files? Has anyone been able to compile and use the code?

@chrisl8 forked the repo and added some of the missing files (https://github.com/chrisl8/MetaPhase). However, I'm not able to compile his version either. Ending up with the error message:

Makefile:26: recipe for target 'FileParsers.o' failed
make[2]: *** [FileParsers.o] Error 1
make[2]: Leaving directory '/home/cmks/MetaPhase/src/include/gtools'
Makefile:42: recipe for target 'libJgtools.a' failed
make[1]: *** [libJgtools.a] Error 2
make[1]: Leaving directory '/home/cmks/MetaPhase/src/include'
Makefile:44: recipe for target 'libs' failed
make: *** [libs] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants