<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/cocotron-dev</id>
  <title type="text">Cocotron Developers Google Group</title>
  <subtitle type="text">
  The Cocotron Developers
  </subtitle>
  <link href="/group/cocotron-dev/feed/atom_v1_0_topics.xml" rel="self" title="Cocotron Developers feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Michael Bishop</name>
  <email>mbt...@gmail.com</email>
  </author>
  <updated>2013-05-23T15:49:11Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/9d8055ee211fd367</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/9d8055ee211fd367" />
  <title type="html">Emscripten Support</title>
  <summary type="html" xml:space="preserve">
  Hi Everyone, &lt;br&gt; I&#39;m brand new to this list but am interested in the Cocoatron project &lt;br&gt; because I&#39;m attempting to port some Objective-C code to the web using &lt;br&gt; Emscripten. I&#39;ve been working in my own Cocoatron repo and have been able &lt;br&gt; to successfully compile Foundation + dependencies into Javascript using my
  </summary>
  </entry>
  <entry>
  <author>
  <name>Christopher Lloyd</name>
  <email>cjwll...@gmail.com</email>
  </author>
  <updated>2013-05-17T23:49:56Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/6c25e6cf17466a82</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/6c25e6cf17466a82" />
  <title type="html">project cleanup and relocation of install directories</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;ve gone through and cleaned up the projects a fair bit. The most &lt;br&gt; significant ramification is that the final frameworks are now in &amp;lt;working &lt;br&gt; copy directory&amp;gt;/system/&amp;lt;target-trip le&amp;gt; instead of /Developer/Cocotron/1.0/. &lt;br&gt; This allows one to have multiple clones on the same system without install &lt;br&gt; directory interference.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Vergés</name>
  <email>xver...@gmail.com</email>
  </author>
  <updated>2013-05-09T20:35:19Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/c7ce04dd5395048f</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/c7ce04dd5395048f" />
  <title type="html">CoreFoundation&#39;s lib?</title>
  <summary type="html" xml:space="preserve">
  When I build the CoreFoundation project (Windows target), no lib is created &lt;br&gt; for it. Is that to be expected? A bug/limitation? Something I&#39;m not doing &lt;br&gt; right? &lt;br&gt; $ find ./ -type f -name \*.a &lt;br&gt; .//AppKit.framework/libAppKit. a &lt;br&gt; .//Cocoa.framework/libCocoa.a &lt;br&gt; .//CommonCrypto.framework/libC ommonCrypto.a &lt;br&gt; .//CoreData.framework/libCoreD ata.a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Vergés</name>
  <email>xver...@gmail.com</email>
  </author>
  <updated>2013-05-09T10:45:44Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/7441ba2e26af20df</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/7441ba2e26af20df" />
  <title type="html">JSON library</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; I&#39;ve tried building a project that was using JSONKit &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/johnezang/JSONKit&quot;&gt;[link]&lt;/a&gt; with no success, but I have not &lt;br&gt; managed to make it link cleanly. &lt;br&gt; Any one has any recommendation for a JSON that will be nice to cocotron and &lt;br&gt; me? &lt;br&gt; Thanks for your time. &lt;br&gt; -Xavier
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xavier Vergés</name>
  <email>xver...@gmail.com</email>
  </author>
  <updated>2013-04-21T18:47:53Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/7b6dee383cc93802</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/7b6dee383cc93802" />
  <title type="html">printf not working?</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; I&#39;m new to cocotron and to objective-c, so please be patient if I&#39;m missing &lt;br&gt; something obvious. &lt;br&gt; My printf statement is not working on Windows, and I haven&#39;t got a clue. &lt;br&gt; Writing to a file does work. &lt;br&gt; int main(int argc, const char * argv[]) &lt;br&gt; { &lt;br&gt; NSInitializeProcess(argc,argv) ; &lt;br&gt; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Schmielau</name>
  <email>tim.schmie...@gmail.com</email>
  </author>
  <updated>2013-03-29T14:36:23Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/eae4f2dd633ab648</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/eae4f2dd633ab648" />
  <title type="html">best way to organize clones</title>
  <summary type="html" xml:space="preserve">
  Hi Chris, &lt;br&gt; I see you have merged several clones but not mine. I know you prefer &lt;br&gt; looking at the cumulative diff instead of at the individual changesets. And &lt;br&gt; I guess you might not be happy with the &amp;quot;improvements&amp;quot; I made, even though &lt;br&gt; I consider the &amp;quot;fixes&amp;quot; both important and trivial. &lt;br&gt; Would it be better if I divided the changes into two separate branches, one
  </summary>
  </entry>
  <entry>
  <author>
  <email>e...@rtcollab.com</email>
  </author>
  <updated>2013-03-27T20:44:38Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5941429f77c8cc53</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5941429f77c8cc53" />
  <title type="html">error: expected method to write dictionary element not found on object of type &#39;NSMutableDictionary *</title>
  <summary type="html" xml:space="preserve">
  I have been trying to port an Objective-C program from Apple Xcode 4.5.2 &lt;br&gt; which compiles perfectly to Linux CentOS 6.4 using Cocotron. I am using &lt;br&gt; the GNUstep runtime with clang 3.3. I am getting hundreds of &amp;quot;expected &lt;br&gt; method to write...&amp;quot; errors. For example: &lt;br&gt; /root/GenealogyText/Library/ &lt;br&gt; Source/Analysis/GTActionTable. m:38:5: error: expected method to write
  </summary>
  </entry>
  <entry>
  <author>
  <email>mvbele...@gmail.com</email>
  </author>
  <updated>2013-03-24T17:38:48Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/e9d0d8cc6050cacd</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/e9d0d8cc6050cacd" />
  <title type="html">Problems with CFPropertyListCreateFromXMLData, CFPropertyListCreateXMLData methods in CoreFoundation.</title>
  <summary type="html" xml:space="preserve">
  I try to port MobileDeviceAccess project to Windows from MAC using &lt;br&gt; Cocotron, and now I have some troubles. This library &lt;br&gt; uses CFPropertyListCreateFromXMLDat a, CFPropertyListCreateXMLData methods, &lt;br&gt; which are declared in CFPropertyList.h. So, there are no errors during &lt;br&gt; compiling. But, there are two errors during linking: undefined reference to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave Sopchak</name>
  <email>glasspus...@gmail.com</email>
  </author>
  <updated>2013-02-14T19:45:26Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/87e927b6013e53c9</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/87e927b6013e53c9" />
  <title type="html">Cocotron friendly graph object</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I happened to find a simple graph object/framework that plays well with &lt;br&gt; Cocotron, thought I&#39;d share- &lt;br&gt; GraphX by Chris Weider &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blog.oofn.net/projects/graphx/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Now I have another Chris to thank! &lt;br&gt; Dave
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave Sopchak</name>
  <email>glasspus...@gmail.com</email>
  </author>
  <updated>2013-02-14T19:42:05Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/7d2b63d2e2e674e6</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/7d2b63d2e2e674e6" />
  <title type="html">Foundation-Linux i386 barfs on build- pthread and NSZombieObject?</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; Been having great success with Cocotron,building stuff for windows, want to &lt;br&gt; try Linux. Foundation keeps giving an error on build, NSZombieObject can&#39;t &lt;br&gt; find &amp;lt;pthread.h&amp;gt; and subsequent errors because of this. pthread.h is in the &lt;br&gt; Windows build headers but not in the Linux build ones. Am I missing
  </summary>
  </entry>
  <entry>
  <author>
  <email>jswies...@gmail.com</email>
  </author>
  <updated>2013-02-02T19:43:11Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5835f7a5f02f9b1c</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5835f7a5f02f9b1c" />
  <title type="html">SIGSEGV in objc_lookup_msg.m - Linux x86-64</title>
  <summary type="html" xml:space="preserve">
  Hey everyone! &lt;br&gt; I&#39;m working on cross-compiling my Cocoa application for a Linux x86-64 &lt;br&gt; platform (Redhat 6) from OS X 10.8 and Xcode 4.6. I spent the better part &lt;br&gt; of several days getting the Cocoa frameworks built and once I successfully &lt;br&gt; built my application I&#39;m now running into issues executing on the Linux
  </summary>
  </entry>
  <entry>
  <author>
  <email>fithis2...@gmail.com</email>
  </author>
  <updated>2013-01-15T14:31:57Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/8d3195d317bc3531</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/8d3195d317bc3531" />
  <title type="html">Accelerate Framework</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; is there an open source version of the Accelerate Framework of Apple? Do &lt;br&gt; you know of any attempt to create a replica? Do you plan to create one? &lt;br&gt; Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jayson Adams</name>
  <email>jay...@circusponies.com</email>
  </author>
  <updated>2012-12-15T23:37:54Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/fb08ca2594c0982d</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/fb08ca2594c0982d" />
  <title type="html">Text is white when drawn into a lock-focused NSImage</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; If I lockFocus on an NSImage and call drawRect: on an NSTextView, the text &lt;br&gt; that gets drawn is white and fuzzy instead of black and crisp. Does anyone &lt;br&gt; know why this would happen and how to work around or fix it? &lt;br&gt; Best, &lt;br&gt; __jayson
  </summary>
  </entry>
  <entry>
  <author>
  <name>SteveG</name>
  <email>sgraes...@gmail.com</email>
  </author>
  <updated>2012-11-12T19:56:09Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/646205a24a72f3bb</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/646205a24a72f3bb" />
  <title type="html">xcxdb problems with Xcode 3.2.6 and SnowLeopard</title>
  <summary type="html" xml:space="preserve">
  I&#39;m having trouble using xcxdb debug my exe using the Xcode debugger. &lt;br&gt; &lt;p&gt;I have downloaded the xcxdb-Installation tools and run the install-xcxdb.sh &lt;br&gt; script with no reported errors. &lt;br&gt; I have updated the retargetBundle.m file to automatic generation of &lt;br&gt; the xcxdb files. The files are being generated.
  </summary>
  </entry>
  <entry>
  <author>
  <name>FullMoon</name>
  <email>findfullm...@gmail.com</email>
  </author>
  <updated>2012-10-16T00:09:44Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/d4849d95475c0580</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/d4849d95475c0580" />
  <title type="html">Compile error when using apple libobjc.dll as runtime</title>
  <summary type="html" xml:space="preserve">
  Hi, guys &lt;br&gt; I using apple objective-c binary precompiled libobjc.dll as runtime. &lt;br&gt; And then using clang+llvm+gcc at mingw32 x86 toolchain. &lt;br&gt; &lt;p&gt;When ld.exe link to .dll some error shown. &lt;br&gt; &lt;p&gt;I think it&#39;s about gcc options -fgnu-runtime and -fnext-runtime. &lt;br&gt; &lt;p&gt;Question detail I wrote in stackflow.url is here:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joyce Wu</name>
  <email>joycew...@gmail.com</email>
  </author>
  <updated>2012-10-15T08:37:05Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/87b25336bdf5cf12</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/87b25336bdf5cf12" />
  <title type="html">Couldn&#39;t install COCOTRON in MacBook</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; I plan to port my xcode app to windows, and googling showed that cocotron &lt;br&gt; is the right solution. &lt;br&gt; My xcode is 4.3.1 and Mac OS X 10.7.4. &lt;br&gt; I follow tutorial from this &lt;br&gt; link &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lacquer.fi/pauli/blog/2012/02/win-win-with-cocotron-part-1/&quot;&gt;[link]&lt;/a&gt;, &lt;br&gt; everything looks fine, until I ran this command,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jiaren</name>
  <email>joyce.wu1%education.nsw.gov...@gtempaccount.com</email>
  </author>
  <updated>2012-10-15T06:17:39Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/898bb83707c03842</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/898bb83707c03842" />
  <title type="html">How to install cocotron in MacBook?</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; I am trying to port a Xcode application to windows, googling found that &lt;br&gt; cocotron is the right solution. However, I couldn&#39;t even set up CDT. &lt;br&gt; Could anyone please share the experience of installing cocotron? &lt;br&gt; Following the tutorial from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lacquer.fi/pauli/blog/2012/02/win-win-with-cocotron-part-1/&quot;&gt;[link]&lt;/a&gt;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Luboš Doležel</name>
  <email>lub...@gmail.com</email>
  </author>
  <updated>2012-10-12T13:10:50Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/65f68ff8e7be2565</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/65f68ff8e7be2565" />
  <title type="html">Cocotron + Linux build + Clang + GNUstep ObjC2</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;what&#39;s the current status of building on Linux with clang and GNUstep&#39;s &lt;br&gt; ObjC2 runtime? &lt;br&gt; &lt;p&gt;I&#39;ve started working on creating a robust build system with CMake and it&#39;s &lt;br&gt; coming along very quickly and nicely, though I&#39;ll have to write some &lt;br&gt; assembly code for functions not available in libobjc2 (such as
  </summary>
  </entry>
  <entry>
  <author>
  <name>max_tc</name>
  <email>max.christ...@gmail.com</email>
  </author>
  <updated>2012-10-11T12:53:59Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/dec593354f05b41d</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/dec593354f05b41d" />
  <title type="html">Exceptions causing segmentation fault on Linux</title>
  <summary type="html" xml:space="preserve">
  Running on Linux, whenever an NSException gets thrown in my application &lt;br&gt; this happens: &lt;br&gt; Program received signal SIGSEGV, Segmentation fault. &lt;br&gt; Any ideas please?
  </summary>
  </entry>
  <entry>
  <author>
  <name>max_tc</name>
  <email>max.christ...@gmail.com</email>
  </author>
  <updated>2012-10-10T08:38:12Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/17dc346896638d8e</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/17dc346896638d8e" />
  <title type="html">NSCoder on Linux generating huge output</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I&#39;m using Cocotron to build a server-side component of an iPhone app. A big &lt;br&gt; data structure is serialised on the phone using NSCoder (encodeDouble, encodeObject &lt;br&gt; etc), uploaded to the server, and sent back to the phone having been &lt;br&gt; processed. For testing purposes, I&#39;m just sending back the data unmodified
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lawrence Pierce</name>
  <email>pierced...@gmail.com</email>
  </author>
  <updated>2012-10-09T05:59:33Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/c20d069ccba9b7d5</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/c20d069ccba9b7d5" />
  <title type="html">Can Cocotron (and related tools) be used entirely within Windows environment ?</title>
  <summary type="html" xml:space="preserve">
  Can Cocotron (and related tools) be used on Windows to build Xcode source &lt;br&gt; into a target than can be executed on Windows ? &lt;br&gt; (this would be useful for development / testing, since my access to Mac is &lt;br&gt; more limited than my access to Windows at this time) &lt;br&gt; Thanks for your time !!! &lt;br&gt; LEP
  </summary>
  </entry>
  <entry>
  <author>
  <email>pierced...@gmail.com</email>
  </author>
  <updated>2012-10-09T05:53:32Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/f77c64732e2b6a19</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/f77c64732e2b6a19" />
  <title type="html">Can Cocotron (and related tools) be used to build/test Xcode all on Windows ?</title>
  <summary type="html" xml:space="preserve">
  Can Cocotron (and related tools) be used on Windows to build Xcode source &lt;br&gt; into a target that can be run on Windows ? &lt;br&gt; Why do I ask ? &lt;br&gt; I can get more time on PC/Windows than on Mac/OSX. So it would be handy to &lt;br&gt; be able to do a significant amount of development/test on Windows... &lt;br&gt; Thanks for your time !!!
  </summary>
  </entry>
  <entry>
  <author>
  <name>badf00d</name>
  <email>gord.j.pet...@gmail.com</email>
  </author>
  <updated>2012-10-03T16:34:55Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5e8037f9fe17d701</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5e8037f9fe17d701" />
  <title type="html">Crash during font enumeration on Windows 8 64-bit</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;ve successfully been using Cocotron for my app on Windows XP and Windows &lt;br&gt; 7 (32 and 64 bit) for the past year or so. However, when testing the exact &lt;br&gt; same app on Windows 8 RTM build (64-bit), I&#39;m finding that it crashes on &lt;br&gt; startup. &lt;br&gt; I tracked the crash down to the GDI font enumeration code in Onyx2D
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Schmielau</name>
  <email>tim.schmie...@gmail.com</email>
  </author>
  <updated>2012-09-29T10:46:50Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5e143935f833aac1</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5e143935f833aac1" />
  <title type="html">Using gcc 4.3.6 with Cocotron ok?</title>
  <summary type="html" xml:space="preserve">
  In the course of analyzing some weird crashes I produced a new compiler by &lt;br&gt; merging the Cocotron changes for gcc 4.3.1 into gcc 4.3.6. Luckily all &lt;br&gt; conflicts could be resolved trivially. In the end, the cause of the crashes &lt;br&gt; was unrelated (-mstackrealign appears to corrupt the stack in MinGW &lt;br&gt; Objective-C++ code). Given the number of bugs fixed in gcc 4.3.6 I now
  </summary>
  </entry>
  <entry>
  <author>
  <name>Austin Weidler</name>
  <email>austin.weid...@gmail.com</email>
  </author>
  <updated>2012-09-22T21:48:17Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/901b02245c0c0317</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/901b02245c0c0317" />
  <title type="html">Protocol Declaration Errors</title>
  <summary type="html" xml:space="preserve">
  Is anyone else getting these errors when compiling using protocols? &lt;br&gt; Can anyone help? &lt;br&gt; It looks like none of the protocol declarations can be found, even though &lt;br&gt; they are inside of AppKit.h &lt;br&gt; &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://lh5.googleusercontent.com/-tSIRpFZa8WU/UF4xnqDEdYI/AAAAAAAAAG0/NfxKUH02USo/s1600/Screen+Shot+2012-09-22+at+5.45.21+PM.png&quot;&gt;[link]&lt;/a&gt;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Holbrook</name>
  <email>je...@z2live.com</email>
  </author>
  <updated>2012-09-19T00:23:00Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/529d86d231231897</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/529d86d231231897" />
  <title type="html">Cocotron with Xcode 4.5 + blocks</title>
  <summary type="html" xml:space="preserve">
  Does anyone have cocotron working with block support in Xcode 4.5? &lt;br&gt; I&#39;m toying with the idea of trying to hook up 4.6 gcc that has block &lt;br&gt; support or figuring out why I can&#39;t install the llvm from tobias&#39;s(sp?) &lt;br&gt; branch -- but even with this, I&#39;m worried about what other roadblocks I &lt;br&gt; might run into. &lt;br&gt; Thanks in advance!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Holbrook</name>
  <email>je...@z2live.com</email>
  </author>
  <updated>2012-09-19T00:04:25Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/4b6316e429baadc6</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/4b6316e429baadc6" />
  <title type="html">What is the current state of blocks?</title>
  <summary type="html" xml:space="preserve">
  I understand that in the mainline, blocks aren&#39;t supported. &lt;br&gt; I tried following the directions for one of the forks that support branches &lt;br&gt; with LLVM, but it failed to install. &lt;br&gt; Does anyone have this working with Xcode 4.5 to compile to Windows with &lt;br&gt; blocks supported?
  </summary>
  </entry>
  <entry>
  <author>
  <name>SSteve</name>
  <email>li...@steveandmimi.com</email>
  </author>
  <updated>2012-09-17T19:32:59Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/dbf09d504693464d</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/dbf09d504693464d" />
  <title type="html">Can&#39;t build Cocoa for Windows under Xcode 4.4 because of error in Foundation-FreeBSD-i386</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve previously had Cocotron running on my PowerPC Mac running OS X 10.5. &lt;br&gt; Now I&#39;m trying to get it up and running on an Intel Mac running 10.7/Xcode &lt;br&gt; 4.4.1. I&#39;ve got CDT installed and I can compile Foundation.xcodeproj and &lt;br&gt; AppKit.xcodeproj, but when I try to compile Cocoa, I get the error &lt;br&gt; &amp;quot;Pthread.h: No such file or directory&amp;quot; under the Foundation-FreeBSD-i386
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andreas Fink</name>
  <email>andr...@fink.org</email>
  </author>
  <updated>2012-09-10T15:56:46Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/78fa80c6ae69c833</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/78fa80c6ae69c833" />
  <title type="html">bugs</title>
  <summary type="html" xml:space="preserve">
  While porting our App into cocotron, we figured out a few issues which are worth fixing: &lt;br&gt; &lt;p&gt;a) &lt;br&gt; &lt;p&gt;[NSNumber numberWithDouble:somevalue] seems to always return nil. &lt;br&gt; [NSNumber numberWithInt:someintvalue] however works. &lt;br&gt; &lt;p&gt;I couldn&#39;t figure out where the error occurs but it looks like the generic NSNumber object gets allocated instead of the subclassed NSNumber_double or something like that.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Trip Volpe</name>
  <email>mraccid...@gmail.com</email>
  </author>
  <updated>2012-09-08T01:37:36Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/da8c86219fd4dc5d</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/da8c86219fd4dc5d" />
  <title type="html">NSTextDelegate / NSTextViewDelegate missing in Cocotron?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m attempting to get some code working on Cocotron that contains protocols &lt;br&gt; conforming to NSTextViewDelegate; on compile it complained that &lt;br&gt; NSTextViewDelegate did not exist. So I looked into Cocotron&#39;s AppKit &lt;br&gt; implementation, and noticed that NSTextView.h does not contain a protocol, &lt;br&gt; but has an @interface declaration with a category like this:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andreas Fink</name>
  <email>af...@datacell.com</email>
  </author>
  <updated>2012-08-23T22:17:15Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/d8cd42bebf67ecd7</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/d8cd42bebf67ecd7" />
  <title type="html">NSAutorelease pool loop</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;We finally got a Foundation library for linux working under 64bit. However we run into new problems in multithreading. &lt;br&gt; The app I&#39;m trying to port is fully multi threaded. After spawning off a thread it creates an autorelease pool for that specific thread. &lt;br&gt; This however seems to cause a problem which raises an exception. And the string formatting to print the exception then raises an exception again. This loops at infinitum...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Grant</name>
  <email>rgr...@mac.com</email>
  </author>
  <updated>2012-08-27T14:36:18Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/35653da416877acc</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/35653da416877acc" />
  <title type="html">Xcode 4.4 with embedded platforms</title>
  <summary type="html" xml:space="preserve">
  The relentless churn in the Xcode toolchain is getting frustrating. Trying &lt;br&gt; to get Cocotron to play nice with Xcode 4.4 (with the embedded platforms in &lt;br&gt; the app bundle) and not getting very far. My theory is Xcode app binary &lt;br&gt; knows about the acceptible platforms and Cocotron is not one of them. &lt;br&gt; Has anyone had any success getting Cocotron to play nice with Xcode 4.4?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Horton</name>
  <email>jrryh...@gmail.com</email>
  </author>
  <updated>2012-08-21T03:56:23Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/4076cab20a1d349f</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/4076cab20a1d349f" />
  <title type="html">Problems with Linux arm setup</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been trying for days to setup &amp;quot;Linux arm&amp;quot; platform on OSX Lion. My &lt;br&gt; ARM target environment is 32 bit ubuntu with my ARM libraries and headers &lt;br&gt; sourced out of /usr/arm-linux-gnueabihf. Also, as a side note, I&#39;ve seen &lt;br&gt; the same issues using an &#39;alternate&#39; linux ARM target. My libc target &lt;br&gt; environment is using libc-2.15.so, but I see the same errors building
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Horton</name>
  <email>jrryh...@gmail.com</email>
  </author>
  <updated>2012-08-21T02:30:48Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5d050d4f94637560</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5d050d4f94637560" />
  <title type="html">&#39;Linux arm&#39; on OSX Mountain Lion</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; I&#39;ve been heads down for a few days setting up the Cocotron environment &lt;br&gt; on my MacBook running OSX Mountain Lion. My main porting target (short &lt;br&gt; term) is ARM, with my main platforms being iOS/MacOSX. I have &lt;br&gt; successfully built &amp;quot;Linux i386&amp;quot; and windows platforms, with little to no &lt;br&gt; issues beyond getting the &#39;PlatformInterfaces&#39; directory setup correctly.
  </summary>
  </entry>
  <entry>
  <author>
  <email>josmar52...@gmail.com</email>
  </author>
  <updated>2012-07-10T20:41:46Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/546c6930190e44ee</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/546c6930190e44ee" />
  <title type="html">Synthesizing Error</title>
  <summary type="html" xml:space="preserve">
  I&#39;m receiving an error on a new, blank &amp;quot;Cocoa Application&amp;quot; that I just &lt;br&gt; created with Xcode 4.3.3 on OS X Lion and configured to build for Windows &lt;br&gt; i386. &lt;br&gt; *Synthesized property &#39;window&#39; must either be named the same as a &lt;br&gt; compatible ivar or must explicitly name an ivar* &lt;br&gt; Haven&#39;t *@property* and *@synthesize* been implemented for a while now?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Hertenberger</name>
  <email>erd...@googlemail.com</email>
  </author>
  <updated>2012-07-08T06:25:56Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/d8cd66496aa29f2e</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/d8cd66496aa29f2e" />
  <title type="html">using native clang</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; is it possible to use clang installed with Xcode? because clang is a cross &lt;br&gt; compiler by default! &lt;br&gt; I tried to create a clang specifications file and a clang shell &lt;br&gt; script. Everything gets compiled with out error messages, but linking fails. &lt;br&gt; clang: warning: argument unused during compilation: &#39;-arch i386&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Hertenberger</name>
  <email>erd...@googlemail.com</email>
  </author>
  <updated>2012-07-04T19:48:02Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/5fbe42491675b95c</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/5fbe42491675b95c" />
  <title type="html">Grand Central Dispatch</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; i have found this &lt;br&gt; today &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://opensource.mlba-team.de/xdispatch/docs/current/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; maybe its useful? &lt;br&gt; Greetings &lt;br&gt; Stefan
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Hertenberger</name>
  <email>erd...@googlemail.com</email>
  </author>
  <updated>2012-06-20T20:50:53Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/69d641c71a9c5f0a</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/69d641c71a9c5f0a" />
  <title type="html">Application crash</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; i am a Objective C and cocotron newbie. The appended app works fine on my &lt;br&gt; Mac but instantly crashes on Win 7. &lt;br&gt; Can someone point me to the problem? &lt;br&gt; Thank you, Stefan
  </summary>
  </entry>
  <entry>
  <author>
  <name>André Pareis</name>
  <email>andre.par...@gmail.com</email>
  </author>
  <updated>2012-05-25T19:52:33Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/d2948961d685d649</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/d2948961d685d649" />
  <title type="html">Does Cocotron support complex tree controls?</title>
  <summary type="html" xml:space="preserve">
  Hi Cocotronians, &lt;br&gt; I need a tree control in my application with custom node types (specific &lt;br&gt; editing behavior), node images and drag-and-drop support. I started with &lt;br&gt; NSTreeController but I figured out it is not implemented in Cocotron. Not a &lt;br&gt; big problem as it wouldn&#39;t have helped with the custom node types anyway.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Grant</name>
  <email>rgr...@mac.com</email>
  </author>
  <updated>2012-05-24T16:16:32Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/b517a4b145658ad2</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/b517a4b145658ad2" />
  <title type="html">Cocotron + Xcode 4.3 + Lion</title>
  <summary type="html" xml:space="preserve">
  Trying to move our development environment forward here after a successful &lt;br&gt; time with Xcode3. &lt;br&gt; I&#39;ve installed the latest InstallCDT and that&#39;s made the compiler settings &lt;br&gt; happy in Xcode 4.3 - but I&#39;m &lt;br&gt; not seeing Cocotron as an available SDK so things are unhappy. &lt;br&gt; Anyone have a clue on what the trick is to make that available?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Hertenberger</name>
  <email>erd...@googlemail.com</email>
  </author>
  <updated>2012-04-22T15:55:28Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/0b559e8b0da7a42b</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/0b559e8b0da7a42b" />
  <title type="html">AppKit compile error</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; i&#39;ll try to compile cocotron with xcode 4.2 on snow leopard, i get the &lt;br&gt; following error message &lt;br&gt; Build target AppKit-Windows-i386 &lt;br&gt; Ld &lt;br&gt; /Developer/Cocotron/1.0/Window s/i386/Frameworks/AppKit.frame work/Versions/A/AppKit.1.0.dll &lt;br&gt; normal i386 &lt;br&gt; cd /Users/stefan/Programmieren/Co cotron/glennganz-cocotron1/App Kit
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Hertenberger</name>
  <email>erd...@googlemail.com</email>
  </author>
  <updated>2012-04-21T20:27:41Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/de47233ec5fc7fa0</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/de47233ec5fc7fa0" />
  <title type="html">AppKit compile error</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; i get the following error while compiling AppKit &lt;br&gt; Build target AppKit-Windows-i386 &lt;br&gt; Ld &lt;br&gt; /Developer/Cocotron/1.0/Window s/i386/Frameworks/AppKit.frame work/Versions/A/AppKit.1.0.dll &lt;br&gt; normal i386 &lt;br&gt; cd /Users/stefan/Programmieren/Co cotron/cocotron/AppKit &lt;br&gt; /Developer/Cocotron/1.0/Window s/i386/gcc-4.3.1/bin/i386-ming w32msvc-gcc
  </summary>
  </entry>
  <entry>
  <author>
  <name>trenton@austin.rr.com</name>
  <email>tren...@austin.rr.com</email>
  </author>
  <updated>2012-04-21T16:25:08Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/30ac2b91c60dcdf2</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/30ac2b91c60dcdf2" />
  <title type="html">Categories and &quot;selector not recognized&quot; error</title>
  <summary type="html" xml:space="preserve">
  I have a working application on OSX that I have Cocotron-ified into a &lt;br&gt; Windows .exe, along with the DLLs for foundation and cocoa. &lt;br&gt; &lt;p&gt;When I run the exe on Win7, I get errors of the form: &lt;br&gt; *** Uncaught exception &amp;lt;NSInvalidArgumentException&amp;gt; *** - &lt;br&gt; [NSMutableDictionary_CF bindSymbol:toValue:]: selector not recognized
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tilo Prütz</name>
  <email>tilo.pru...@infopark.de</email>
  </author>
  <updated>2012-04-19T05:20:50Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/7e24af4e77f7c063</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/7e24af4e77f7c063" />
  <title type="html">Native building on Linux using Clang and with support for blocks</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/r/tilopruetz-cocotron/source/detail?r=496c7bb6a9b6116b9176a2bd4a97732729d66547&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; can now be build nativly on Linux using Clang with block support &lt;br&gt; (&#39;-fblocks&#39;). &lt;br&gt; And it&#39;s easy as &lt;br&gt; &lt;p&gt; cd linux_native; make &lt;br&gt; &lt;p&gt;Well, almost. You may need a “unistd.h”-patch at &amp;lt;clang-dir&amp;gt;/include and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott D. Yelich</name>
  <email>scottyel...@gmail.com</email>
  </author>
  <updated>2012-04-19T03:49:46Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/8df58655e52f5aeb</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/8df58655e52f5aeb" />
  <title type="html">fetch URLs with cocotron + linux?</title>
  <summary type="html" xml:space="preserve">
  Hi -- &lt;br&gt; &lt;p&gt;I&#39;m trying to port some simple URL fetch code to use with cocotron &lt;br&gt; cross compiling for debian 5.0.7. &lt;br&gt; &lt;p&gt;(1) NSData *stuff = [NSData dataWithContentsOfURL:url]; &lt;br&gt; &lt;p&gt;This hangs ... &lt;br&gt; &lt;p&gt;(2) NSURLConnection *nsurlc = [NSURLConnection &lt;br&gt; connectionWithRequest:urlReque st delegate:self]; &lt;br&gt; &lt;p&gt;This does nothing ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tilo Prütz</name>
  <email>tilo.pru...@infopark.de</email>
  </author>
  <updated>2012-04-18T08:20:48Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/69daedbbf8f4c633</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/69daedbbf8f4c633" />
  <title type="html">pull request for general improvements</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I made some general improvements to reduce the compiler warnings (compiling &lt;br&gt; nativly on Linux). Please find them &lt;br&gt; on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/r/tilopruetz-cocotron/source/detail?r=1fda3d1453a6fe6a08595934c0148a32623c84f2&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; &lt;p&gt;BTW: Isn&#39;t there a better way to do pull requests? On GitHub one can easily
  </summary>
  </entry>
  <entry>
  <author>
  <name>smartmobili</name>
  <email>v.richo...@gmail.com</email>
  </author>
  <updated>2012-04-05T22:02:12Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/eb319fbbb56f86c5</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/eb319fbbb56f86c5" />
  <title type="html">NSPropertyList and NSPropertyListWriter</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I would like to know if it would be possible to create a plutil command on &lt;br&gt; windows using NSPropertyList class ? &lt;br&gt; And while I am at it where are NSPropertyListWriter* files ? &lt;br&gt; Mac-mini-de-Vincent:Headers Vincent$ ll NSPropertyList* &lt;br&gt; -rwxrwxrwx 1 root wheel 1876 16 mar 21:15 NSPropertyList.h &lt;br&gt; Mac-mini-de-Vincent:PrivateHea ders Vincent$ ll NSPropertyList*
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rene Laqua</name>
  <email>hello.to.r...@googlemail.com</email>
  </author>
  <updated>2012-04-05T13:03:23Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/a20b2de26b36f7d4</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/a20b2de26b36f7d4" />
  <title type="html">My First Compilation of Test Project</title>
  <summary type="html" xml:space="preserve">
  I created a new xcode project and I set up the build settings like &lt;br&gt; descriped on the cocotron site. &lt;br&gt; I use XCode 3.2.6 and MacOSX Snow Leopard. &lt;br&gt; &lt;p&gt;I get this error when compiling for Windows. There are no problems &lt;br&gt; when compiling for Mac. &lt;br&gt; &lt;p&gt;/Users/ship/Documents/TestProj ect01/MyDocument.m:47:0 /Users/ship/
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott D. Yelich</name>
  <email>scottyel...@gmail.com</email>
  </author>
  <updated>2012-03-29T01:00:52Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/384902b852b0bd23</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/384902b852b0bd23" />
  <title type="html">howto: lion xcode 4.3+ target linux</title>
  <summary type="html" xml:space="preserve">
  Hi -- &lt;br&gt; &lt;p&gt;Is there any documentation ANYWHERE that says how to get cocotron to &lt;br&gt; compile? &lt;br&gt; &lt;p&gt;all the things that I see say run &amp;quot;InstallCDT/install.sh&amp;quot; ... ok... &lt;br&gt; and guess (?) at the options? &lt;br&gt; Ok, I tried &amp;quot;linux&amp;quot; ... nope. &amp;quot;Linux&amp;quot; -- case sensitive. &lt;br&gt; &lt;p&gt;[46]&amp;gt; ./InstallCDT/install.sh Linux &lt;br&gt; Done.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott D. Yelich</name>
  <email>scottyel...@gmail.com</email>
  </author>
  <updated>2012-03-29T03:44:08Z</updated>
  <id>http://groups.google.com/group/cocotron-dev/browse_thread/thread/d2679ac5042f7092</id>
  <link href="http://groups.google.com/group/cocotron-dev/browse_thread/thread/d2679ac5042f7092" />
  <title type="html">help please</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been guessing at settings for xcode for hours... &lt;br&gt; &lt;p&gt;file HelloCocotron &lt;br&gt; HelloCocotron: Mach-O dynamically linked shared library i386 &lt;br&gt; scottyelich [620]&amp;gt; ./HelloCocotron &lt;br&gt; ./HelloCocotron: Exec format error. Binary file not executable. &lt;br&gt; &lt;p&gt;Maybe to someone who knows what it means -- this page makes sense:
  </summary>
  </entry>
</feed>
