Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Michele Tosolini (Peressi) <mtoso@ts...> - 2003-05-22 13:47:51
|
Hello, i tried to compile the Mesa-4.0.4 on a Unix Dec alpha and on Compaq Tru64 with ./configure and make and i get this: ......... lo splitarcs.lo subdivider.lo tobezier.lo trimline.lo trimregion.lo trimvertpool.lo uarray.lo varray.lo ranlib .libs/libNInt.al creating libNInt.la (cd .libs && rm -f libNInt.la && ln -s ../libNInt.la libNInt.la) Making all in nurbtess Multiple rules lines for `%.o' Multiple rules lines for `%.lo' Make: Don't know how to make directedLine.c. Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 I tried with the "old way" with make osf1 after copying makefile.x11 to makefile and get this: ...... RARYBUILD libtess/tess.c -o libtess/tess.o cc -c -I../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O0 -std1 -ieee_with_no_inexact -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/tessmono.c -o libtess/tessmono.o -c -I../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -DNDEBUG -DLIBRARYBUILD libnurbs/interface/bezierEval.cc -o libnurbs/interface/bezierEval.o -c: No such file or directory *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. Since I'm not so good at managing Makefiles, I ask your help. Thanks a lot everybody. |