I don&#39;t have a mac at hand to test this but try replacing these lines in stack.c<br><br>typedef struct BLI_Stack {<br>    void *data;<br><br>    int totelem;<br>    int maxelem;<br><br>    int elem_size;<br>} BLI_Stack;<br>

<br>with this:<br><br>struct BLI_Stack {<br>    void *data;<br><br>    int totelem;<br>    int maxelem;<br><br>    int elem_size;<br>};<br><br><br><br><div class="gmail_quote">2012/8/9 <a href="mailto:post@bennyd.de">post@bennyd.de</a> <span dir="ltr">&lt;<a href="mailto:post@bennyd.de" target="_blank">post@bennyd.de</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello GSOC Developers,<br>
<br>
for a while I&#39;m waiting for an fbx importer in blender and I&#39;m very happy that<br>
it has come to life recently with this GSOC-project from aramis. Unfortunately<br>
nobody seems to be out there, who is trying or able to build binaries from<br>
bratwurst branch for mac. I looked at <a href="http://graphicall.org" target="_blank">graphicall.org</a> but even there no build<br>
 with fbx-import is available. Since I can&#39;t wait to test this importer I<br>
started to try building the code myself. Actually I thought this couldn&#39;t be<br>
such a big problem when following the instructions here:<br>
<a href="http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Mac" target="_blank">http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Mac</a><br>
After getting some errors I also prepared my Ubuntu 10.04 lucid which I run in<br>
virtual box and set up the build environment like instructed here:<br>
<a href="http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/Scons" target="_blank">http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/Scons</a><br>
Interestingly I&#39;m getting almost the same following errors:<br>
<br>
Compiling ==&gt; &#39;stack.c&#39;<br>
source/blender/blenlib/intern/stack.c:43: error: redefinition of typedef<br>
‘BLI_Stack’<br>
source/blender/blenlib/BLI_stack.h:31: note: previous declaration of ‘BLI_Stack’<br>
was here<br>
scons: ***<br>
[/home/benny/Software/build/linux/source/blender/blenlib/intern/stack.o] Error 1<br>
scons: building terminated because of errors.<br>
<br>
Since I&#39;m not a developer but just an advanced user who is keen enough to try to<br>
build by himself, I do not understand<br>
what this is trying to tell me at all. Is there any solution to fix this? Or has<br>
anyone already successfully build the bratwurst branch on mac with fbx-import? I<br>
would really appreciate that.<br>
<br>
cheers<br>
<br>
Benny<br>
<br>
<br>
--<br>
Dipl.-Des. Benjamin Dahl<br>
Finowstraße 9<br>
10247 Berlin<br>
Germany<br>
<br>
Phone: <a href="tel:%2B49%20%2830%29%2083217244" value="+493083217244">+49 (30) 83217244</a> (Berlin)<br>
Mobile: <a href="tel:%2B49%20%28176%29%2021300553" value="+4917621300553">+49 (176) 21300553</a><br>
<br>
Email:  <a href="mailto:post@bennyd.de">post@bennyd.de</a><br>
Web:    <a href="http://www.bennyd.de/" target="_blank">http://www.bennyd.de/</a><br>
_______________________________________________<br>
Soc-2012-dev mailing list<br>
<a href="mailto:Soc-2012-dev@blender.org">Soc-2012-dev@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/soc-2012-dev" target="_blank">http://lists.blender.org/mailman/listinfo/soc-2012-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Jorge &quot;Vino&quot; Rodriguez<br>[ <a href="http://twitter.com/vinobs" target="_blank">Tweet</a> | <a href="http://www.facebook.com/bsvino" target="_blank">Like</a> | <a href="http://www.google.com/profiles/bs.vino" target="_blank">Plus</a> ]<br>

<br>