LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine-0.9.30 "make" errors (https://www.linuxquestions.org/questions/linux-software-2/wine-0-9-30-make-errors-542472/)

Guilherme 04-01-2007 05:00 PM

wine-0.9.30 "make" errors
 
hello ...
I have the 2.6.20 kernel vertion and I would like to install wine-0.9.30 I read the README and I follow all the configuration steps ...
I run ./configure, and it worked well, so it tolled me to run "make deeps && make" command and so I did it, it take about 20 minutes and on final report me a lot of errors I'll quote here...

Sorry, but can you help me? ... I'm a realy newbie linux user. what do I need to do to make it work? ...

Code:

wgl.c:378: error: 'GLUtesselator' undeclared (first use in this function)
wgl.c:378: error: (Each undeclared identifier is reported only once
wgl.c:378: error: for each function it appears in.)
wgl.c:378: error: 'tess' undeclared (first use in this function)
wgl.c:379: warning: ISO C90 forbids mixed declarations and code
wgl.c:392: error: '_GLUfuncptr' undeclared (first use in this function)
wgl.c:392: error: syntax error before 'tess_callback_vertex'
wgl.c:393: error: syntax error before 'tess_callback_begin'
wgl.c:452: warning: implicit declaration of function 'gluTessBeginPolygon'
wgl.c:459: warning: implicit declaration of function 'gluTessBeginContour'
wgl.c:498: warning: implicit declaration of function 'gluTessEndContour'
wgl.c:510: warning: implicit declaration of function 'gluTessEndPolygon'
make[2]: *** [wgl.o] Error 1
make[2]: Leaving directory `/home/guilherme/Desktop/wine-0.9.30/dlls/opengl32'
make[1]: *** [opengl32/__install-lib__] Error 2
make[1]: Leaving directory `/home/guilherme/Desktop/wine-0.9.30/dlls'
make: *** [dlls/__install-lib__] Error 2


If I'm not wrong this are all OpenGL errors, I belive the problem is exacly that, I could never install OpenGL correctly... don't know why.

for some time ago I was trying to install OpenGL, GLU and GLUT and when I tryed to run "make" into /lib directory it reports me this error ... so I could never finish it ... :S ... for several times I read the /lib/glut/Makefile and on the line where was LCOPTS = -I$(TOP) -fullwarn -wlint,-f -woff 813,852,827,826 ... I tryed to make cc behing -fullwarn, and still was not working (trying sometimes make something, even wors... lol) ... nothing happens...
this are the errors it reports me :S

Code:

        (cd glut; make default)
make[1]: Entering directory `/lib/glut'
cc -ansi -include /usr/include/make/linuxdefs      cc -I../.. -fullwarn -wlint,-f -woff 813,852,827,826 -UDEBUG -DNDEBUG -I/usr/include -O2 -MD -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wcast-qual -Wmissing-prototypes -Wmissing-declarations  -Wuninitialized -o cannotate cannotate.c
cc: cc: No such file or directory
cc: 813,852,827,826: No such file or directory
cc: unrecognized option '-wlint,-f'
cc: unrecognized option '-woff'
cc1: error: unrecognized command line option "-fullwarn"
make[1]: *** [cannotate] Error 1
make[1]: Leaving directory `/lib/glut'
make: *** [default] Error 2



Thanks a lot ;)

guilherme

MS3FGX 04-02-2007 01:38 AM

If you don't plan on using 3D applications in WINE, you can simply build it without OpenGL support. I have done that on my desktop machine in the past, back when the Nvidia drivers were unstable with OpenGL and the Composite extension.

Guilherme 04-04-2007 01:37 PM

hum...
ok, but how is it done.
althoght I'll need 3d, because I was thinking about 3D studio max... so I need OpenGL... and some LAN Games... :S
I'm having problems compiling the OpenGL, it is reporting me liblaries errors... ... where can I get it? do you know? ;) I surfed for a big google search and nothing ... :S


All times are GMT -5. The time now is 02:15 AM.