So, just one more thing before I go do something else...is it fine if I exclude modules?  I got around the nss thing by disabling it when I was running ./autogen.sh.  Now, I have an error in graphite where &quot;CPU you selected does not support x86-64 instruction set&quot;  I do have a 64 bit computer, as I neglected to mention.  Should I just disable these modules so I can at least get a build, or should I try to get a solution?<br>
<br><div class="gmail_quote">On Mon, Dec 13, 2010 at 9:21 PM, Jerry Shi <span dir="ltr">&lt;<a href="mailto:shijerr@gmail.com">shijerr@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
nevermind, being pretty stupid now...Disregard the last email.<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 9:20 PM, Jerry Shi <span dir="ltr">&lt;<a href="mailto:shijerr@gmail.com" target="_blank">shijerr@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alright, so I just got off of <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a>, and now have another question.  For some odd reason, make fetch does not work.  It gives me an error, make: nothing to be done for &#39;fetch&#39;, which stumped the person I was chatting with.  Any ideas?<div>

<div></div><div><br>
<br><div class="gmail_quote">On Mon, Dec 13, 2010 at 9:09 PM, Jerry Shi <span dir="ltr">&lt;<a href="mailto:shijerr@gmail.com" target="_blank">shijerr@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Nevermind that bit about it not existing.  I forgot built-in libraries.  I&#39;m still not sure why the assert would fail though...<div><div></div><div><br><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 8:47 PM, Jerry Shi <span dir="ltr">&lt;<a href="mailto:shijerr@gmail.com" target="_blank">shijerr@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alright, thanks for all the help so far.  To answer your questions, I&#39;m using openSuse 11.2, on a fairly new dual core laptop.  Um...about the dependencies...I went to the repository for openSuse and installed both build and bootstrap, but I&#39;m not quite sure that was the right thing to do, which brings up another question.  On the linux build dependencies page, it lists a command that I should use, but <span style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre-wrap">sudo zypper si -d OpenOffice_org-bootstrap # for OpenSUSE, <span style="font-family:arial;line-height:normal;white-space:normal;font-size:small">but I recieve an error about how the OpenOffice_org-bootstrap doesn&#39;t exist.</span></span><div>




<span style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre-wrap"><br></span></div><div>I did try removing the <a href="http://unxlngi.pro" target="_blank">unxlngi.pro</a>, and rebuilding, but that didn&#39;t solve the problem.  So, as far as I can tell, the problem is with this line of code:     PR_STATIC_ASSERT(sizeof(size_t) &lt;= 4); in function SECStatus RNG_RandomUpdate(const void *data, size_t bytes)  Apparently, the &quot;size of array arg is negative&quot;, although I have no idea what&#39;s going on.  I tried using the code search on opengrok, but it said that PR_STATIC_ASSERT didn&#39;t exist, so I&#39;m fairly lost, so it probably is a git problem.</div>




<div><font face="monospace"><span style="line-height:14px;white-space:pre-wrap"><br></span></font></div><div><font face="monospace"><span style="line-height:14px;white-space:pre-wrap"><font size="3">Any help would be appreciated, but I&#39;ll go to <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> and try to get some there.</font><br>




</span></font><div><div></div><div><div><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 4:38 AM, Michael Meeks <span dir="ltr">&lt;<a href="mailto:michael.meeks@novell.com" target="_blank">michael.meeks@novell.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jerry,<br>
<div><br>
On Sun, 2010-12-12 at 19:53 -0500, Jerry Shi wrote:<br>
&gt; Hi, I&#39;m new to opensource, so tell me if I&#39;m asking very stupid<br>
&gt; questions, but,<br>
<br>
</div>        Your questions seem sensible, and welcome to open-source (or Free<br>
Software ;-).<br>
<br>
&gt;       * Where is bin/g?  I can&#39;t find it anywhere, and it seems to be<br>
<div>&gt;         all over the place on the wiki<br>
<br>
</div>        Ah - then - perhaps this can be your 1st contribution :-) We used to<br>
use bin/g with the &#39;build&#39; build method, but now we have the &#39;bootstrap&#39;<br>
build method, it should be replaced thus:<br>
<br>
        bin/g -&gt; g<br>
<br>
        ie. it is in the top-level directory now.<br>
<br>
&gt;       * The build failed, and I have no idea why.  The error&#39;s in the<br>
<div>&gt;         nss module, in<br>
&gt;         clone/libs-extern-sys/nss/<a href="http://unxlngi6.pro/misc/build/nss-3.12.8/mozilla/security/nss/lib/freebl/drgb.c" target="_blank">unxlngi6.pro/misc/build/nss-3.12.8/mozilla/security/nss/lib/freebl/drgb.c</a>, and I&#39;ve attached a copy of the error.  What should I do?<br>





<br>
</div>        Nasty ! I&#39;ve seen that myself in the past; and chased it into the long<br>
grass for a while; but I forget what fixed it. Apparently it compiles ok<br>
for me now.<br>
<br>
        More details wrt. your distribution, and so on would probably be most<br>
helpful. How did you install the pre-requisite packages ?<br>
<br>
        Anyhow - worth a try deleting the output and re-buiding it (cf. the rm<br>
command at the end of the build failure message) , but I&#39;m not that<br>
optimistic; can you get on IRC so we can dig into it more ? #libreoffice<br>
on <a href="http://irc.freenode.net" target="_blank">irc.free</a><a href="http://irc.freenode.net" target="_blank">node.net</a> ?</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<br>
        Thanks,<br>
<br>
                Michael.<br>
<font color="#888888"><br>
--<br>
 <a href="mailto:michael.meeks@novell.com" target="_blank">michael.meeks@novell.com</a>  &lt;&gt;&lt;, Pseudo Engineer, itinerant idiot<br>
<br>
</font></blockquote></div><br></div></div></div></div>
</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>