Ups, don&#39;t know why git pull doesn&#39;t update my broken directory.<div><br></div><div>I make a new checkout of macbuild directory and now everything goes well.</div><div><br></div><div>Thanks..<br><br><div class="gmail_quote">

2012/6/4 Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com" target="_blank">siguctua@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I got one here:<br>
<br>
[blessed]: find . -name &quot;MainMenu.nib&quot;<br>
./macbuild/resources/ProjectBuilder/English.lproj/MainMenu.nib<br>
<br>
after update:<br>
[blessed]: git pull<br>
remote: Counting objects: 197, done.<br>
remote: Compressing objects: 100% (137/137), done.<br>
remote: Total 140 (delta 96), reused 0 (delta 0)<br>
Receiving objects: 100% (140/140), 7.85 MiB | 483 KiB/s, done.<br>
Resolving deltas: 100% (96/96), completed with 29 local objects.<br>
&gt;From gitorious.org:cogvm/blessed<br>
   902ffac..744bfe9  master     -&gt; origin/master<br>
Updating 902ffac..744bfe9<br>
Checking out files: 100% (14/14), done.<br>
Fast-forward<br>
 codegen-scripts/LoadVMMaker.st                     |    2 +-<br>
 codegen-scripts/LoadVMMaker.st.orig                |   19 -<br>
 iosbuild/resources/iPhone.changes                  |   68 +-<br>
 iosbuild/resources/iPhone.image                    |  Bin 9061168 -&gt;<br>
19786516 bytes<br>
 .../ProjectBuilder/English.lproj/MainMenu.xib      |    4 +-<br>
 platforms/Cross/vm/sqAtomicOps.h                   |    8 +-<br>
 .../Classes/sqSqueakFileDirectoryInterface.m       |    2 +-<br>
 .../iOS/vm/OSX/sqSqueakOSXFileDirectoryInterface.m |   14 +-<br>
 platforms/iOS/vm/OSX/sqSqueakOSXNSView.m           |   19 +-<br>
 .../SqueakPureObjcCogVM.xcodeproj/project.pbxproj  |    9 +-<br>
 platforms/iOS/vm/iPhone/sqDummyaio.c               |    6 +<br>
 .../sqUnixInternetConfiguration.c                  |  128 ++<br>
 platforms/unix/plugins/SocketPlugin/sqUnixSocket.c |  872 +++++++++++--<br>
 platforms/unix/vm-display-X11/sqUnixX11.c          | 1370 +-------------------<br>
 14 files changed, 1078 insertions(+), 1443 deletions(-)<br>
 delete mode 100644 codegen-scripts/LoadVMMaker.st.orig<br>
 create mode 100644<br>
platforms/unix/plugins/InternetConfigPlugin/sqUnixInternetConfiguration.c<br>
[blessed]: top<br>
[blessed]: find . -name &quot;MainMenu.nib&quot;<br>
./macbuild/resources/ProjectBuilder/English.lproj/MainMenu.nib<br>
<br>
so, it is still there..<br>
<br>
and someone still keeps image in repo..(i even know who ;):<br>
<br>
 iosbuild/resources/iPhone.changes                  |   68 +-<br>
 iosbuild/resources/iPhone.image                    |  Bin 9061168 -&gt;<br>
19786516 bytes<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 4 June 2012 20:48, Guido Chari &lt;<a href="mailto:charig@gmail.com">charig@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Well.<br>
&gt;<br>
&gt; under the directory macbuild i have nothing, no files.<br>
&gt;<br>
&gt; On my repository directory i have this:<br>
&gt;<br>
&gt; git remote -v<br>
&gt; cog git://<a href="http://gitorious.org/cogvm/blessed.git" target="_blank">gitorious.org/cogvm/blessed.git</a> (fetch)<br>
&gt; cog git://<a href="http://gitorious.org/cogvm/blessed.git" target="_blank">gitorious.org/cogvm/blessed.git</a> (push)<br>
&gt; origin git@gitorious.org:~charig/cogvm/charigs-blessed.git (fetch)<br>
&gt; origin git@gitorious.org:~charig/cogvm/charigs-blessed.git (push)<br>
&gt;<br>
&gt; git pull cog master<br>
&gt; From git://<a href="http://gitorious.org/cogvm/blessed" target="_blank">gitorious.org/cogvm/blessed</a><br>
&gt;  * branch            master     -&gt; FETCH_HEAD<br>
&gt; Already up-to-date.<br>
&gt;<br>
&gt;<br>
&gt; What am i failing with?<br>
&gt;<br>
&gt; 2012/6/4 Esteban Lorenzano &lt;<a href="mailto:estebanlm@gmail.com">estebanlm@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; this part: /nscogbuild/macbuild/ sound suspicious<br>
&gt;&gt;<br>
&gt;&gt; should be just one<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Jun 4, 2012, at 8:37 PM, Guido Chari wrote:<br>
&gt;&gt;<br>
&gt;&gt; I installe the compilers Esteban suggest.<br>
&gt;&gt;<br>
&gt;&gt; this is my cmake .<br>
&gt;&gt;<br>
&gt;&gt; -- Configuring done<br>
&gt;&gt; CMake Error at CMakeLists.txt:41 (add_executable):<br>
&gt;&gt;   Cannot find source file:<br>
&gt;&gt;<br>
&gt;&gt;     /Users/guidochari/Documents/Desarrollo/Smalltalk/Vms/Cog/charigs-blessed/nscogbuild/macbuild/resources/ProjectBuilder/English.lproj/MainMenu.nib<br>
&gt;&gt;<br>
&gt;&gt;   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp<br>
&gt;&gt;   .hxx .in .txx<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; If i comment this line i manage to compile but as i said my executable fail to start because of this file missing under it resources directory...<br>
&gt;&gt;<br>
&gt;&gt; 2012/6/4 <a href="mailto:phil@highoctane.be">phil@highoctane.be</a> &lt;<a href="mailto:phil@highoctane.be">phil@highoctane.be</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You can install XCode 4.2 side by side with 4.3 and 4.2 has gcc.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2012/6/4 Sean P. DeNigris &lt;<a href="mailto:sean@clipperadams.com">sean@clipperadams.com</a>&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; EstebanLM wrote<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; installed with macports?<br>
&gt;&gt;&gt;&gt; &gt; that&#39;s probably your problem...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I don&#39;t think so. At least it works in Xcode 4.2. Simple instructions on<br>
&gt;&gt;&gt;&gt; getting the macports version to work are at<br>
&gt;&gt;&gt;&gt; <a href="http://seandenigris.com/blog/?p=931" target="_blank">http://seandenigris.com/blog/?p=931</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; View this message in context: <a href="http://forum.world.st/Xcode-4-3-Lion-tp4633153p4633195.html" target="_blank">http://forum.world.st/Xcode-4-3-Lion-tp4633153p4633195.html</a><br>
&gt;&gt;&gt;&gt; Sent from the Squeak VM mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Philippe Back<br>
&gt;&gt;&gt; &quot;Helping you hit the top 3 outcomes you really want to achieve&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: <a href="mailto:phil@highoctane.be">phil@highoctane.be</a> | Web: <a href="http://philippeback.eu" target="_blank">http://philippeback.eu</a> | Blog:<br>


&gt;&gt;&gt; <a href="http://philippeback.be" target="_blank">http://philippeback.be</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; High Octane SPRL<br>
&gt;&gt;&gt; rue cour Boisacq 101<br>
&gt;&gt;&gt; 1301 Bierges<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">--<br>
Best regards,<br>
Igor Stasenko.<br>
</div></div></blockquote></div><br></div>