After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735872 - OS X build doesn't build cmake
OS X build doesn't build cmake
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-02 09:04 UTC by Jan Schmidt
Modified: 2014-09-02 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Schmidt 2014-09-02 09:04:31 UTC
cmake isn't mentioned as a pre-installation dependency on OS X, and neither bootstrap nor the regular build compile it. The taglib compile fails without it.

Running './cerbero-uninstalled buildone cmake' makes everything work.

I'm not sure where in the build cmake should be added to make it automatic.
Comment 1 Andoni Morales 2014-09-02 15:26:17 UTC
CMake is part of the requirements in the README for both Windows and OSX

http://cgit.freedesktop.org/gstreamer/cerbero/tree/README#n34
Comment 2 Jan Schmidt 2014-09-02 17:34:05 UTC
Aw snap! I was using the gstreamer.com docs - I've never even seen the README!