> "Cory Johns" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 20 Apr 2004 23:27:36 -0700, chromatic wrote: > *snip* > > I can't find a GLU.dll anywhere.
Should be C:\WinNT\system32\glu32.dll > > >What are the values of your LIBS and PATH environment variables? If > >these aren't set correctly (or we're not guessing correctly), it'll > >cause these errors. I think they may cascade from guessing library > >paths and file names incorrectly. > > LIB=C:\Program Files\SDL-1.2.7\lib;C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib I wish I had VC6 laying around somehwere, but I've only got VC7 at the moment. So, what I'm about to say will probably need some adjustment from somebody that has VC6. Look for C:\Program Files\Microsoft Visual Studio\VC98\PlatformSDK\lib\, or something along those lines. This "should" be where opengl32.lib and glu32.lib are located. > PATH=C:\Program Files\SDL-1.2.7\lib;/win2k/vim/vim61:/win2k/Program Files/ImageMagick:/win2k/Perl/bin/:/win2k/WINNT/system32:/win2k/WINNT:/usr/b in:/win2k/Program Files/Microsoft Visual Studio/Common/Tools/WinNT:/win2k/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin:/win2k/Program Files/Microsoft Visual Studio/Common/Tools:/win2k/Program Files/Microsoft Visual Studio/VC98/bin:/win2k/Program Files/SSH Secure Shell:/win2k/Program Files/Mozilla Try adding C:\Program Files\SDL-1.2.7\ to your path -- thats where `sdl-config` is built on my system. > INCLUDE=C:\Program Files\SDL-1.2.7\include;C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include See if you have a C:\Program Files\Microsoft Visual Studio\VC98\PlatformSDK\Include\, and add this here, too. BTW, if you actually succeed in building it, can you zip it and send it to me? /still having massive problems with the SDL_Perl build script, and haven't had any luck building by hand. - Alex --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004
