From: salsaman <sal...@xs...> - 2006-02-01 20:32:57
|
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT gfx-background.lo -MD -MP -MF ".deps/gfx-background.Tpo" -c -o gfx-background.lo gfx-background.c; \ then mv -f ".deps/gfx-background.Tpo" ".deps/gfx-background.Plo"; else rm -f ".deps/gfx-background.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT gfx-background.lo -MD -MP -MF .deps/gfx-background.Tpo -c gfx-background.c -fPIC -DPIC -o .libs/gfx-background.o gfx-background.c: In function `_oink_gfx_background_circles_sine': gfx-misc.h:36: sorry, unimplemented: inlining failed in call to '_oink_gfx_circle_filled': function body not available gfx-background.c:69: sorry, unimplemented: called from here gfx-misc.h:36: sorry, unimplemented: inlining failed in call to '_oink_gfx_circle_filled': function body not available gfx-background.c:71: sorry, unimplemented: called from here g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -DUNIX_X -D_REENTRANT -MT actor_corona.lo -MD -MP -MF .deps/actor_corona.Tpo -c actor_corona.cpp -fPIC -DPIC -o .libs/actor_corona.o In file included from /usr/include/libvisual/libvisual.h:30, from actor_corona.cpp:38: /usr/include/libvisual/lv_time.h: In function `void visual_timer_tsc_get(u_int32_t*, u_int32_t*)': /usr/include/libvisual/lv_time.h:113: error: expected string-literal before '::' token /usr/include/libvisual/lv_time.h:113: error: expected `)' before '::' token actor_corona.cpp: In function `int lv_corona_render(VisPluginData*, VisVideo*, VisAudio*)': actor_corona.cpp:257: warning: converting to `short int' from `float' actor_corona.cpp:258: warning: converting to `short int' from `float' actor_corona.cpp:259: warning: converting to `short int' from `float' actor_corona.cpp:260: warning: converting to `short int' from `float' make[4]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/bumpscope' Making all in corona make[4]: Entering directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/corona' make[4]: *** No rule to make target `no', needed by `all-am'. Stop. make[4]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/corona' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins' make: *** [all] Error 2 Salsaman. |