Cannot install from source after build
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 152
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 11
Description
....
....
....
..
from /usr/include/boost/beast/core/detail/stream_base.hpp:13,
from /usr/include/boost/beast/core/basic_stream.hpp:14,
from /usr/include/boost/beast/core.hpp:16,
from /home/andrey/FastFlowLM/src/server/server.hpp:11:
/usr/include/c++/15.2.1/bits/locale_conv.h:262:33: note: declared here
262 | class _GLIBCXX17_DEPRECATED wstring_convert
| ^~~~~~~~~~~~~~~
[37/37] Linking CXX executable flm
❯ cmake --install --preset linux-default
Unknown argument linux-default
Contributor guide
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
Reproduce the source build and then run cmake --install --preset linux-default as shown in the report. Start by inspecting the available CMake install presets and the build configuration; done means a fresh source build can install successfully using the documented or corrected command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100