Compiling Panda on 64bit OpenSuse

I am trying to get Panda to work on 64 bit version of OpenSuse 10.3

I have tried to follow all instructions on another thread that was about building for 64 bit Ubuntu.

It seems that I am now building all of the Panda core stuff

but I am getting stuck on glib (or something that uses it) unfortunately the printed error do not show the first errors and redirecting to file only shows the start.

Basically I get tons of errors like

/usr/include/glib-2.0/glib/gstring.h:120: error: variable or field ‘g_string_vprintf’ declared void
/usr/include/glib-2.0/glib/gstring.h:120: error: ‘GString’ was not declared in this scope
/usr/include/glib-2.0/glib/gstring.h:120: error: expected primary-expression before ‘,’ token
/usr/include/glib-2.0/glib/gstring.h:121: error: expected primary-expression before ‘const’
/

I have followed the following instructions posted by malchire in response to compiling for 64 bit

I am now quite stuck and not sure what else to try. Has anybody managed to compile Panda for 64bit OpenSuse?