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

make fails with tarball from website #429

Open
chriscamacho opened this issue Oct 9, 2020 · 3 comments
Open

make fails with tarball from website #429

chriscamacho opened this issue Oct 9, 2020 · 3 comments

Comments

@chriscamacho
Copy link

wings_bool.erl:17: can't find include lib "wings/e3d/e3d.hrl"
wings_bool.erl:1384: record e3d_face undefined
wings_bool.erl:1386: record e3d_face undefined
wings_bool.erl:1387: variable 'A' is unbound
wings_bool.erl:1387: variable 'B' is unbound
wings_bool.erl:1387: variable 'C' is unbound
wings_bool.erl:1383: variable 'FaceVs' is unused
make[2]: *** [Makefile:173: ../ebin/wings_bool.beam] Error 1
make[2]: Leaving directory '/home/chris/development/wings-2.2.6.1/src'
make[1]: *** [Makefile:154: opt] Error 2
make[1]: Leaving directory '/home/chris/development/wings-2.2.6.1/src'
make: *** [Makefile:26: all] Error 2

my "solution" was

cd ..
ln -s wings-2.2.6.1 wings
cd wings
make
@dgud
Copy link
Owner

dgud commented Oct 9, 2020

Wow, yeah I not tested that in years, thanks for the bug-report.
And nice workaround.

@fire
Copy link

fire commented Jun 19, 2023

Is this bug still relevant?

@dgud
Copy link
Owner

dgud commented Jun 19, 2023

I think so I have not done anything to fix that (nor tested it).

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

3 participants