[gstreamer-bugs] [Bug 596877] New internal libcheck breaks the Solaris build

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 30 07:49:43 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=596877
  GStreamer | gstreamer (core) | 0.10.25

Jan Schmidt <thaytan> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Jan Schmidt <thaytan at mad.scientist.com> 2009-09-30 14:49:37 UTC ---
No, those don't work either. I think they are PERL regular expression
extensions?

This is a bit harder to read, but works on both Linux and Solaris:

sed -n -e 's/^..*CK_EXPORT[ ]\{1,\}\([_0-9A-Za-z]\{1,\}\)..*$$/\1/p'
@top_srcdir@/libs/gst/check/libcheck/check.h.in

Apparently the sed that ships with Solaris does not support character classes.

I think the sed also should become $(SED) to use the one detected by configure.

Attaching a patch in a sec.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list