name: 🐞 Bug report
description: I have an issue with the vix's include path even though its installed perfectly fine
labels: bug
Description
Describe clearly what is broken or unexpected.
Steps to reproduce
- Command executed (
vix run ...)
- Input / configuration
- Output or error
Expected behavior
run my code
Actual behavior
error: header file not found
--> /workspaces/NewsFlash/index.cpp:1:10
code:
1 | #include <vix.hpp>
^
2 | #include "src/utils.hpp"
hint: check the include path and ensure the header exists
at: index.cpp:1:10
Environment
- OS: LInux
- Compiler: Clang 18.1
- Vix version: 2.3.1
name: 🐞 Bug report
description: I have an issue with the vix's include path even though its installed perfectly fine
labels: bug
Description
Describe clearly what is broken or unexpected.
Steps to reproduce
vix run ...)Expected behavior
run my code
Actual behavior
Environment