Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build Failure]: In-Source CMake build fails with HogMaker binary/directory name conflict #673

Open
7 of 9 tasks
jopadan opened this issue Feb 27, 2025 · 2 comments · May be fixed by #675
Open
7 of 9 tasks

[Build Failure]: In-Source CMake build fails with HogMaker binary/directory name conflict #673

jopadan opened this issue Feb 27, 2025 · 2 comments · May be fixed by #675
Labels
build-failure Failure to compile

Comments

@jopadan
Copy link

jopadan commented Feb 27, 2025

Build Version

d48b0f1

Operating System Environment

  • Microsoft Windows (32-bit)
  • Microsoft Windows (64-bit)
  • Mac OS X
  • Linux (specify distribution and version below)

CPU Environment

  • x86 (32-bit Intel/AMD)
  • x86_64 (64-bit Intel/AMD)
  • ARM (32-bit)
  • ARM64 (64-bit; sometimes called AArch64)
  • Other (RISC V, PPC...)

Description

HogMaker output binary conflicts with existing HogMaker directory

Regression Status

No response

Steps to Reproduce

cd Descent3 && cmake . && make
@jopadan jopadan added the build-failure Failure to compile label Feb 27, 2025
@jopadan jopadan changed the title [Build Failure]: In-Source build fails with HogMaker binary/directory name conflict [Build Failure]: In-Source CMake build fails with HogMaker binary/directory name conflict Feb 27, 2025
@winterheart
Copy link
Collaborator

In-source building was never supported. You should follow instructions in BUILD.md:

cd Descent3
cmake --preset linux
cmake --build --preset linux --config [Debug|Release]

@Lgt2x Lgt2x linked a pull request Feb 28, 2025 that will close this issue
9 tasks
@Lgt2x
Copy link
Member

Lgt2x commented Feb 28, 2025

#675 will prevent in-source builds so this cannot happen anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-failure Failure to compile
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants