From: Dennis S. <sy...@yo...> - 2005-03-24 16:03:51
|
Heya, thanks for pointing out!, I changed the macro name so it was now defaulting the previous macro a function that returns an int and not a cast to actorplugin.... 'doh'! ;) Thanks. On Thu, 2005-03-24 at 00:46 +0100, pl...@ip... wrote: > Using CVS from a few minutes ago: > > make[4]: Entering directory > `/home/pix/Software/Libvisual/libvisual-plugins/plugins/actor/goom2' > if /bin/sh ../../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H > -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -I/usr/local/include > -g -O2 -DUNIX_X -D_REENTRANT -MT actor_goom2.lo -MD -MP -MF > ".deps/actor_goom2.Tpo" -c -o actor_goom2.lo actor_goom2.c; \ > then mv -f ".deps/actor_goom2.Tpo" ".deps/actor_goom2.Plo"; else rm -f > ".deps/actor_goom2.Tpo"; exit 1; fi > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include > -I/usr/local/include -g -O2 -DUNIX_X -D_REENTRANT -MT actor_goom2.lo -MD > -MP -MF .deps/actor_goom2.Tpo -c actor_goom2.c -fPIC -DPIC -o > ..libs/actor_goom2.o > actor_goom2.c: In function `lv_goom_render': > actor_goom2.c:169: error: invalid type argument of `->' > make[4]: *** [actor_goom2.lo] Fehler 1 > > The line 169 is: > > songinfo = &VISUAL_PLUGIN_ACTOR (visual_plugin_get_specific > (plugin))->songinfo; > > gcc-Version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) > > Any ideas? > > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_idh83&alloc_id149&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |