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