Skip to content

Fix working directory and invocation of autoconf - #13

Open
fakoor wants to merge 1 commit into
gkobeaga:mainfrom
fakoor:patch-1
Open

fakoor wants to merge 1 commit into
gkobeaga:mainfrom
fakoor:patch-1

Conversation

@fakoor

@fakoor fakoor commented Dec 21, 2024

Copy link
Copy Markdown
Contributor

Remove superfluous changing directory to build (too early) Correct execution path for invoking ./configure (instead of referencing parent folder from the child with ../configure) The above fixes also help the make command execute smoothly which otherwise would have been left defunct since makefile was not present there

Remove superfluous changing directory to build (too early)
Correct execution path for invoking ./configure  (instead of referencing parent folder from the child with ../configure)
The above fixes also help the make command execute smoothly which otherwise would have been left defunct since makefile was not present there
gkobeaga added a commit that referenced this pull request Apr 29, 2025
@gkobeaga

gkobeaga commented Apr 29, 2025

Copy link
Copy Markdown
Owner

I like to have the build artifacts separated from the source code. My guess is that the main problem is the LSP isn't recognizing the compilation database. In order to fix it, I have added the appropriate flag to .clang. Let me know if this helps you out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants