[Bf-committers] compilation problems

Jacques Guignot bf-committers@blender.org
Tue, 02 Sep 2003 21:24:10 +0000


Ton Roosendaal wrote:

> Hi,
>
> Quote:
> - the link order for Blender has changed, the libradiosity.a has to 
> be  moved after the librender.a (obviously for a new dependency!). 
> Check  blender/source/Makefile
> - there's a new file: blender/source/radiosity/intern/source/radrender.c
>
> Please check this? 


libradiosity.a is already after librender.a in the Makefile


If I add fake functions for `end_radio_render' and `do_radio_render' the 
compilation is OK.

I'm afraid radrender.c is -not- compiled : if I add non compilable 
garbage in it, no problem occurs.

I think a dependency should be added, but dunno where...