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 792504 - Gstreamer fails to build with android prebuild libraries due to a @# comment
Gstreamer fails to build with android prebuild libraries due to a @# comment
Status: RESOLVED DUPLICATE of bug 791854
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.12.4
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-14 09:38 UTC by Jeremi Wójcicki
Modified: 2018-01-14 21:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremi Wójcicki 2018-01-14 09:38:05 UTC
While executing gstreamer-1.0.mk (using android studio) throws:

GStreamer      : [GEN] => gst-build-arm64-v8a/gstreamer_android.c
'#' is not recognized as an internal or external command,
operable program or batch file.
make: *** [genstatic_arm64-v8a] Error 1

for which the line 210 is responsible:

@# android-studio doesn't seem to like line continuation characters when executing shell commands

removing the line fixes the problem
Comment 1 Nicolas Dufresne (ndufresne) 2018-01-14 20:58:20 UTC
I'm pretty sure I've merge some fixes for this recently.
Comment 2 Nicolas Dufresne (ndufresne) 2018-01-14 21:46:04 UTC
Nop, the patches are still pending, my memory got erased during Christmas ;-)

So I'm marking the duplicate, would be nice to test these and comment on the other bug.

*** This bug has been marked as a duplicate of bug 791854 ***