-
Notifications
You must be signed in to change notification settings - Fork 71
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
cmStringTable.cxx is missing #90
Comments
Just encountered this problem as well. This is my dockerfile:
|
I fixed it for myself by not using bootstrap and instead using cmake to compile itself. I think the fix for this is to remove mention of cmStringTable from the bootstrap script. A more complete fix would be to have the bootstrap script generate the components instead of having them hardcoded. |
This GitHub site is a fork of Kitware CMake: Could you close this issue and re-open there? |
I've got the same error! @tinco, Can you help me? Can you add the steps that you follow to solve them ? |
I too got the same error while bootstrapping on a machine with mips64 cpu and g++ (Ubuntu 5.4.0-6kord1~16.04.4k2) 5.4.0 20160609, anyone solved this issue please share the fix, thanks in advance. P.S. I worked around this issue by using kitware's source. |
make: *** No rule to make target '/mnt/f/workspace/CMake/Source/cmStringTable.cxx', needed by 'cmStringTable.o'. Stop.
The text was updated successfully, but these errors were encountered: