What's new

glN64-rc2 source/binary

guilhermef

New member
The plugin works very well. But to compile it I had to make some changes in the sources, namely:

In OpenGL.h:

Line 9:
#else
# include "winlnxdefs.h"
#define GL_GLEXT_PROTOTYPES 1 <---------- included this
# include <GL/gl.h>
# include <GL/glext.h>
# include "SDL.h"
#endif // __LINUX__

In OpenGL.cpp I removed the preprocessor directives that were already setup in OpenGL.h; so the first four lines of the file are:
#include <math.h>
#include <stdio.h>
#include "OpenGL.h"
#include "glN64.h"
 
OP
blight

blight

New member
i do not have an ati card, works fine with nvidia's drivers... i'll add that line!
thanks :)
 

Gaenya

New member
Im getting this when compiling

Code:
g++ -I. -D__LINUX__ -DX86_ASM `sdl-config --cflags` `gtk-config --cflags gtk gthread` `glib-config --cflags` -fPIC -finline-functions -funroll-loops -ffast-math -mcpu=`uname -m` -O2   -c -o 2xSAI.o 2xSAI.cpp
g++ -I. -D__LINUX__ -DX86_ASM `sdl-config --cflags` `gtk-config --cflags gtk gthread` `glib-config --cflags` -fPIC -finline-functions -funroll-loops -ffast-math -mcpu=`uname -m` -O2   -c -o CRC.o CRC.cpp
g++ -I. -D__LINUX__ -DX86_ASM `sdl-config --cflags` `gtk-config --cflags gtk gthread` `glib-config --cflags` -fPIC -finline-functions -funroll-loops -ffast-math -mcpu=`uname -m` -O2   -c -o Combiner.o Combiner.cpp
Combiner.cpp: In function `void Combiner_SelectCombine(long long unsigned int)
   ':
Combiner.cpp:351: error: integer constant is too large for "long" type
make: *** [Combiner.o] Error 1
gcc (GCC) 3.3.1 20030927 (Gentoo Linux 3.3.1-r5, propolice)

Thanks
 

txOjO

MDKEiToR
Lol

Blight! you are the master !!
GlN64 0.41-rc2 is the better release i try...
TRgl 0.8.x more than a stone :D but is the only plugin that can be change ucodes and is so better than others in this.
I need more plugins for try and try and try....arf arf arf :pacman:
Good work all team!!!!
 

Top