Amr Gouhar
12/02/2020, 5:11 PM--- compiling net2ir/net2ir.o
--- linking libnet2ir.o
--- making Tcl shared libraries
make[2]: *** No rule to make target `../graphics/libgraphics.o', needed by `tclmagic.so'. Stop.
--- installing executable to /build/bin
--- installing runtime files to /build/lib
make[2]: *** No rule to make target `../graphics/libgraphics.o', needed by `tclmagic.so'. Stop.
Any idea might be going wrong?
I'm attaching the Dockerfile as well as the build log. Any help would be very appreciated. (it's probably because of using the wrong version of one of the dependencies but I'm still unable to find which one is it)
also:
grTOGL3.c:16:20: fatal error: GL/glu.h: No such file or directory
although:
checking for GL/gl.h... yes
Amr Gouhar
12/02/2020, 5:12 PMTim Edwards
12/02/2020, 5:17 PMAmr Gouhar
12/02/2020, 5:39 PMlibglu
seems to have worked. Thank you very much!