I've tried to compile the 20081106 and seems like the patch works. But now I'm having another problem. Pspp has support for Postgres, but it should be disable by default. When I try to compile it, I get those errors:
gl/.libs/libgl.a(close.o):close.c:(.text+0x2d): undefined reference to [EMAIL PROTECTED]' gl/.libs/libgl.a(close.o):close.c:(.text+0x45): undefined reference to [EMAIL PROTECTED]' gl/.libs/libgl.a(close.o):close.c:(.text+0x51): undefined reference to [EMAIL PROTECTED]' gl/.libs/libgl.a(close.o):close.c:(.text+0x5f): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make[2]: *** [src/ui/terminal/pspp.exe] Error 1 make[2]: Leaving directory `/home/Michel/pspp-stable-20081106' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Michel/pspp-stable-20081106' make: *** [all] Error 2 Looking at google, seems like those references are from postgres library. Even with the "--without-libpq" I've get those errors.