<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">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_file(config.h.in
"${CMAKE_CURRENT_BINARY_DIR}/config.h" @ONLY)<br>
./CMakeLists.txt:36: config.h.in<br>
./CMakeLists.txt:46: "${CMAKE_CURRENT_BINARY_DIR}" # to find
config.h<br>
./ApplicationInfo.h:27:#include <config.h><br>
./ApplicationSettingsDefault.cpp: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_file(config.h.in
"${CMAKE_CURRENT_BINARY_DIR}/gcompris_config.h" @ONLY)<br>
./CMakeLists.txt:36: gcompris_config.h.in<br>
./CMakeLists.txt:46: "${CMAKE_CURRENT_BINARY_DIR}" # to find
gcompris_config.h<br>
./ApplicationInfo.h:27:#include <gcompris_config.h><br>
./ApplicationSettingsDefault.cpp:23:#include "gcompris_config.h"<br>
./config.h.in:1:/* GCompris - gcompris_config.h<br>
<br>
If it works, I'll commit it later.<br>
<br>
Johnny<br>
<br>
On 08/12/16 07:25, Ütkarsh Tiwari wrote:<br>
</div>
<blockquote
cite="mid:CAFRUKof7_Xe3qZnFqXkdkDkdOjrpQ6772mvgOdgjx-1qbwee1Q@mail.gmail.com"
type="cite">
<div dir="ltr">Hi,
<div> I am getting this error while compiling GCompris on
OSX <a moz-do-not-send="true"
href="https://gist.github.com/anonymous/32a792a25556bf1e767d34560847b309">https://gist.github.com/anonymous/32a792a25556bf1e767d34560847b309</a></div>
<div><br>
</div>
<div>Regards,</div>
<div>Ütkarsh Tiwari</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Aug 12, 2016 at 1:45 AM, JAZEIX
Johnny <span dir="ltr"><<a moz-do-not-send="true"
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 bgcolor="#FFFFFF" text="#000000">
<div>
<div class="h5">
<div>On 08/11/16 20:25, Ütkarsh Tiwari wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hello Mr. Jazeix,
<div> 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">
<div><br>
</div>
-- <br>
<div data-smartmail="gmail_signature">Regards,<br>
Ütkarsh Tiwari<br>
<br>
<br>
<br>
</div>
</div>
</div>
</blockquote>
</div>
</div>
<p>Hi,</p>
<p>as Bruno answered you last time, you can try to compile
using cmake.</p>
<p>You have some info at <a moz-do-not-send="true"
href="http://gcompris.net/wiki/Qt_Quick_development_process"
target="_blank">http://gcompris.net/wiki/Qt_<wbr>Quick_development_process</a>
to compile for linux, it should be similar to compile
for mac.</p>
<p>You need to install cmake, Qt (<a
moz-do-not-send="true"
href="https://www.qt.io/download-open-source/"
target="_blank">https://www.qt.io/download-<wbr>open-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").</p>
<p>I add the list in cc as some people on it have already
compiled for macOSX.</p>
<p>If you have issues, feel free to come in the irc
channel if it is easier for you.</p>
<span class="HOEnZb"><font color="#888888">
<p>Johnny<br>
</p>
</font></span></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>
</blockquote>
<p><br>
</p>
</body>
</html>