llnl / llnl/rose

cmake error: Objects of target "astFromString" referenced but no such target exists.

Open
#292 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.