Finding include files used when they're in the same folder as the main RTL file #1857
Answered
by
MikePopoloski
zigzagtx2778
asked this question in
Q&A
|
I know that can search the tree.diagnostics list for diag code CouldNotOpenIncludeFile for files not in the same location as the RTL and if the correct include directory was not specified. For include files that are in the same folder as the parsed RTL file, how do I determine the include file read in since pyslang doesn't error on these as it automatically finds them? |
Answered by
MikePopoloski
May 31, 2026
Replies: 1 comment 3 replies
|
Not sure what you're asking here. If the files are found then why would you expect errors to be issued, or why is it a problem that they are not? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--disable-local-includescan be used to disable finding of include files relative to the source file if desired.