[Verse-dev] v_gen_pack_b_node.c error

Emil Brink verse-dev@blender.org
Thu, 29 Apr 2004 17:38:44 +0200 (MEST)


On Thu, 29 Apr 2004, Chris Want wrote:

[build failures]
> Whew, I thought I was going insane for a moment!

Heh. No worries, just some confusion here. :)

> > Please get back to the list if it's still broken for you.
>
> Compiles now.

Excellent.

> BTW, I was wondering if you would consider using the
> '?=' operatore more often in the Makefile (e.g., CC ?= gcc)
> so that the user can override the compile, etc, in their
> environment? A diff to do this is below.

Great idea, and done in CVS now.

> One last thing: the compile fails on Irix with the mipspro
> compiler (which is very picky). The compiler didn't like the
> different declarations:
>
> v_cmd_gen.c:  void v_cg_new_cmd(unsigned int type, const char *name,
> unsigned int cmd_id, VCGCommandType command)
>
> v_cmd_gen.h extern void v_cg_new_cmd(VCGCommandType type, const char
> *name, unsigned int cmd_id, VCGCommandType command);

Oh, hadn't seen that one, that is obviously the right thing to do so
it's done in CVS now, as well. Thank you!

Regards,

/Emil