<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It’s running, this time WITH images!  I did have to change 1 thing in the guide though.  There’s no Plugins folder in the .app bundle so I had to make that explicitly for this to work:<div class=""><br class=""></div><div class=""><pre class=" language-sh"><code class=" language-sh">cp -R ~/Qt5.9.1/5.9.1/clang_64/plugins/imageformats bin/gcompris-qt.app/Contents/PlugIns/</code></pre><div class=""><br class=""></div><div class="">Otherwise it just put the imageformats plugins in the root of the newly made PlugIns folder, instead of making imageformats a folder inside of PlugIns, and the executable couldn’t find any images at runtime.</div><div class=""><br class=""></div><div class="">BUT there’re new problems with making the actual package (i.e. deployable):</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: /Users/bjcupps/src/gcompris-0.81/build/_CPack_Packages/Darwin/DragNDrop/gcompris-qt-0.90-Darwin/gcompris-qt.app/Contents/plugins/mediaservice/libqavfmediaplayer.dylib (No such file or directory)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">CMake Error at /Applications/CMake.app/Contents/share/cmake-3.10/Modules/BundleUtilities.cmake:879 (message):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  Command failed:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902); min-height: 16px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">   'install_name_tool' '-id' '@executable_path/../MacOS/libqavfmediaplayer.dylib' '/Users/bjcupps/src/gcompris-0.81/build/_CPack_Packages/Darwin/DragNDrop/gcompris-qt-0.90-Darwin/gcompris-qt.app/Contents/plugins/mediaservice/libqavfmediaplayer.dylib'</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Call Stack (most recent call first):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  /Applications/CMake.app/Contents/share/cmake-3.10/Modules/BundleUtilities.cmake:953 (fixup_bundle_item)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  /Users/bjcupps/src/gcompris-0.81/build/src/core/FixBundle.cmake:2 (fixup_bundle)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  /Users/bjcupps/src/gcompris-0.81/build/src/core/cmake_install.cmake:170 (include)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  /Users/bjcupps/src/gcompris-0.81/build/src/cmake_install.cmake:38 (include)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  /Users/bjcupps/src/gcompris-0.81/build/cmake_install.cmake:45 (include)</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.74902);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div><br class=""></div><div>I’ll see if I can remember how/if I resolved that, but it might just be about copying more plugins from what it sounds like.  LASTLY…should I update the .icns file to the new orange icon?  As much as I love the yellow airplane I know it was changed on Windows and Android.  Thanks</div><div><br class=""></div><div>bj</div><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 23, 2018, at 08:38, Johnny Jazeix <<a href="mailto:jazeix@gmail.com" class="">jazeix@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="gmail_extra" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I just found<span class="Apple-converted-space"> </span><a href="https://www.ynonperek.com/2017/09/18/building-gcompris-qt-on-macos/" class="">https://www.ynonperek.com/2017/09/18/building-gcompris-qt-on-macos/</a><span class="Apple-converted-space"> </span>that could help (it misses a elseif in the CMakeLists.txt).</div><div class="gmail_extra" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></div><div class="gmail_extra" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I was waiting for more change on the full gcompris package but I will merge it tonight.</div></div></blockquote></div><br class=""></div></body></html>