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

No file tw-memory.c #153

Open
ziganurova opened this issue May 27, 2019 · 2 comments
Open

No file tw-memory.c #153

ziganurova opened this issue May 27, 2019 · 2 comments

Comments

@ziganurova
Copy link

Hello everyone! I am trying to intsall ROSS, but some files are missing.

When I run cmake3 ../ROSS I got an error:

CMake Error at core/CMakeLists.txt:146 (ADD_LIBRARY):
Cannot find source file:

tw-memory.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at core/CMakeLists.txt:146 (ADD_LIBRARY):
No SOURCES given to target: ROSS

Where can I find the tw-memory.c file?

Thank you!

@caitlinross
Copy link
Member

You don't need that file; it's been removed because it was an old feature that no longer worked. I did forget to remove the ROSS_MEMORY option from Cmake, but you can still build without it anyway. By default, it's set to not build the ROSS memory component, so you should not turn that on. So in ccmake either set ROSS_MEMORY to OFF or remove it from the command that you used with Cmake. (So I'm assuming you did something like cmake -DROSS_MEMORY=ON ../ROSS).

@caitlinross
Copy link
Member

If you update ROSS now to v7.1.1, you won't need to worry about accidentally setting this option anymore.

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