[Bf-committers] space_buttons/buttons_header.c: implicit declaration warning/error

Bastien Montagne montagne29 at wanadoo.fr
Thu May 23 09:04:57 CEST 2013


Can you check you have the editors/include/ED_buttons.h file? This is 
where those functions are declared, and it is included in 
editors/space_buttons/buttons_header.c...

If you don't have it, something went wrong in your svn update, suggest 
you try with a clean checkout (but you should get an include error, so 
that's probably not the issue :/ ). If you do have it, well, there 
should not be any issue! :P Maybe you can try a clean build, though...

Bastien

PS: Next time, please specify your building tools and versions (and OS), 
and include a link to your full build log (e.g. pasted on pasteall.org).

On 23/05/2013 07:41, Forest Ka wrote:
> I first checked out Blender's SVN around April 20 (when. It's worked fine
> (updating and recompiling about once a week) until the last time; when it
> gets to the file source/blender/editors/space_buttons/buttons_header.c
> (function set_texture_context), it raises four "implicit declaration"
> errors; one each for:
>
> ED_texture_context_check_world
> ED_texture_context_check_material
> ED_texture_context_check_lamp
> ED_texture_context_check_particles
>
> then says "Some warnings being treated as errors", then stops the compile.
> It seems that this was changed in revision 56502; I don't understand enough
> about Blender to know what changed. Source:
> http://blender.45788.x6.nabble.com/SVN-commit-data-svn-bf-blender-56502-branches-vgroup-modifiers-source-blender-makesrna-intern-rna-sp-td107697.html
> (That's
> just a guess).
>
> (I hope this is the right group.)
>
> Forest
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list