[Soc-2012-dev] bratwurst build errors almost the same on mac os x 10.6 snow leopard and ubuntu 10.04 lucid

Jorge Rodriguez bs.vino at gmail.com
Thu Aug 9 17:58:48 CEST 2012


I don't have a mac at hand to test this but try replacing these lines in
stack.c

typedef struct BLI_Stack {
    void *data;

    int totelem;
    int maxelem;

    int elem_size;
} BLI_Stack;

with this:

struct BLI_Stack {
    void *data;

    int totelem;
    int maxelem;

    int elem_size;
};



2012/8/9 post at bennyd.de <post at bennyd.de>

> Hello GSOC Developers,
>
> for a while I'm waiting for an fbx importer in blender and I'm very happy
> that
> it has come to life recently with this GSOC-project from aramis.
> Unfortunately
> nobody seems to be out there, who is trying or able to build binaries from
> bratwurst branch for mac. I looked at graphicall.org but even there no
> build
>  with fbx-import is available. Since I can't wait to test this importer I
> started to try building the code myself. Actually I thought this couldn't
> be
> such a big problem when following the instructions here:
> http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Mac
> After getting some errors I also prepared my Ubuntu 10.04 lucid which I
> run in
> virtual box and set up the build environment like instructed here:
>
> http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/Scons
> Interestingly I'm getting almost the same following errors:
>
> Compiling ==> 'stack.c'
> source/blender/blenlib/intern/stack.c:43: error: redefinition of typedef
> ‘BLI_Stack’
> source/blender/blenlib/BLI_stack.h:31: note: previous declaration of
> ‘BLI_Stack’
> was here
> scons: ***
> [/home/benny/Software/build/linux/source/blender/blenlib/intern/stack.o]
> Error 1
> scons: building terminated because of errors.
>
> Since I'm not a developer but just an advanced user who is keen enough to
> try to
> build by himself, I do not understand
> what this is trying to tell me at all. Is there any solution to fix this?
> Or has
> anyone already successfully build the bratwurst branch on mac with
> fbx-import? I
> would really appreciate that.
>
> cheers
>
> Benny
>
>
> --
> Dipl.-Des. Benjamin Dahl
> Finowstraße 9
> 10247 Berlin
> Germany
>
> Phone: +49 (30) 83217244 (Berlin)
> Mobile: +49 (176) 21300553
>
> Email:  post at bennyd.de
> Web:    http://www.bennyd.de/
> _______________________________________________
> Soc-2012-dev mailing list
> Soc-2012-dev at blender.org
> http://lists.blender.org/mailman/listinfo/soc-2012-dev
>



-- 
Jorge "Vino" Rodriguez
[ Tweet <http://twitter.com/vinobs> | Like <http://www.facebook.com/bsvino>|
Plus <http://www.google.com/profiles/bs.vino> ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/soc-2012-dev/attachments/20120809/f8bad91e/attachment.htm 


More information about the Soc-2012-dev mailing list