gstreamer compile error



Hello,

my garnome-build fails with following error.

------------------------------------------------------------------

[===== NOW BUILDING:	gstreamer-0.5.1	=====]
	[fetch] complete for gstreamer.
	[checksum] complete for gstreamer.
	[extract] complete for gstreamer.
	[patch] complete for gstreamer.
 ==> Building gnome/glib as a dependency
 ==> Building gnome/libxml2 as a dependency
	[configure] complete for gstreamer.
 ==> Running make in work/gstreamer-0.5.1
make[4]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1'
make  all-recursive
make[5]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1'
Making all in include
make[6]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/include'
make[6]: Für das Target »all« gibt es nichts zu tun.
make[6]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/include'
Making all in gst
make[6]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst'
make  all-recursive
make[7]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst'
Making all in parse
make[8]: Entering directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst/parse'
bison -d -v -p_gst_parse__yy grammar.y ../gstmarshal.h
bison: zusätzlicher Operand »../gstmarshal.h«
»bison --help« gibt weitere Informationen.
make[8]: *** [grammar.tab.h] Fehler 1
make[8]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst/parse'
make[7]: *** [all-recursive] Fehler 1
make[7]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst'
make[6]: *** [all] Fehler 2
make[6]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1/gst'
make[5]: *** [all-recursive] Fehler 1
make[5]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1'
make[4]: *** [all] Fehler 2
make[4]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer/work/gstreamer-0.5.1'
make[3]: *** [build-work/gstreamer-0.5.1/Makefile] Fehler 2
make[3]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gstreamer'
make[2]: *** [dep-../../gstreamer/gstreamer] Fehler 2
make[2]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gstreamer/gst-plugins'
make[1]: *** [dep-../../gstreamer/gst-plugins] Fehler 2
make[1]: Leaving directory
`/home/matthias/tmp/garnome-0.20.0/gnome/gnome-media'make: ***
[dep-../../gnome/gnome-media] Fehler 2

--------------------------------------------------------------------

If i try to compile gstreamer directly in /garnome/gstreamer/..., the
computer says to me:

---------------------------------------------------------------------

 Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeui-2.0' found

-------------------------------------------------------------------

But if i look in /root/garnome/lib/pkgconfig/ is there a file named
libgnomeui-2.0.pc, and compiling libgnomeui works fine.


I search google an the list-archive an found nothing about and i dont
understood the problem!

Greeting Matthias

PS: Sorry for my bad english!!

-- 
+---------------------------------------------+
|Matthias Weinhold                            |
|Stettiner Strasse 51                         |
|13357 Berlin                                 |
|mailto: matthias weinhold tiscalinet de      |
|NEW!! http://www.matthiasweinhold.keepfree.de|
|registred Linux User #290183                 |
+---------------------------------------------+

Bitte senden Sie mir keine Word-Anhaenge.
Siehe http://www.fsf.org/philosophy/no-word-attachments.de.html
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
configure: configuring gstreamer for release
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -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 stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for ANSI C header files... (cached) yes
checking for gtkdoc-scangobj... false
checking for xsltproc... false
checking for pdftops... true
checking for fig2dev... true
configure: Looking for Python version >= 2.1
checking for python... /usr/bin/python
checking "/usr/bin/python":... okay
checking local Python configuration... looks good
checking whether byte ordering is bigendian... no
checking for MMX-capable compiler... yes
checking for bison... /usr/bin/bison
checking for flex... /usr/bin/flex
checking for large file support... yes
checking whether we have makecontext... yes
checking whether gcc implements __PRETTY_FUNCTION__... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc implements __func__... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0.1 gobject-2.0 gthread-2.0 gmodule-2.0... yes
checking GLIB2_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GLIB2_LIBS... -pthread -Wl,--export-dynamic -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for libxml-2.0 >= 2.4.0... yes
checking XML_CFLAGS... -I/usr/include/libxml2  
checking XML_LIBS... -lxml2 -lz -lm  
configure: Test xml2 program linked
checking for poptStrippedArgv in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
configure: Checking for POPT_TABLEEND
checking asm/atomic.h usability... yes
checking asm/atomic.h presence... yes
checking for asm/atomic.h... yes
configure: Using /usr/local/var/cache/gstreamer-0.5 as registry cache dir
checking for pthread_attr_setstack in -lpthread... yes
checking for posix_memalign... yes
checking for libgnomeui-2.0... configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating gst/Makefile
config.status: creating gst/gstversion.h
config.status: creating gst/autoplug/Makefile
config.status: creating gst/indexers/Makefile
config.status: creating gst/elements/Makefile
config.status: creating gst/parse/Makefile
config.status: creating gst/schedulers/Makefile
config.status: creating gst/types/Makefile
config.status: creating gst/registries/Makefile
config.status: creating libs/Makefile
config.status: creating libs/gst/Makefile
config.status: creating libs/gst/bytestream/Makefile
config.status: creating libs/gst/getbits/Makefile
config.status: creating libs/gst/putbits/Makefile
config.status: creating libs/gst/control/Makefile
config.status: creating libs/ext/Makefile
config.status: creating tests/Makefile
config.status: creating tests/bufspeed/Makefile
config.status: creating tests/memchunk/Makefile
config.status: creating tests/muxing/Makefile
config.status: creating tests/seeking/Makefile
config.status: creating tests/sched/Makefile
config.status: creating tests/threadstate/Makefile
config.status: creating testsuite/Makefile
config.status: creating testsuite/bytestream/Makefile
config.status: creating testsuite/caps/Makefile
config.status: creating testsuite/cleanup/Makefile
config.status: creating testsuite/clock/Makefile
config.status: creating testsuite/dynparams/Makefile
config.status: creating testsuite/elements/Makefile
config.status: creating testsuite/indexers/Makefile
config.status: creating testsuite/plugin/Makefile
config.status: creating testsuite/refcounting/Makefile
config.status: creating testsuite/threads/Makefile
config.status: creating examples/Makefile
config.status: creating examples/autoplug/Makefile
config.status: creating examples/cutter/Makefile
config.status: creating examples/helloworld/Makefile
config.status: creating examples/helloworld2/Makefile
config.status: creating examples/launch/Makefile
config.status: creating examples/manual/Makefile
config.status: creating examples/mixer/Makefile
config.status: creating examples/pingpong/Makefile
config.status: creating examples/plugins/Makefile
config.status: creating examples/queue/Makefile
config.status: creating examples/queue2/Makefile
config.status: creating examples/queue3/Makefile
config.status: creating examples/queue4/Makefile
config.status: creating examples/thread/Makefile
config.status: creating examples/typefind/Makefile
config.status: creating examples/xml/Makefile
config.status: creating tools/Makefile
config.status: creating docs/Makefile
config.status: creating docs/devhelp/Makefile
config.status: creating docs/faq/Makefile
config.status: creating docs/gst/Makefile
config.status: creating docs/gst/gstreamer.types
config.status: creating docs/libs/Makefile
config.status: creating docs/manual/Makefile
config.status: creating docs/pwg/Makefile
config.status: creating docs/plugins/Makefile
config.status: creating docs/plugins/gstreamer-plugins.types
config.status: creating docs/xsl/Makefile
config.status: creating stamp.h
config.status: creating gstreamer.pc
config.status: creating gstreamer-uninstalled.pc
config.status: creating gstreamer.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands

configure: configuring in libs/ext/cothreads
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes

Build Tools:
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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 stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool

Mandatory Platform Environment:
checking for ANSI C header files... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking for function sigaction... yes
checking for function sigprocmask... yes
checking for function sigpending... yes
checking for function sigsuspend... yes
decision on mandatory system headers and functions... all fine

Optional Platform Environment:
checking for attribute ss_base in struct sigaltstack from sys/signal.h... no
checking for attribute ss_sp in struct sigaltstack from sys/signal.h... yes

Machine Context Implementation:
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking for function makecontext... yes
checking for function swapcontext... yes
checking for function getcontext... yes
checking for function setcontext... yes
checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... yes
checking for signal.h... (cached) yes
checking for function sigsetjmp... no
checking for function siglongjmp... yes
checking for function setjmp... yes
checking for function longjmp... yes
checking for function _setjmp... yes
checking for function _longjmp... yes
checking for function sigaltstack... yes
checking for function sigstack... yes
checking for signal-mask aware setjmp(3)/longjmp(3)... yes: ssjlj
checking for typedef stack_t... yes
checking for need for separate stack... no
checking for direction of stack growth... down
checking for function makecontext... (cached) yes
checking for stack setup via makecontext... ok
checking for function sigaltstack... (cached) yes
checking for typedef stack_t... (cached) yes
checking for stack setup via sigaltstack... ok
checking for function sigstack... (cached) yes
checking for stack setup via sigstack... guessed
decision on mctx implementation... mcsc/sc/mc

Cothreads Package Configuration:
checking for pthread_attr_setstack in -lpthread... yes
checking for posix_memalign... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GLIB_LIBS... -lglib-2.0  
checking for glib-2.0 gthread-2.0... yes
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lglib-2.0  

Output Substitution:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating cothreads/Makefile
config.status: creating cothreads/config-public.h
config.status: creating cothreads/config-private.h
config.status: cothreads/config-private.h is unchanged
config.status: executing depfiles commands


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]