Sounds like we need the whole framework now instead of just the libraries from inside them... Does one of you have the time to create a bug report for this...?<div><br></div><div>Thx,</div><div>David<br><br><div class="gmail_quote">
On Fri, Dec 4, 2009 at 2:40 PM, Clinton Stimpson <span dir="ltr">&lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
The problem is the CMakeIngestOSXBundleLibraries.cmake script doesn&#39;t copy the<br>
Resource directory in the QtGui framework.  It only copies the actual binary<br>
within the framework.<br>
And its a problem when using a cocoa based Qt.<br>
<br>
It appears BundleUtilities.cmake has the same problem of not copying framework<br>
resources.<br>
<br>
Clint<br>
<div><div></div><div class="h5"><br>
On Friday 04 December 2009 11:46:00 am Michael Jackson wrote:<br>
&gt; And just to follow up more, using the autoconf system to build and<br>
&gt; install cmake does not work either. Still missing the qt_menu.nib<br>
&gt; file. What is the officially supported Qt version for to build CMake?<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Mike Jackson &lt;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a>&gt;<br>
&gt;<br>
&gt; On Dec 4, 2009, at 1:21 PM, Bill Hoffman wrote:<br>
&gt; &gt; Michael Jackson wrote:<br>
&gt; &gt;&gt; I tried to build CMake 2.8.0 from source on OS X 10.5.8 Intel in<br>
&gt; &gt;&gt; Release mode with Qt 4.5.3 (as cocoa frameworks). I did a &quot;make<br>
&gt; &gt;&gt; install&quot; and when I try to double click the CMake 2.8-0.app bundle<br>
&gt; &gt;&gt; I get the following error:<br>
&gt; &gt;&gt; Process:         CMake 2.8-0 [33756]<br>
&gt; &gt;&gt; Path:            /Users/Shared/Toolkits/CMake-2.8.0/CMake 2.8-0.app/<br>
&gt; &gt;&gt; Contents/MacOS/CMake 2.8-0<br>
&gt; &gt;&gt; Identifier:      ???<br>
&gt; &gt;&gt; Version:          ()<br>
&gt; &gt;&gt; Code Type:       X86 (Native)<br>
&gt; &gt;&gt; Parent Process:  launchd [117]<br>
&gt; &gt;&gt; Interval Since Last Report:          239 sec<br>
&gt; &gt;&gt; Crashes Since Last Report:           2<br>
&gt; &gt;&gt; Per-App Interval Since Last Report:  10 sec<br>
&gt; &gt;&gt; Per-App Crashes Since Last Report:   2<br>
&gt; &gt;&gt; Date/Time:       2009-12-04 13:05:45.281 -0500<br>
&gt; &gt;&gt; OS Version:      Mac OS X 10.5.8 (9L30)<br>
&gt; &gt;&gt; Report Version:  6<br>
&gt; &gt;&gt; Anonymous UUID:  06153638-985D-41A2-8E76-6C91571FB4C6<br>
&gt; &gt;&gt; Exception Type:  EXC_CRASH (SIGABRT)<br>
&gt; &gt;&gt; Exception Codes: 0x0000000000000000, 0x0000000000000000<br>
&gt; &gt;&gt; Crashed Thread:  0<br>
&gt; &gt;&gt; Thread 0 Crashed:<br>
&gt; &gt;&gt; 0   libSystem.B.dylib                 0x97315e42 __kill + 10<br>
&gt; &gt;&gt; 1   libSystem.B.dylib                 0x9738823a raise + 26<br>
&gt; &gt;&gt; 2   libSystem.B.dylib                 0x97394679 abort + 73<br>
&gt; &gt;&gt; 3   QtCore                            0x0045ab35<br>
&gt; &gt;&gt; qt_message_output(QtMsgType, char const*) + 149<br>
&gt; &gt;&gt; 4   QtCore                            0x0045b415 qFatal(char<br>
&gt; &gt;&gt; const*, ...) + 101<br>
&gt; &gt;&gt; 5   QtGui                             0x009e76d2<br>
&gt; &gt;&gt; qt_init(QApplicationPrivate*, int) + 1922<br>
&gt; &gt;&gt; 6   QtGui                             0x00a4aa3d<br>
&gt; &gt;&gt; QApplicationPrivate::construct() + 77<br>
&gt; &gt;&gt; 7   QtGui                             0x00a4ad96<br>
&gt; &gt;&gt; QApplication::QApplication(int&amp;, char**, int) + 102<br>
&gt; &gt;&gt; 8                                     0x00006a5e main + 142<br>
&gt; &gt;&gt; 9                                     0x00005766 start + 54<br>
&gt; &gt;&gt; Thread 0 crashed with X86 Thread State (32-bit):<br>
&gt; &gt;&gt;  eax: 0x00000000  ebx: 0x97394639  ecx: 0xbffff3fc  edx: 0x97315e42<br>
&gt; &gt;&gt;  edi: 0x00000003  esi: 0x00000000  ebp: 0xbffff418  esp: 0xbffff3fc<br>
&gt; &gt;&gt;   ss: 0x0000001f  efl: 0x00000286  eip: 0x97315e42   cs: 0x00000007<br>
&gt; &gt;&gt;   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037<br>
&gt; &gt;&gt;  cr2: 0xa088e690<br>
&gt; &gt;&gt; Was this seen before? Am I trying some configuration that was not<br>
&gt; &gt;&gt; supported? If I try the app bundle in the build directory then it<br>
&gt; &gt;&gt; launches ok. I checked the app executable using otool and those<br>
&gt; &gt;&gt; links seem ok.<br>
&gt; &gt;&gt; Ljasdlk;faskj;asdfkjahsdhfjlasjklxdfhjaslkdf<br>
&gt; &gt;&gt; Never mind, the Bundle Utilities with CMake 2.6.4 didn&#39;t copy the<br>
&gt; &gt;&gt; qt_menu.nib file. Doh. Rough day today..<br>
&gt; &gt;<br>
&gt; &gt; Does the binary from <a href="http://www.cmake.org" target="_blank">www.cmake.org</a> work?<br>
&gt; &gt;<br>
&gt; &gt; -Bill<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>