Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

libvisual-plugins fails to build

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
j-rock
n00b
n00b
User avatar
Posts: 62
Joined: Mon Apr 05, 2004 8:42 pm
Location: Eau Claire, Wisconsin

libvisual-plugins fails to build

  • Quote

Post by j-rock » Mon Jun 27, 2005 2:22 pm

libvisual-plugins fails with this:

Code: Select all

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=athlon-mp -pipe -fomit-frame-pointer -DUNIX_X -D_REENTRANT -MT actor_gdkpixbuf.lo -MD -MP -MF .deps/actor_gdkpixbuf.Tpo -c actor_gdkpixbuf.c  -fPIC -DPIC -o .libs/actor_gdkpixbuf.o
actor_gdkpixbuf.c: In function `get_plugin_info':
actor_gdkpixbuf.c:91: error: initializer element is not constant
actor_gdkpixbuf.c:91: error: (near initialization for `info[0].plugin')
actor_gdkpixbuf.c:91: error: initializer element is not constant
actor_gdkpixbuf.c:91: error: (near initialization for `info[0]')
actor_gdkpixbuf.c: In function `act_gdkpixbuf_init':
actor_gdkpixbuf.c:104: error: initializer element is not constant
actor_gdkpixbuf.c:104: error: (near initialization for `params[0].parent')
actor_gdkpixbuf.c:105: error: initializer element is not constant
actor_gdkpixbuf.c:105: error: (near initialization for `params[0].name')
actor_gdkpixbuf.c:106: error: initializer element is not constant
actor_gdkpixbuf.c:106: error: (near initialization for `params[0].type')
actor_gdkpixbuf.c:107: error: initializer element is not constant
actor_gdkpixbuf.c:107: error: (near initialization for `params[0].data.string')
actor_gdkpixbuf.c:108: error: initializer element is not constant
actor_gdkpixbuf.c:108: error: (near initialization for `params[0].data')
actor_gdkpixbuf.c:108: error: initializer element is not constant
actor_gdkpixbuf.c:108: error: (near initialization for `params[0]')
actor_gdkpixbuf.c:108: error: initializer element is not constant
actor_gdkpixbuf.c:108: error: (near initialization for `params[1].parent')
actor_gdkpixbuf.c:109: error: initializer element is not constant
actor_gdkpixbuf.c:109: error: (near initialization for `params[1].name')
actor_gdkpixbuf.c:110: error: initializer element is not constant
actor_gdkpixbuf.c:110: error: (near initialization for `params[1].type')
actor_gdkpixbuf.c:111: error: initializer element is not constant
actor_gdkpixbuf.c:111: error: (near initialization for `params[1].data.string')
actor_gdkpixbuf.c:112: error: initializer element is not constant
actor_gdkpixbuf.c:112: error: (near initialization for `params[1].data')
actor_gdkpixbuf.c:112: error: initializer element is not constant
actor_gdkpixbuf.c:112: error: (near initialization for `params[1]')
actor_gdkpixbuf.c:112: error: initializer element is not constant
actor_gdkpixbuf.c:112: error: (near initialization for `params[2].parent')
actor_gdkpixbuf.c:113: error: initializer element is not constant
actor_gdkpixbuf.c:113: error: (near initialization for `params[2].name')
actor_gdkpixbuf.c:115: error: `VISUAL_PARAM_LIST_END' undeclared (first use in this function)
actor_gdkpixbuf.c:115: error: (Each undeclared identifier is reported only once
actor_gdkpixbuf.c:115: error: for each function it appears in.)
actor_gdkpixbuf.c:115: error: initializer element is not constant
actor_gdkpixbuf.c:115: error: (near initialization for `params[2].type')
actor_gdkpixbuf.c:115: error: initializer element is not constant
actor_gdkpixbuf.c:115: error: (near initialization for `params[2]')
actor_gdkpixbuf.c: In function `act_gdkpixbuf_cleanup':
actor_gdkpixbuf.c:130: warning: initialization makes pointer from integer without a cast
actor_gdkpixbuf.c:141: error: structure has no member named `pixels'
actor_gdkpixbuf.c: In function `act_gdkpixbuf_dimension':
actor_gdkpixbuf.c:168: warning: initialization makes pointer from integer without a cast
actor_gdkpixbuf.c:179: error: structure has no member named `pixels'
actor_gdkpixbuf.c: In function `act_gdkpixbuf_events':
actor_gdkpixbuf.c:189: warning: initialization makes pointer from integer without a cast
actor_gdkpixbuf.c: In function `act_gdkpixbuf_render':
actor_gdkpixbuf.c:265: warning: initialization makes pointer from integer without a cast
actor_gdkpixbuf.c:267: error: structure has no member named `pixels'
actor_gdkpixbuf.c: In function `update_into_visvideo':
actor_gdkpixbuf.c:393: error: structure has no member named `pixels'
make[4]: *** [actor_gdkpixbuf.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/libvisual-plugins-0.2.0/work/libvisual-plugins-0.2.0/plugins/actor/gdkpixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/libvisual-plugins-0.2.0/work/libvisual-plugins-0.2.0/plugins/actor'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libvisual-plugins-0.2.0/work/libvisual-plugins-0.2.0/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libvisual-plugins-0.2.0/work/libvisual-plugins-0.2.0'
make: *** [all] Error 2
I have re-emerged gdk-pixbuf numerous times and the error remains.

Here are my use flags for libvisual-plugins

Code: Select all

media-plugins/libvisual-plugins -debug -esd -gtk jack opengl
Here is my emerge info

Code: Select all

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r8 i686)
=================================================================
System uname: 2.6.11-gentoo-r8 i686 AMD Athlon(tm) MP 2400+
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 14:57:16)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-mp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-mp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac aalib alsa apache2 apm avi bash-completion berkdb bitmap-fonts bootsplash cairo cdda cddb cdio cdr crypt cups curl divx4linux doc dvd dvdread emboss encode esd fam flac flash foomaticdb fortran freetds freetype gd gd-external gdbm gif glitz gpm gtk gtk2 imagemagick imlib immqt immqt-bc ipv6 jack java jpeg junit libg++ libwww mad matroska mikmod mmx mmx2 mozilla mozsvg mp3 mpeg mssql mysql ncurses nethack nls nptl offensive ogg oggvorbis openal opengl oss pam pdflib perl php pic png python qt quicktime readline real ruby samba sasl sdl slang softmmu spell sqlite sse ssl stream svg svga tcltk tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb vcd vorbis wxwindows x86 xine xinerama xml xml2 xmms xprint xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Does it also predict tomorrows lottery-numbers? -- Evangelion on The Bible

Reverse jesus crucified the entire roman empire.
Top
j-rock
n00b
n00b
User avatar
Posts: 62
Joined: Mon Apr 05, 2004 8:42 pm
Location: Eau Claire, Wisconsin

  • Quote

Post by j-rock » Tue Jun 28, 2005 7:36 pm

bump?
Does it also predict tomorrows lottery-numbers? -- Evangelion on The Bible

Reverse jesus crucified the entire roman empire.
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Tue Jun 28, 2005 8:01 pm

Try enabling gtk+ support and see if that makes a difference.
Top
j-rock
n00b
n00b
User avatar
Posts: 62
Joined: Mon Apr 05, 2004 8:42 pm
Location: Eau Claire, Wisconsin

  • Quote

Post by j-rock » Tue Jun 28, 2005 11:00 pm

if gtk+ is supposed to go into my USE flags, it didn't work.
Does it also predict tomorrows lottery-numbers? -- Evangelion on The Bible

Reverse jesus crucified the entire roman empire.
Top
j-rock
n00b
n00b
User avatar
Posts: 62
Joined: Mon Apr 05, 2004 8:42 pm
Location: Eau Claire, Wisconsin

  • Quote

Post by j-rock » Tue Jul 05, 2005 8:18 pm

Anyone?
Does it also predict tomorrows lottery-numbers? -- Evangelion on The Bible

Reverse jesus crucified the entire roman empire.
Top
j-rock
n00b
n00b
User avatar
Posts: 62
Joined: Mon Apr 05, 2004 8:42 pm
Location: Eau Claire, Wisconsin

  • Quote

Post by j-rock » Sat Apr 29, 2006 6:48 am

*PING*

anyone?
Does it also predict tomorrows lottery-numbers? -- Evangelion on The Bible

Reverse jesus crucified the entire roman empire.
Top
ChristyMcJesus
Apprentice
Apprentice
User avatar
Posts: 184
Joined: Sat Oct 02, 2004 5:02 pm

  • Quote

Post by ChristyMcJesus » Sun Mar 04, 2007 10:29 am

Use Ubuntu, it's the perfect distro with no problems whatsoever.
Desu DESU desu Desu Desu. Desu desu?
Top
welp
Retired Dev
Retired Dev
User avatar
Posts: 103
Joined: Sat Sep 24, 2005 7:07 pm
Location: Ipswich, UK
Contact:
Contact welp
Website

  • Quote

Post by welp » Sun Mar 04, 2007 11:14 am

SILLY J-ROCK. there is no gtk+ flag. :)
Gentoo/BSD, Gentoo/Alt AT and Bugday lead
AMD64, Xfce, Sunrise, www-servers, net-irc, lang-misc, Artwork
If you find a bug, submit it! Bugzilla
Top
brenden
l33t
l33t
User avatar
Posts: 710
Joined: Tue Mar 09, 2004 1:33 am
Location: Calgary, AB
Contact:
Contact brenden
Website

  • Quote

Post by brenden » Sun Mar 04, 2007 6:29 pm

needs more CFAGS
My Site: http://diddyinc.com/
I maintain Conky
omploader
Top
omp
Retired Dev
Retired Dev
User avatar
Posts: 1018
Joined: Sat Sep 10, 2005 8:47 am
Location: Glendale, California
Contact:
Contact omp
Website

  • Quote

Post by omp » Wed Aug 29, 2007 3:07 am

brenden wrote:needs more CFAGS
He fixed it! :D
meow.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic