<div dir="ltr">Build fails for me:<div><br></div><div><div>Making all in libglusterfs</div><div>Making all in src</div><div>&nbsp; CC &nbsp; &nbsp; &nbsp; libglusterfs_la-dict.lo</div><div>&nbsp; CC &nbsp; &nbsp; &nbsp; libglusterfs_la-xlator.lo</div><div>&nbsp; CC &nbsp; &nbsp; &nbsp; libglusterfs_la-logging.lo</div>
<div>logging.c:26:10: fatal error: &#39;libintl.h&#39; file not found</div><div>#include &lt;libintl.h&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^</div><div>1 error generated.</div><div>make[4]: *** [libglusterfs_la-logging.lo] Error 1</div>
<div>make[3]: *** [all] Error 2</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div></div><div><br></div><div><br></div><div>How did you get libintl.h in your system? Also, please add a check for it in <a href="http://configure.ac">configure.ac</a> and report the missing package.</div>
<div><br></div><div>Thanks,</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 4, 2014 at 6:08 PM, Dennis Schafroth <span dir="ltr">&lt;<a href="mailto:dennis@schafroth.dk" target="_blank">dennis@schafroth.dk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br>It&rsquo;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 &ldquo;success&rdquo; 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" target="_blank">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>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><span class="HOEnZb"><font color="#888888"><div>:-Dennis Schafroth&nbsp;</div><div><br></div></font></span></div>
<br>_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://supercolony.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a><br></blockquote></div><br></div>