I solved my problem by manually copying 'qt_menu.nib' into QuteCom package:

cp -r 
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/Current/Resources/qt_menu.nib
release/QuteCom.app/Contents/Resources/.

before running: 'make QuteCom-install'

Regards,
Chris

---------- Forwarded message ----------
From: Chris Maciejewski <[email protected]>
Date: 15 May 2010 20:17
Subject: Re: Fwd: Mac OSX ?
To: Laurent Tarrisse <[email protected]>


What I did was:

1. Installed all QuteCom dependencies (QT4, Glib, gnutls etc.) via macports.
2. Installed cmake 2.6.4
3. Downloaded qutecom-2.2 soruce.
4. Next compiled:

cd qutecom-2.2/build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
make QuteCom-install

5. Next I tried to run:

cd qutecom-2.2/build/release
gdb QuteCom.app

On 15 May 2010 20:10, Laurent Tarrisse <[email protected]> wrote:
> Have you packaged a debug version of QuteCom ? ( i mean,  release is :
> "build_make.sh -build=release" )
>
> Laurent
>
> Le 15/05/10 20:54, Chris Maciejewski a écrit :
>> I have installed Qt with macports:
>>
>> port install qt4-mac
>>
>> Chris
>>
>> On 15 May 2010 19:46, Laurent Tarrisse<[email protected]>  wrote:
>>
>>> Have you configured Qt with -no-framework ?
>>>
>>> Laurent
>>>
>>> Le 15/05/10 20:34, Chris Maciejewski a écrit :
>>>
>>>> Output of 'gdb QuteCom.app' can be found at:
>>>>
>>>> http://pastebin.com/raw.php?i=AezMpzXc
>>>>
>>>> Chris
>>>>
>>>> On 15 May 2010 18:06, Laurent Tarrisse<[email protected]>    wrote:
>>>>
>>>>
>>>>> Can you launch QuteCom from the command line and post the output ?
>>>>>
>>>>> Laurent
>>>>>
>>>>> Le 15/05/10 17:18, Chris Maciejewski a écrit :
>>>>>
>>>>>
>>>>>> Unfortunately when I try to run QuteCom.app from .dmg package, it
>>>>>> crashes with the following output:
>>>>>>
>>>>>> http://pastebin.com/dfi9MRY1
>>>>>>
>>>>>> Any suggestions?
>>>>>> Chris
>>>>>>
>>>>>> On 15 May 2010 10:25, Laurent Tarrisse<[email protected]>      wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Hello Chris
>>>>>>>
>>>>>>> run  'make QuteCom-install'
>>>>>>>
>>>>>>> Laurent
>>>>>>>
>>>>>>> Le 15/05/10 10:54, Chris Maciejewski a écrit :
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Hi Laurent,
>>>>>>>>
>>>>>>>> One more question. How do I product install package?
>>>>>>>>
>>>>>>>> I run 'make install' but can't find any .dmg file.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Chris
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------- Forwarded message ----------
>>>>>>>> From: Chris Maciejewski<[email protected]>
>>>>>>>> Date: 14 May 2010 21:28
>>>>>>>> Subject: Re: Mac OSX ?
>>>>>>>> To: Laurent Tarrisse<[email protected]>
>>>>>>>>
>>>>>>>>
>>>>>>>> Indeed downgrading cmake to 2.6.4 solved my problem.
>>>>>>>>
>>>>>>>> Thanks for your help.
>>>>>>>>
>>>>>>>> Chris
>>>>>>>>
>>>>>>>> On 14 May 2010 19:51, Laurent Tarrisse<[email protected]>        
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Seems the problem come from cmake version 2.8.1 ( does not occur with
>>>>>>>>> cmake 2.6.X and 2.8.0)
>>>>>>>>>
>>>>>>>>> Laurent
>>>>>>>>>
>>>>>>>>> Le 14/05/10 20:26, Chris Maciejewski a écrit :
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Output of "make VERBOSE=1" can be found at:
>>>>>>>>>>
>>>>>>>>>> http://pastebin.com/raw.php?i=YHPrr6QS
>>>>>>>>>>
>>>>>>>>>> There is no "qmake" but "qmake-mac", which gives the following:
>>>>>>>>>> --------------------
>>>>>>>>>> chriss-mac-mini:~ chris$ qmake
>>>>>>>>>> -bash: qmake: command not found
>>>>>>>>>> chriss-mac-mini:~ chris$ qmake-mac --version
>>>>>>>>>> QMake version 2.01a
>>>>>>>>>> Using Qt version 4.6.2 in /opt/local/libexec/qt4-mac/lib
>>>>>>>>>> -------------------
>>>>>>>>>>
>>>>>>>>>> Chris
>>>>>>>>>>
>>>>>>>>>> On 14 May 2010 19:17, Laurent Tarrisse<[email protected]>          
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Have you more than one Qt on your system ?
>>>>>>>>>>> What is the result of "qmake --version" ?
>>>>>>>>>>>
>>>>>>>>>>> Laurent
>>>>>>>>>>>
>>>>>>>>>>> Le 14/05/10 20:03, Laurent Tarrisse a écrit :
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Can you post the result of "make VERBOSE=1"
>>>>>>>>>>>>
>>>>>>>>>>>> Laurent
>>>>>>>>>>>>
>>>>>>>>>>>> Le 14/05/10 19:37, Chris Maciejewski a écrit :
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Laurent,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks for reply.
>>>>>>>>>>>>>
>>>>>>>>>>>>> cmake finishes with the following output:
>>>>>>>>>>>>> ------------
>>>>>>>>>>>>>          Some of these libraries may not be found correctly.
>>>>>>>>>>>>> Call Stack (most recent call first):
>>>>>>>>>>>>>          wengophone/src/presentation/qt/CMakeLists.txt:573 
>>>>>>>>>>>>> (ow_create_project_binary)
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -- Generating done
>>>>>>>>>>>>> -- Build files have been written to: 
>>>>>>>>>>>>> /Users/chris/qutecom-2.2/build
>>>>>>>>>>>>> ------------
>>>>>>>>>>>>>
>>>>>>>>>>>>> next when I run make, it throws the following error:
>>>>>>>>>>>>> -----------
>>>>>>>>>>>>> Scanning dependencies of target owqtutil
>>>>>>>>>>>>> [  4%] Building CXX object
>>>>>>>>>>>>> libs/qtutil/CMakeFiles/owqtutil.dir/include/qtutil/moc_EventFilter.o
>>>>>>>>>>>>> cc1plus: error:
>>>>>>>>>>>>> /opt/local/libexec/qt4-mac/lib/QtCore.framework/QtCore: not a
>>>>>>>>>>>>> directory
>>>>>>>>>>>>> make[2]: *** 
>>>>>>>>>>>>> [libs/qtutil/CMakeFiles/owqtutil.dir/include/qtutil/moc_EventFilter.o]
>>>>>>>>>>>>> Error 1
>>>>>>>>>>>>> make[1]: *** [libs/qtutil/CMakeFiles/owqtutil.dir/all] Error 2
>>>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>>> ------------
>>>>>>>>>>>>>
>>>>>>>>>>>>> I do have qt4-mac installed via macports:
>>>>>>>>>>>>> ------------
>>>>>>>>>>>>> chriss-mac-mini:build chris$ ls -ls
>>>>>>>>>>>>> /opt/local/libexec/qt4-mac/lib/QtCore.framework/QtCore
>>>>>>>>>>>>> 8 lrwxr-xr-x  1 root  admin  17 14 May 16:10
>>>>>>>>>>>>> /opt/local/libexec/qt4-mac/lib/QtCore.framework/QtCore ->
>>>>>>>>>>>>> Versions/4/QtCore
>>>>>>>>>>>>> --------------
>>>>>>>>>>>>>
>>>>>>>>>>>>> Any suggestions how to solve the above very much appreciated.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>> Chris
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 14 May 2010 18:13, Laurent Tarrisse<[email protected]>        
>>>>>>>>>>>>>      wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello Chris,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> QuteCom build fine on Mac OSX 10.5.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> What is the problem ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Laurent
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Le 14/05/10 17:49, Chris Maciejewski a écrit :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I am just trying to compile current QuteCom 2.2 code on OSX 
>>>>>>>>>>>>>>> Leopard
>>>>>>>>>>>>>>> (10.5) + macports, without much success so far.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can someone please confirm it is possible to compile on OSX ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>> Chris
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to