From jsadural at ccrma.stanford.edu Thu Jul 29 21:42:25 2010 From: jsadural at ccrma.stanford.edu (jason sadural) Date: Thu, 29 Jul 2010 21:42:25 -0700 Subject: [Fillmore] compiling errors, filmore on fc13 Message-ID: Hello All, I was curious and was trying to install Fillmore but I'm having some issues. I'm sure I have all the latest libraries required from the fedora 13 repositories but I'm still getting these errors: --------------------------------------------- [jsadural at jlinux media]$ make export VERSION=0.1.0+trunk; make --directory=src/marina make[1]: Entering directory `/home/jsadural/Documents/yorba/filmore/media/src/marina' pkg-config --print-errors --exists 'gtk+-2.0 >= 2.18.0 gee-1.0 >= 0.5.0 gdk-x11-2.0 >= 2.18.3 gstreamer-0.10 >= 0.10.28 gstreamer-base-0.10 >= 0.10.28 gstreamer-controller-0.10 >= 0.10.28 gstreamer-interfaces-0.10 >= 0.10.28 gstreamer-pbutils-0.10 >= 0.10.28' Package gee-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gee-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gee-1.0' found Package gstreamer-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-0.10' found Package gstreamer-base-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-base-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-base-0.10' found Package gstreamer-controller-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-controller-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-controller-0.10' found Package gstreamer-interfaces-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-interfaces-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-interfaces-0.10' found Package gstreamer-pbutils-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-pbutils-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-pbutils-0.10' found make[1]: *** [marina/.stamp] Error 1 make[1]: Leaving directory `/home/jsadural/Documents/yorba/filmore/media/src/marina' make: *** [marina/libmarina.a] Error 2 -------------------------------- Here are the libraries I have installed: [jsadural at jlinux media]$ rpm -qa | grep libgee libgee-0.5.1-1.fc13.i686 [jsadural at jlinux media]$ rpm -qa | grep gstreamer gstreamer-python-0.10.16-1.fc12.i686 gstreamer-0.10.30-1.fc13.i686 gstreamer-rtsp-0.10.5-1.fc13.i686 gstreamer-plugins-base-0.10.30-1.fc13.i686 gstreamer-plugins-bad-free-0.10.19-1.fc13.i686 PackageKit-gstreamer-plugin-0.6.6-1.fc13.i686 gstreamer-plugins-good-0.10.24-1.fc13.i686 gstreamer-tools-0.10.30-1.fc13.i686 Any Ideas? thanks, jason From rob at yorba.org Thu Jul 29 22:13:13 2010 From: rob at yorba.org (Rob Powell) Date: Fri, 30 Jul 2010 07:13:13 +0200 Subject: [Fillmore] compiling errors, filmore on fc13 In-Reply-To: References: Message-ID: Hi Jason, You'll need to have the development version of the libraries installed. For instance, libgee-dev will install gee1.0.pc. I hope that helps. Please let us know if you have any more problems. Thanks Rob Sent from my ?Phone On Jul 30, 2010, at 6:42 AM, jason sadural wrote: > Hello All, > > I was curious and was trying to install Fillmore but I'm having some > issues. I'm sure I have all the latest libraries required from the > fedora 13 repositories but I'm still getting these errors: > > --------------------------------------------- > > [jsadural at jlinux media]$ make > export VERSION=0.1.0+trunk; make --directory=src/marina > make[1]: Entering directory > `/home/jsadural/Documents/yorba/filmore/media/src/marina' > pkg-config --print-errors --exists 'gtk+-2.0 >= 2.18.0 gee-1.0 >= > 0.5.0 gdk-x11-2.0 >= 2.18.3 gstreamer-0.10 >= 0.10.28 > gstreamer-base-0.10 >= 0.10.28 gstreamer-controller-0.10 >= 0.10.28 > gstreamer-interfaces-0.10 >= 0.10.28 gstreamer-pbutils-0.10 >= > 0.10.28' > Package gee-1.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gee-1.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gee-1.0' found > Package gstreamer-0.10 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-0.10.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-0.10' found > Package gstreamer-base-0.10 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-base-0.10.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-base-0.10' found > Package gstreamer-controller-0.10 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-controller-0.10.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-controller-0.10' found > Package gstreamer-interfaces-0.10 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-interfaces-0.10.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-interfaces-0.10' found > Package gstreamer-pbutils-0.10 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-pbutils-0.10.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-pbutils-0.10' found > make[1]: *** [marina/.stamp] Error 1 > make[1]: Leaving directory > `/home/jsadural/Documents/yorba/filmore/media/src/marina' > make: *** [marina/libmarina.a] Error 2 > > -------------------------------- > > Here are the libraries I have installed: > > [jsadural at jlinux media]$ rpm -qa | grep libgee > libgee-0.5.1-1.fc13.i686 > > [jsadural at jlinux media]$ rpm -qa | grep gstreamer > gstreamer-python-0.10.16-1.fc12.i686 > gstreamer-0.10.30-1.fc13.i686 > gstreamer-rtsp-0.10.5-1.fc13.i686 > gstreamer-plugins-base-0.10.30-1.fc13.i686 > gstreamer-plugins-bad-free-0.10.19-1.fc13.i686 > PackageKit-gstreamer-plugin-0.6.6-1.fc13.i686 > gstreamer-plugins-good-0.10.24-1.fc13.i686 > gstreamer-tools-0.10.30-1.fc13.i686 > > > Any Ideas? > > thanks, > jason > _______________________________________________ > Fillmore mailing list > Fillmore at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/fillmore From jsadural at ccrma.stanford.edu Thu Jul 29 22:28:50 2010 From: jsadural at ccrma.stanford.edu (jason sadural) Date: Thu, 29 Jul 2010 22:28:50 -0700 Subject: [Fillmore] compiling errors, filmore on fc13 In-Reply-To: References: Message-ID: Ah yes, It worked out! thanks, jason On Thu, Jul 29, 2010 at 10:13 PM, Rob Powell wrote: > Hi Jason, > > You'll need to have the development version of the libraries installed. For instance, libgee-dev will install gee1.0.pc. > > I hope that helps. Please let us know if you have any more problems. > > Thanks > > Rob > > Sent from my ?Phone > > On Jul 30, 2010, at 6:42 AM, jason sadural wrote: > >> Hello All, >> >> I was curious and was trying to install Fillmore but I'm having some >> issues. ?I'm sure I have all the latest libraries required from the >> fedora 13 repositories but I'm still getting these errors: >> >> --------------------------------------------- >> >> [jsadural at jlinux media]$ make >> export VERSION=0.1.0+trunk; make --directory=src/marina >> make[1]: Entering directory >> `/home/jsadural/Documents/yorba/filmore/media/src/marina' >> pkg-config --print-errors --exists 'gtk+-2.0 >= 2.18.0 gee-1.0 >= >> 0.5.0 gdk-x11-2.0 >= 2.18.3 gstreamer-0.10 >= 0.10.28 >> gstreamer-base-0.10 >= 0.10.28 gstreamer-controller-0.10 >= 0.10.28 >> gstreamer-interfaces-0.10 >= 0.10.28 gstreamer-pbutils-0.10 >= >> 0.10.28' >> Package gee-1.0 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gee-1.0.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gee-1.0' found >> Package gstreamer-0.10 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gstreamer-0.10.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gstreamer-0.10' found >> Package gstreamer-base-0.10 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gstreamer-base-0.10.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gstreamer-base-0.10' found >> Package gstreamer-controller-0.10 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gstreamer-controller-0.10.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gstreamer-controller-0.10' found >> Package gstreamer-interfaces-0.10 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gstreamer-interfaces-0.10.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gstreamer-interfaces-0.10' found >> Package gstreamer-pbutils-0.10 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gstreamer-pbutils-0.10.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gstreamer-pbutils-0.10' found >> make[1]: *** [marina/.stamp] Error 1 >> make[1]: Leaving directory >> `/home/jsadural/Documents/yorba/filmore/media/src/marina' >> make: *** [marina/libmarina.a] Error 2 >> >> -------------------------------- >> >> Here are the libraries I have installed: >> >> [jsadural at jlinux media]$ rpm -qa | grep libgee >> libgee-0.5.1-1.fc13.i686 >> >> [jsadural at jlinux media]$ rpm -qa | grep gstreamer >> gstreamer-python-0.10.16-1.fc12.i686 >> gstreamer-0.10.30-1.fc13.i686 >> gstreamer-rtsp-0.10.5-1.fc13.i686 >> gstreamer-plugins-base-0.10.30-1.fc13.i686 >> gstreamer-plugins-bad-free-0.10.19-1.fc13.i686 >> PackageKit-gstreamer-plugin-0.6.6-1.fc13.i686 >> gstreamer-plugins-good-0.10.24-1.fc13.i686 >> gstreamer-tools-0.10.30-1.fc13.i686 >> >> >> Any Ideas? >> >> thanks, >> jason >> _______________________________________________ >> Fillmore mailing list >> Fillmore at lists.yorba.org >> http://lists.yorba.org/cgi-bin/mailman/listinfo/fillmore >