cmake error: Objects of target "astFromString" referenced but no such target exists.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 688
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
with `cmake -Denable-internalFrontendDevelopment=ON` (all other options are OFF)
```
-- Configuring done
CMake Error at src/CMakeLists.txt:188 (add_library):
Error evaluating generator expression:
$
Objects of target "astFromString" referenced but no such target exists.
CMake Error at src/CMakeLists.txt:188 (add_library):
Error evaluating generator expression:
$
Objects of target "astFromString" referenced but no such target exists.
CMake Error at src/CMakeLists.txt:188 (add_library):
Error evaluating generator expression:
$
Objects of target "astFromString" referenced but no such target exists.
CMake Error at src/CMakeLists.txt:188 (add_library):
No SOURCES given to target: ROSE_DLL
```
out of scope for rose-compiler/rose#195
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the configuration with cmake -Denable-internalFrontendDevelopment=ON and inspect src/CMakeLists.txt at line 188. Trace where the astFromString target is defined or expected to be available; done means configuration completes without the missing-target and empty-ROSE_DLL errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100