thanks. it look's like i'm the only one :(<br><br><hr id="stopSpelling">Date: Thu, 2 Dec 2010 04:01:20 -0800<br>From: <a href="/user/SendEmail.jtp?type=node&node=5795761&i=0" target="_top" rel="nofollow">[hidden email]</a><br>To: <a href="/user/SendEmail.jtp?type=node&node=5795761&i=1" target="_top" rel="nofollow">[hidden email]</a><br>Subject: Re: CMake Xcodeproject<br><br>
        I don't really have time or funding to investigate this further in the short term. (And I can't get the attachments you sent, perhaps you could post them somewhere public, rather than trying to attach them in email?)<br>
<br>Is there anybody else on this list doing iPhone/iPad stuff with CMake that can chime in and give advice regarding how to build such a project with CMake?<br><br><br>Thanks,<br>David C.<br><br><br><div class="ecxgmail_quote">
On Thu, Dec 2, 2010 at 6:49 AM, salwa <span dir="ltr"><<a href="http:///user/SendEmail.jtp?type=node&node=5795741&i=0" rel="nofollow" target="_blank" link="external">[hidden email]</a>></span> wrote:<br><blockquote style="border-left:2px solid #CCCCCC;padding:0 1em" class="ecxgmail_quote">
thanks again.<div><br></div><div>i have hand-created an simple app (Testend) => it works</div><div>and once created from this with CMake (out) => not works</div><div><br></div><div>error:</div><div><p style="font:11px Menlo">
Check dependencies</p>
<p style="font:11px Menlo;min-height:13px"><br></p>
<p style="font:11px Menlo">target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform</p><p style="font:11px Menlo">
<br></p><p style="font:11px Menlo">this says: it try to build a command for plattform (iphone), that not supported.</p><p style="font:11px Menlo">so something faild in CMakeLists and i don't know how to set these.</p>
<p style="font:11px Menlo"><br></p><p style="font:11px Menlo">CMake 2.8</p><p style="font:11px Menlo">SDK 3.2</p><p style="font:11px Menlo">
OSX 10.6.5</p><p style="font:11px Menlo"><br></p><p style="font:11px Menlo">Thanks</p><br><hr>Date: Thu, 2 Dec 2010 03:02:14 -0800<div class="ecxim"><br>From: <a href="http://user/SendEmail.jtp?type=node&node=5795703&i=0" rel="nofollow" target="_blank" link="external">[hidden email]</a><br>
To: <a href="http://user/SendEmail.jtp?type=node&node=5795703&i=1" rel="nofollow" target="_blank" link="external">[hidden email]</a><br>Subject: Re: CMake Xcodeproject<br><br></div><div class="ecxim">
        If it works without CMake, but not with CMake, then ... clearly there's a difference between your hand-crafted Xcode project file and the CMake generated one. What is that difference? Did you do any diff-ing to find out?<br>
<br>Please send a link to your whole project tree, including the hand-crafted Xcode project so that we can reproduce your problem.<br><br>Or... if you can't do that, then provide a minimal reproducing case for further investigation.<br>
<br>One would have to wonder why you would want to use CMake to build iOS specific code in the first place if you already have a working non-CMake-based build. Do you hope to port your iOS app to other platforms? It looks like the source code in question will certainly not compile except for an iOS-targeted build.<br>
<br><br></div><div><div></div><div class="h5"><div>On Thu, Dec 2, 2010 at 5:49 AM, salwa <span dir="ltr"><<a href="http:///user/SendEmail.jtp?type=node&node=5795543&i=0" rel="nofollow" target="_blank" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style="border-left:2px solid #CCCCCC;padding:0 1em">
thanks for your answer.<div>i don't think so, i'm sure my source code is correct. It's working without CMake-genarator and not with. <br><br><hr>Date: Wed, 1 Dec 2010 08:48:00 -0800<br>From: <a href="http://user/SendEmail.jtp?type=node&node=5795506&i=0" rel="nofollow" target="_blank" link="external">[hidden email]</a><br>
To: <a href="http://user/SendEmail.jtp?type=node&node=5795506&i=1" rel="nofollow" target="_blank" link="external">[hidden email]</a><br>Subject: Re: CMake Xcodeproject<div><br><br>
        This looks like an issue with your code, rather than the build.<div><br></div></div><div>Ryan<div><div></div><div><br><br><div>On Wed, Dec 1, 2010 at 5:03 AM, salwa <span dir="ltr"><<a rel="nofollow" target="_blank" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style="border-left:2px solid #CCCCCC;padding:0 1em"><br>
Hi, i send this message to the mailing list bevor but nobody answer!!<br>
i create an Xcodeproject with CMake and when i build it, it get's this<br>
error's:<br>
In file included from<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:13,<br>
from<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:13,<br>
from ../Desktop/iPad/Classes/iPadAppDelegate.h:9,<br>
from ../Desktop/iPad/Classes/iPadAppDelegate.m:9:<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:33:<br>
error: expected identifier before '}' token<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:74:<br>
error: expected specifier-qualifier-list before 'UIUserInterfaceIdiom'<br>
In file included from<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:71,<br>
from ../Desktop/iPad/Classes/iPadAppDelegate.h:9,<br>
from ../Desktop/iPad/Classes/iPadAppDelegate.m:9:<br>
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:88:<br>
error: expected specifier-qualifier-list before 'UIDataDetectorTypes'<br>
...<br>
<br>
If necessary I will send the CMakeLists.txt<br>
Anyone know what I missed or am doing wrong please? i hope somebody answer<br>
me. Thanks<br>
<br>
--<br>
View this message in context: <a rel="nofollow" target="_blank" link="external">http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5791404.html</a><br>
Sent from the CMake mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a rel="nofollow" target="_blank" link="external">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a rel="nofollow" target="_blank" link="external">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a rel="nofollow" target="_blank" link="external">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Ryan Pavlik<br>HCI Graduate Student<br>Virtual Reality Applications Center<br>Iowa State University<br><br></div></div><a rel="nofollow" target="_blank" link="external">[hidden email]</a><div>
<br>
<a rel="nofollow" target="_blank" link="external">http://academic.cleardefinition.com</a><br>Internal VRAC/HCI Site: <a rel="nofollow" target="_blank" link="external">http://tinyurl.com/rpavlik</a><br>
</div></div>
<br>_______________________________________________
<br><div>Powered by <a href="http://www.kitware.com?by-user=t&by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">www.kitware.com</a>
<br><br>Visit other Kitware open-source projects at <a rel="nofollow" target="_blank" link="external">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the CMake FAQ at: <a rel="nofollow" target="_blank" link="external">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>Follow this link to subscribe/unsubscribe:
<br><a rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a>
        <br>
        <br>
        </div><hr color="#cccccc" size="1">
        <div style="color:rgb(102, 102, 102);font:11px tahoma,geneva,helvetica,arial,sans-serif">
                View message @ <a rel="nofollow" target="_blank" link="external">http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5792557.html</a><br>
                
                To unsubscribe from CMake Xcodeproject, <a rel="nofollow" target="_blank" link="external">click here</a>.
        </div></div>                                           
<br><hr width="300" align="left">
View this message in context: <a href="http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795506.html?by-user=t&by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">RE: CMake Xcodeproject</a><div><div>
</div><div><br>
Sent from the <a href="http://cmake.3232098.n2.nabble.com/?by-user=t&by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">CMake mailing list archive</a> at Nabble.com.<br>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com?by-user=t&by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>
<br>_______________________________________________
<br>Powered by <a href="http://www.kitware.com?by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">www.kitware.com</a>
<br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a>
        <br>
        <br>
        <hr color="#cccccc" size="1">
        </div></div><div style="color:rgb(102, 102, 102);font:11px tahoma,geneva,helvetica,arial,sans-serif">
                View message @ <a href="http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795543.html?by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795543.html</a><div class="ecxim">
<br>
                
                To unsubscribe from CMake Xcodeproject, <a href="http://cmake.3232098.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5791404&code=YWxxdW5kdXNAaG90bWFpbC5jb218NTc5MTQwNHwxNjExNzA0OTg=&by-user=t&by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">click here</a>.
        </div></div></div>                                           
<br> <br> <div><br><img src="http://images/icon_attachment.gif"> <b>Testend.zip</b> (26K) <a href="http://attachment/5795703/0/Testend.zip" rel="nofollow" target="_blank" link="external">Download Attachment</a><br><img src="http://images/icon_attachment.gif"> <b>out.zip</b> (2M) <a href="http://attachment/5795703/1/out.zip" rel="nofollow" target="_blank" link="external">Download Attachment</a></div>
<div><div></div><div class="h5">
<br><hr width="300" align="left">
View this message in context: <a href="http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795703.html?by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">RE: CMake Xcodeproject</a><br>
Sent from the <a href="http://cmake.3232098.n2.nabble.com/?by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">CMake mailing list archive</a> at Nabble.com.<br>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com?by-user=t&by-user=t" rel="nofollow" target="_blank" link="external">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>
<br>_______________________________________________
<br>Powered by www.kitware.com
<br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">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" rel="nofollow" target="_blank" link="external">http://www.cmake.org/mailman/listinfo/cmake</a>
        <br>
        <br>
        <hr size="1" color="#cccccc">
        <div style="color:#666666;font:11px tahoma,geneva,helvetica,arial,sans-serif">
                View message @ <a href="http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795741.html?by-user=t" target="_blank" rel="nofollow" link="external">http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795741.html</a><br>
                
                To unsubscribe from CMake Xcodeproject, <a href="http://cmake.3232098.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5791404&code=YWxxdW5kdXNAaG90bWFpbC5jb218NTc5MTQwNHwxNjExNzA0OTg=&by-user=t" target="_blank" rel="nofollow" link="external">click here</a>.
        </div>                                           
<br><hr align="left" width="300">
View this message in context: <a href="http://cmake.3232098.n2.nabble.com/CMake-Xcodeproject-tp5791404p5795761.html">RE: CMake Xcodeproject</a><br>
Sent from the <a href="http://cmake.3232098.n2.nabble.com/">CMake mailing list archive</a> at Nabble.com.<br>