wings icon indicating copy to clipboard operation
wings copied to clipboard

make fails with tarball from website

Open chriscamacho opened this issue 5 years ago • 3 comments

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

chriscamacho avatar Oct 09 '20 06:10 chriscamacho

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

dgud avatar Oct 09 '20 06:10 dgud

Is this bug still relevant?

fire avatar Jun 19 '23 06:06 fire

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

dgud avatar Jun 19 '23 14:06 dgud