anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...
cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?
anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...
cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?
My english is really poor... So Please hehehe help me to improve it ok!?
--------------------------
Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
---------------------------
Just in case... I'm attaching the sources:
Have fun..![]()
My english is really poor... So Please hehehe help me to improve it ok!?
--------------------------
Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
---------------------------
I think it's just a matter of changing the flags used when compiling/linking :
for gtk 1.2 :
GTK_FLAGS =`gtk-config --cflags`
GTK_LIBS =`gtk-config --libs`
GTHREAD_LIBS =`gtk-config --libs gtk gthread`
for gtk 2
GTK_FLAGS =`pkg-config gtk+-2.0 --cflags` -D_GTK2
GTK_LIBS =`pkg-config gtk+-2.0 --libs`
GTHREAD_LIBS =`pkg-config gthread-2.0 --libs`
EDIT : On my distribution (gentoo) this plugin is provided and compiled with gtk2, here is the binary as attachement. Personally , the plugin crashes for me , but you may have better luck than me ...
Last edited by ziggy; February 22nd, 2007 at 14:51.
yo!
Tanks for your hel, again!
I was googling about this plugin n' I've found this: http://sourceforge.net/projects/gap-plugin
edit1Your precompiled bin.... It crash it for me too...
edit2 Maybe I've been tooo dumb, but it can't compile it. lol![]()
Last edited by Tillmann; February 22nd, 2007 at 15:18.
My english is really poor... So Please hehehe help me to improve it ok!?
--------------------------
Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
---------------------------
My english is really poor... So Please hehehe help me to improve it ok!?
--------------------------
Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
---------------------------
Fails on my system too.Would be nice if this could be fixed as Blights SDL plugin results in occasional skipping for me.