<div dir="ltr">Hi,<div>    I think I am doing something wrong here. I'll list all the steps I did -</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;line-height:normal"><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:15px;white-space:pre-wrap">MacOSX build instruction.

copy the following files at the root dir
cp config.h ../..
cp <a href="http://gcompris.pro">gcompris.pro</a> ../..
cp gcompris.icns ../..

At root dir create the directory
mkdir rcc
mkdir translations

And fill copy the appropriate files in them.

Create a build directory:
mkdir build-macosx
cd build-macosx
~/Qt/5.5/clang_64/bin/qmake -config release ../<a href="http://gcompris.pro">gcompris.pro</a>
make

</span></font><span style="font-family:arial,sans-serif;white-space:normal">After the 'make' command I get this error - </span><a href="https://gist.github.com/anonymous/32a792a25556bf1e767d34560847b309" target="_blank" style="font-family:arial,sans-serif;font-size:12.800000190734863px;white-space:normal">https://gist.github.com/<wbr>anonymous/<wbr>32a792a25556bf1e767d34560847b3<wbr>09</a><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:15px;white-space:pre-wrap"> </span></font></pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal">Are there any steps missing in the above instructions?</pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal"><br></pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal">Regards,</pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal">Utkarsh Tiwari</pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal"><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:15px;white-space:pre-wrap"><br></span></font></pre><pre style="margin-top:0px;margin-bottom:0px;line-height:normal"><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:15px;white-space:pre-wrap"><br></span></font></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 12, 2016 at 6:43 PM, Johnny Jazeix <span dir="ltr"><<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi,<br><br></div>the other way would be to compile using cmake. In the build folder, cmake ../gcompris (put the good path to the gcompris source) will create the Makefile, and then make to compile, followed by ./bin/gcompris to run.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">Johnny<br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2016-08-12 15:06 GMT+02:00 B.J. <span dir="ltr"><<a href="mailto:bj@koupps.net" target="_blank">bj@koupps.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Bet that was it!  Sorry I wasn’t much help…<u></u><u></u></span></p><p class="MsoNormal"><a name="m_2761808098944544596_m_-8696074461939015311__MailEndCompose"><span style="font-size:14.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></a></p><p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> Johnny Jazeix [mailto:<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>] <br><b>Sent:</b> Friday, August 12, 2016 8:04 AM<br><b>To:</b> Ütkarsh Tiwari <<a href="mailto:iamutkarshtiwari@gmail.com" target="_blank">iamutkarshtiwari@gmail.com</a>><span><br><b>Cc:</b> <a href="mailto:gcompris-devel@kde.org" target="_blank">gcompris-devel@kde.org</a><br><b>Subject:</b> Re: GCompris on OSX (Mac)<u></u><u></u></span></span></p><p class="MsoNormal"><u></u> <u></u></p><div><div><div><p class="MsoNormal">The config.h is incomplete, it should contains the same macros as <a href="https://github.com/gcompris/GCompris-qt/blob/master/src/core/config.h.in" target="_blank">https://github.com/gcompris/GC<wbr>ompris-qt/blob/master/src/core<wbr>/config.h.in</a><u></u><u></u></p></div><div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Replace @GCOMPRIS_VERSION_CODE@ by 7000, @ACTIVATION_MODE@ by ON, @BUILD_DATE@ with 160811.<u></u><u></u></p></div></div></div><p class="MsoNormal">Johnny<u></u><u></u></p></div><div><div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">2016-08-12 14:52 GMT+02:00 Ütkarsh Tiwari <<a href="mailto:iamutkarshtiwari@gmail.com" target="_blank">iamutkarshtiwari@gmail.com</a>>:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><p class="MsoNormal">Hi,<u></u><u></u></p><div><p class="MsoNormal">    I have installed cmake already. I followed the build procedure mentioned on this page - <a href="https://github.com/gcompris/GCompris-qt/tree/master/platforms/macosx" target="_blank">https://github.com/gcompris/<wbr>GCompris-qt/tree/master/platfo<wbr>rms/macosx</a><u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Regards,<u></u><u></u></p></div><div><p class="MsoNormal">Utkarsh Tiwari<u></u><u></u></p></div></div><div><div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">On Fri, Aug 12, 2016 at 6:13 PM, Johnny Jazeix <<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>> wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Have you run cmake? The config.h (or gcompris-config.h) is supposed to be created by it.<u></u><u></u></p></div><p class="MsoNormal"><span style="color:#888888">Johnny</span><u></u><u></u></p></div><div><div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">2016-08-12 14:18 GMT+02:00 Ütkarsh Tiwari <<a href="mailto:iamutkarshtiwari@gmail.com" target="_blank">iamutkarshtiwari@gmail.com</a>>:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><p class="MsoNormal">Hi,<u></u><u></u></p><div><p class="MsoNormal">    I don't have 'config.h' file instead I have '<a href="http://config.h.in" target="_blank">config.h.in</a>' in my build/src/core/ folder. I tried renaming it as you specified but I got this error - <a href="https://gist.github.com/anonymous/4a952fe0aa85535ba1ce75d518eb3dc6" target="_blank">https://gist.github.com/anon<wbr>ymous/4a952fe0aa85535ba1ce75d5<wbr>18eb3dc6</a><u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Regards,<u></u><u></u></p></div><div><p class="MsoNormal">Utkarsh Tiwari<u></u><u></u></p></div></div><div><div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">On Fri, Aug 12, 2016 at 12:01 PM, JAZEIX Johnny <<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>> wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><div><p class="MsoNormal">Hi,<br><br>it seems it does not find the good config.h (ours, which is in the build folder in build/src/core/config.h).<br><br>Can you check if you have this file and if in it there is #define VERSION_CODE 7000?<br><br>If it is the case, we can try to rename the file to see if it works, you have it in the following files in src/core:<br>./CMakeLists.txt:3:configure_f<wbr>ile(<a href="http://config.h.in" target="_blank">config.h.in</a> "${CMAKE_CURRENT_BINARY_DIR}/c<wbr>onfig.h" @ONLY)<br>./CMakeLists.txt:36:   <a href="http://config.h.in" target="_blank">config.h.in</a><br>./CMakeLists.txt:46:  "${CMAKE_CURRENT_BINARY_DIR}" <wbr>  # to find config.h<br>./ApplicationInfo.h:27:#includ<wbr>e <config.h><br>./ApplicationSettingsDefault.c<wbr>pp:23:#include "config.h"<br>./config.h.in:1:/* GCompris - config.h<br><br>I would rename it like (prefix by "gcompris_"):<br>./CMakeLists.txt:3:configure_f<wbr>ile(<a href="http://config.h.in" target="_blank">config.h.in</a> "${CMAKE_CURRENT_BINARY_DIR}/g<wbr>compris_config.h" @ONLY)<br>./CMakeLists.txt:36:   <a href="http://gcompris_config.h.in" target="_blank">gcompris_config.h.in</a><br>./CMakeLists.txt:46:  "${CMAKE_CURRENT_BINARY_DIR}" <wbr>  # to find gcompris_config.h<br>./ApplicationInfo.h:27:#includ<wbr>e <gcompris_config.h><br>./ApplicationSettingsDefault.c<wbr>pp:23:#include "gcompris_config.h"<br>./config.h.in:1:/* GCompris - gcompris_config.h<br><br>If it works, I'll commit it later.<span style="color:#888888"><br><br>Johnny</span><u></u><u></u></p><div><div><p class="MsoNormal"><br><br>On 08/12/16 07:25, Ütkarsh Tiwari wrote:<u></u><u></u></p></div></div></div><div><div><blockquote style="margin-top:5.0pt;margin-bottom:5.0pt"><div><p class="MsoNormal">Hi, <u></u><u></u></p><div><p class="MsoNormal">    I am getting this error while compiling GCompris on OSX <a href="https://gist.github.com/anonymous/32a792a25556bf1e767d34560847b309" target="_blank">https://gist.github.com/an<wbr>onymous/32a792a25556bf1e767d34<wbr>560847b309</a><u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Regards,<u></u><u></u></p></div><div><p class="MsoNormal">Ütkarsh Tiwari<u></u><u></u></p></div></div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">On Fri, Aug 12, 2016 at 1:45 AM, JAZEIX Johnny <<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>> wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><div><div><div><p class="MsoNormal">On 08/11/16 20:25, Ütkarsh Tiwari wrote:<u></u><u></u></p></div><blockquote style="margin-top:5.0pt;margin-bottom:5.0pt"><div><p class="MsoNormal">Hello Mr. Jazeix, <u></u><u></u></p><div><p class="MsoNormal">     I would like to contribute to GCompris. I am on Mac OSX platform. I was unable to find any tutorial to setup GCompris on Macbooks. Could you please guide me how to get about it?<br clear="all"><u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div><p class="MsoNormal">-- <u></u><u></u></p><div><p class="MsoNormal" style="margin-bottom:12.0pt">Regards,<br>Ütkarsh Tiwari<br><br><br><u></u><u></u></p></div></div></div></blockquote></div></div><p>Hi,<u></u><u></u></p><p>as Bruno answered you last time, you can try to compile using cmake.<u></u><u></u></p><p>You have some info at <a href="http://gcompris.net/wiki/Qt_Quick_development_process" target="_blank">http://gcompris.net/wiki/Qt_Qu<wbr>ick_development_process</a> to compile for linux, it should be similar to compile for mac.<u></u><u></u></p><p>You need to install cmake, Qt (<a href="https://www.qt.io/download-open-source/" target="_blank">https://www.qt.io/download-op<wbr>en-source/</a> for OS X host) and git. Then, you can follow the steps in the link above (either using QtCreator or in terminal "cmake && make && ./bin/gcompris-qt").<u></u><u></u></p><p>I add the list in cc as some people on it have already compiled for macOSX.<u></u><u></u></p><p>If you have issues, feel free to come in the irc channel if it is easier for you.<u></u><u></u></p><p><span style="color:#888888">Johnny<u></u><u></u></span></p></div></blockquote></div><p class="MsoNormal"><br><br clear="all"><u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div><p class="MsoNormal">-- <u></u><u></u></p><div><p class="MsoNormal" style="margin-bottom:12.0pt">Regards,<br>Ütkarsh Tiwari<br><br><br><u></u><u></u></p></div></div></blockquote><p><u></u> <u></u></p></div></div></div></blockquote></div><p class="MsoNormal"><br><br clear="all"><u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div></div></div><p class="MsoNormal"><span style="color:#888888">-- <u></u><u></u></span></p><div><p class="MsoNormal" style="margin-bottom:12.0pt"><span style="color:#888888">Regards,<br>Ütkarsh Tiwari<br><br><br><u></u><u></u></span></p></div></div></blockquote></div><p class="MsoNormal"><u></u> <u></u></p></div></div></div></blockquote></div><p class="MsoNormal"><br><br clear="all"><u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div></div></div><p class="MsoNormal"><span><span style="color:#888888">-- <u></u><u></u></span></span></p><div><p class="MsoNormal" style="margin-bottom:12.0pt"><span style="color:#888888">Regards,<br>Ütkarsh Tiwari<br><br><br></span><u></u><u></u></p></div></div></blockquote></div><p class="MsoNormal"><u></u> <u></u></p></div></div></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Regards,<br>Ütkarsh Tiwari<br><br><br><br></div>
</div>