<table><tr><td style="">ckertesz added a comment.
</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/D8859" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Thanks for the update!</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">libraw: fails to build because the swab-workaround is still needed on desktop otherwise:</li>
</ul>

<p>[ 14%] Building CXX object CMakeFiles/raw.dir/internal/dcraw_common.cpp.o<br />
.../kstars/build_android/android/3rdparty/libraw/internal/dcraw_common.cpp:211:5: error: use of undeclared identifier 'swab'</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);">swab ((char*)pixel, (char*)pixel, count*2);
^</pre></div>

<p>.../kstars/build_android/android/3rdparty/libraw/internal/dcraw_common.cpp:13760:7: error: use of undeclared identifier 'swab'</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);">swab ((char*)ppm2, (char*)ppm2, width*colors*2);
^</pre></div>

<p>2 errors generated.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">cfitsio: There is no sane reason, but CMake can't determinate the static linker correctly (even if -DCMAKE_AR is passed in configuration stage), if the toolchain file is not included in the cfitsio/CMakeLists.txt,. Please don't remove the following workaround line from the cfitsio patch:</li>
</ul>

<p>include(${CMAKE_TOOLCHAIN_FILE})</p>

<p>I look forward for the next round.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R321 KStars</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8859" rel="noreferrer">https://phabricator.kde.org/D8859</a></div></div><br /><div><strong>To: </strong>apol, mutlaqja<br /><strong>Cc: </strong>ckertesz, KDE Edu, narvaez, apol<br /></div>