Re: [PyOpenGL-Users] python2.3 - win2k - problems compiling
Brought to you by:
mcfletch
From: Marcelo de F. R. <are...@ig...> - 2003-11-08 23:16:20
|
Thanks for your help Mike... I really had forgot to include de lib directory in the MSVC. After making what you told me to do, i had not to face this error anymore. However, now, there is a new error and if it's a file that is missing I couldn't figure out which. GL.GL__init___.obj : error LNK2001: unresolved external symbol initGL__init___ build\temp.win32-2.3\Release\src/interface\GL__init___.lib : fatal error LNK1120: 1 unresolved externals LINK : fatal error LNK1141: failure during build of exports file error: command '"C:\Arquivos de programas\Microsoft Visual Studio\VC98\BIN\link.exe"' failed with exit status 1141 In my lib directory there is every lib I could get from the site you sent and it's links that was related to openGL, Glu or GLUT. Thanks for your support again, Marcelo de Freitas Rigon Em 08 Nov 2003, Mike C. Fletcher escreveu: >Okay, mingw32 and cygwin are both known to fail on building. I haven't >got time to track down why. Anyone who wants to build and send in a >patch set would be most welcome to try. > >MSVC 6.0 is my primary development environment, so it's definitely able >to build, so let's concentrate on that. First, kill off any "source >directory/build" directory so you know you're starting fresh. Then make >sure that you have GLUT compiled and the GLUT .h and .lib files in your >include and library paths respectively. Then make sure your OpenGL and >GLU headers and libs are similarly in the include/library paths. You >can find instructions for this here: > >http://pyopengl.sourceforge.net/documentation/installation.html > >in the section "Building PyOpenGL". > >To me, it looks as though you've got the GLUT headers available, but not >the GLUT .lib files. > >Only once you have those dependencies in the right places can PyOpenGL >build. > >Good luck, >Mike > >Marcelo de Freitas Rigon wrote: > >>Sorry if you have already answered this to another one, but I couldn't find >>anything on the list yet. >> >>when I'm executing "python setup.py install" in mingw using msvc6, the >>following error appear: >> >> >... > >>GLUT.obj : error LNK2001: unresolved external symbol >>__imp____glutInitWithExit@12 >> >> >... > >>I tried with mingw32, cygwin and none of then works (but the others I >>couldn't understand the error also). >> >>Thanks, >>Marcelo de Freitas Rigon >> >>_________________________________________________________ >>Voce quer um iGMail protegido contra vírus e spams? >>Clique aqui: http://www.igmailseguro.ig.com.br >>Ofertas imperdíveis! Link: http://www.americanas.com.br/ig/ >> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by: ApacheCon 2003, >>16-19 November in Las Vegas. Learn firsthand the latest >>developments in Apache, PHP, Perl, XML, Java, MySQL, >>WebDAV, and more! http://www.apachecon.com/ >>_______________________________________________ >>PyOpenGL Homepage >>http://pyopengl.sourceforge.net >>_______________________________________________ >>PyOpenGL-Users mailing list >>PyO...@li... >>https://lists.sourceforge.net/lists/listinfo/pyopengl-users >> >> >> > >-- >_______________________________________ > Mike C. Fletcher > Designer, VR Plumber, Coder > http://members.rogers.com/mcfletch/ > >------------------------------------------------------- >This SF.Net email sponsored by: ApacheCon 2003, >16-19 November in Las Vegas. Learn firsthand the latest >developments in Apache, PHP, Perl, XML, Java, MySQL, >WebDAV, and more! http://www.apachecon.com/ >_______________________________________________ >PyOpenGL Homepage >http://pyopengl.sourceforge.net >_______________________________________________ >PyOpenGL-Users mailing list >PyO...@li... >https://lists.sourceforge.net/lists/listinfo/pyopengl-users > >---------- --------------------------------------------------------------------------- Marcelo de Freitas Rigon (Mondain Wiz, chaos and darkness is his blood) "Unto he whom seeks divination and the understanding of his lord, seek thee the unbridled power that exists within Sosaria's core. Let nothing stand between thine ways and let nothing obscure the vision of thy goal. Within these, one shall summon the strength to force the wretched upon their knees..." (The Book of Mondain - Screaming IX:3) _________________________________________________________ Voce quer um iGMail protegido contra vírus e spams? Clique aqui: http://www.igmailseguro.ig.com.br Ofertas imperdíveis! Link: http://www.americanas.com.br/ig/ |