Re: gstreamer-plugins80 compile fails

2006-08-19 Thread Oliver Iberien
Absolutely right. I should have thought of this myself but obviously didn't. 
Thanks very much!

On Saturday 19 August 2006 07:39, Alexey Mikhailov wrote:
> Hello!
>
> Oliver Iberien wrote:
> > I was trying to compile audacity, when this happened. gstreamer was
> > already installed. Does anyone know a way around this? Thanks!
> >
> >
> > bsd# cd /usr/ports/multimedia/gstreamer-plugins80/
> > bsd# make install clean
> > ...
> > checking for gstreamer-0.8 >= 0.8.11.1... configure: error: no GStreamer
> > found ...
>
> Is "multimedia/gstreamer80" installed? Is ports collection up-to-date?
> Try to update\reinstall\install this port.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gstreamer-plugins80 compile fails

2006-08-19 Thread Alexey Mikhailov

Hello!

Oliver Iberien wrote:
I was trying to compile audacity, when this happened. gstreamer was already 
installed. Does anyone know a way around this? Thanks!



bsd# cd /usr/ports/multimedia/gstreamer-plugins80/  
bsd# make install clean 
...

checking for gstreamer-0.8 >= 0.8.11.1... configure: error: no GStreamer found
...

  

Is "multimedia/gstreamer80" installed? Is ports collection up-to-date?
Try to update\reinstall\install this port.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gstreamer-plugins80 compile fails

2006-08-19 Thread Oliver Iberien
I was trying to compile audacity, when this happened. gstreamer was already 
installed. Does anyone know a way around this? Thanks!


bsd# cd /usr/ports/multimedia/gstreamer-plugins80/  
bsd# make install clean 
===>   gstreamer-plugins80-0.8.12_2 depends on executable in : gmake - found
===>   gstreamer-plugins80-0.8.12_2 depends on executable in : pkg-config - 
found
===>   gstreamer-plugins80-0.8.12_2 depends on shared library: 
gstreamer-0.8.5 - found
===>   gstreamer-plugins80-0.8.12_2 depends on shared library: popt.0 - found
===>   gstreamer-plugins80-0.8.12_2 depends on shared library: intl - found
===>   gstreamer-plugins80-0.8.12_2 depends on shared library: X11.6 - found
===>  Configuring for gstreamer-plugins80-0.8.12_2
checking build system type... i386-portbld-freebsd6.0
checking host system type... i386-portbld-freebsd6.0
checking target system type... i386-portbld-freebsd6.0
checking whether to enable maintainer-specific portions of Makefiles... no
configure: configuring gst-plugins for release
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for style of include used by gmake... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a pr