<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 05 Apr 2014, at 03:08 , Dennis Schafroth &lt;<a href="mailto:dennis@schafroth.dk">dennis@schafroth.dk</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br>It’s been quiet on this topic, but actually&nbsp;Harshavardhana and I have been quite busy off-line working on this.&nbsp;Since my initial “success” we have been able to get it &nbsp;to compile with clang (almost as clean as with gcc) and actually run. The later was a bit tricky because clang has more strict strategy about exporting functions with inline, which ended with many runs with missing functions.&nbsp;<div><br></div><div>So right now I can run everything, but there is an known issue with NFS/NLM4, but this should not matter for people trying to run the client with OSX FUSE.&nbsp;</div><div><br></div><div>Anyone brave enough wanting to try the <b>client</b> can check out:</div><div><div><br></div><div>Still need Xcode + command line tools (clang, make)</div><div>A installed OSXFUSE (FUSE for OS X)</div><div><br></div></div><div>$ git clone <a href="mailto:git@forge.gluster.org">git@forge.gluster.org</a>:~schafdog/glusterfs-core/osx-glusterfs.git</div><div>$ cd osx-glusterfs</div><div><br></div><div>Either</div><div>$ ./configure.osx</div></div></blockquote><div><br></div>Sorry but this won’t work. There are files generated in autogen.sh, that I wasn’t aware of. So you need to do:</div><div><br></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Or</div><div>- $ ./autogen.sh (requires aclocal, autoconf, automake)</div><div>- $ ./configure</div><br><div>$ make</div><div>$ sudo make install</div><div><br></div><div>You should be able to mount using sudo glusterfs --volfile=&lt;your vol file&gt;.vol &lt;mount point&gt;</div><div><br></div><div>And yes this is very much bleeding edge. My mac did kernel panic yesterday, when it was running both client and server.&nbsp;</div><div><br></div><div>I would really like to get feed back from anyone trying this out.&nbsp;</div><div><br></div><div>cheers,&nbsp;</div><div>:-Dennis Schafroth&nbsp;</div><div><br></div></div>_______________________________________________<br>Gluster-users mailing list<br><a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>http://supercolony.gluster.org/mailman/listinfo/gluster-users</blockquote></div><br></body></html>