wings
wings copied to clipboard
make fails with tarball from website
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
Wow, yeah I not tested that in years, thanks for the bug-report. And nice workaround.
Is this bug still relevant?
I think so I have not done anything to fix that (nor tested it).