GCompris on OSX (Mac)

Ütkarsh Tiwari iamutkarshtiwari at gmail.com
Fri Aug 12 12:18:56 UTC 2016


Hi,
    I don't have 'config.h' file instead I have 'config.h.in' in my
build/src/core/ folder. I tried renaming it as you specified but I got this
error - https://gist.github.com/anonymous/4a952fe0aa85535ba1ce75d518eb3dc6

Regards,
Utkarsh Tiwari

On Fri, Aug 12, 2016 at 12:01 PM, JAZEIX Johnny <jazeix at gmail.com> wrote:

> Hi,
>
> it seems it does not find the good config.h (ours, which is in the build
> folder in build/src/core/config.h).
>
> Can you check if you have this file and if in it there is #define
> VERSION_CODE 7000?
>
> 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:
> ./CMakeLists.txt:3:configure_file(config.h.in
> "${CMAKE_CURRENT_BINARY_DIR}/config.h" @ONLY)
> ./CMakeLists.txt:36:   config.h.in
> ./CMakeLists.txt:46:  "${CMAKE_CURRENT_BINARY_DIR}"   # to find config.h
> ./ApplicationInfo.h:27:#include <config.h>
> ./ApplicationSettingsDefault.cpp:23:#include "config.h"
> ./config.h.in:1:/* GCompris - config.h
>
> I would rename it like (prefix by "gcompris_"):
> ./CMakeLists.txt:3:configure_file(config.h.in
> "${CMAKE_CURRENT_BINARY_DIR}/gcompris_config.h" @ONLY)
> ./CMakeLists.txt:36:   gcompris_config.h.in
> ./CMakeLists.txt:46:  "${CMAKE_CURRENT_BINARY_DIR}"   # to find
> gcompris_config.h
> ./ApplicationInfo.h:27:#include <gcompris_config.h>
> ./ApplicationSettingsDefault.cpp:23:#include "gcompris_config.h"
> ./config.h.in:1:/* GCompris - gcompris_config.h
>
> If it works, I'll commit it later.
>
> Johnny
>
>
> On 08/12/16 07:25, Ütkarsh Tiwari wrote:
>
> Hi,
>     I am getting this error while compiling GCompris on OSX
> https://gist.github.com/anonymous/32a792a25556bf1e767d34560847b309
>
> Regards,
> Ütkarsh Tiwari
>
> On Fri, Aug 12, 2016 at 1:45 AM, JAZEIX Johnny <jazeix at gmail.com> wrote:
>
>> On 08/11/16 20:25, Ütkarsh Tiwari wrote:
>>
>> Hello Mr. Jazeix,
>>      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?
>>
>> --
>> Regards,
>> Ütkarsh Tiwari
>>
>>
>>
>> Hi,
>>
>> as Bruno answered you last time, you can try to compile using cmake.
>>
>> You have some info at http://gcompris.net/wiki/Qt_Qu
>> ick_development_process to compile for linux, it should be similar to
>> compile for mac.
>>
>> You need to install cmake, Qt (https://www.qt.io/download-open-source/
>> 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").
>>
>> I add the list in cc as some people on it have already compiled for
>> macOSX.
>>
>> If you have issues, feel free to come in the irc channel if it is easier
>> for you.
>>
>> Johnny
>>
>
>
>
> --
> Regards,
> Ütkarsh Tiwari
>
>
>
>
>


-- 
Regards,
Ütkarsh Tiwari
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/gcompris-devel/attachments/20160812/2b55b3b9/attachment.html>


More information about the GCompris-devel mailing list