[gst-devel] (no subject)

iain iain at prettypeople.org
Wed Nov 5 05:45:04 CET 2003


gcc -DHAVE_CONFIG_H -I. -I. -I..    -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2   -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I..  -Wall
-Werror -DG_DISABLE_DEPRECATED -DGST_DISABLE_DEPRECATED -g -I../libs
-I../include -DGST_CONFIG_DIR=\"\" -DGST_CACHE_DIR=\"""\"  -g -O2 -c -o
gst_register-gst-register.o `test -f 'gst-register.c' || echo
'./'`gst-register.c

As you can see from that nasty line GST_CACHE_DIR has been defined as
"". This is from a stock checkout run with ./autogen.sh --prefix=/usr --
--sysconfdir=/etc and then run with ./configure --prefix=/usr
--sysconfdir=/etc so that I can install it.

I've come up with a patch that removes the commandline define and puts
it into config.h, and this fixes all the problems for me.

GST_CONFIG_DIR is defined as \ but I can't find where its generated from
and it doesn't seem to break anything...

I don't know whats causing any of this, but this patch fixes the
brokenness for me...Shall I commit it?

iain
-- 
"Miss Celine Dion sings lovesongs while our cities burn"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no-cmd.patch
Type: text/x-patch
Size: 3949 bytes
Desc: 
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20031105/c9915818/attachment.bin>


More information about the gstreamer-devel mailing list