In OSX, I'm used to simply doing
./configure
make
But in MSVC when I do Project from existing code and try to compile I get hundreds of errors.
I'm trying to compile GLU from the Mesa3D library. How could I do this in MSVC? Thanks
In OSX, I'm used to simply doing
./configure
make
But in MSVC when I do Project from existing code and try to compile I get hundreds of errors.
I'm trying to compile GLU from the Mesa3D library. How could I do this in MSVC? Thanks
Still fighting with glu ? :)
In windows\VC8\mesa you have a .sln. Find it, open it, compile it, done.