<table><tr><td style="">Martchus added a comment.<br />Herald added subscribers: kde-buildsystem, kde-frameworks-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11776">View Revision</a></tr></table><br /><div><div><p>This change produces invalid JSON in my setup:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">"stdcpp-path":" "/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so" -nodefaultlibs -lgcc -lc -lm -ldl",</pre></div>

<p>So it think there's some refinement required to make this more robust. The file <tt style="background: #ebebeb; font-size: 13px;">stl</tt> contains <tt style="background: #ebebeb; font-size: 13px;"> "/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so" -nodefaultlibs -lgcc -lc -lm -ldl</tt> in my case. When escaping the quotes correctly so the JSON is no longer invalid the next error I get is:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">STL library does not exist at  "/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so" -nodefaultlibs -lgcc -lc -lm -ldl</pre></div>

<p>So I suppose only a single file should be specified here. When I change it to only <tt style="background: #ebebeb; font-size: 13px;">/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so</tt> it finally works.</p>

<p>BTW, I'm using Arch Linux and the following packages/versions:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">pacman -Q cmake android-sdk android-ndk android-qt5-arm64-v8a extra-cmake-modules 
cmake 3.12.1-1
android-sdk 26.1.1-1
android-ndk r17.b-1
android-qt5-arm64-v8a 5.11.1-1
extra-cmake-modules 5.49.0-1</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11776">https://phabricator.kde.org/D11776</a></div></div><br /><div><strong>To: </strong>apol, Frameworks, Build System, vkrause<br /><strong>Cc: </strong>kde-frameworks-devel, kde-buildsystem, Martchus, vkrause, michaelh, ngraham, bruns<br /></div>