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

"Can't figure out how to make impfjpeg.cpp. Stop" when compiling ImpGraph lib #802

Open
HubertHuckevoll opened this issue Jan 19, 2025 · 0 comments

Comments

@HubertHuckevoll
Copy link
Collaborator

HubertHuckevoll commented Jan 19, 2025

Description

When running mkmf / pmake depend followed by compilation, the build process may fail with the following error message:

pmake: Can't figure out how to make impfjpeg.cpp. Stop

Steps to Reproduce

  1. Run mkmf followed by pmake depend.
  2. Attempt to compile the project.

Root Cause

The generated dependencies.mk file contains incorrect or problematic dependency entries for impfjpeg.cpp, causing the build to fail.

This problem started to occure after the inclusion of the Fjpeg library.

Workaround

Manually edit the dependencies.mk file and remove the following lines:

impfjpeg.obj \
impfjpeg.eobj: impfjpeg.cpp
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

No branches or pull requests

1 participant