yafray-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Yafray-devel] new CVS


From: Andera
Subject: [Yafray-devel] new CVS
Date: 19 Jan 2003 01:28:20 +0100

<lal_shader type="generic" name="cristal" >
        <color r="0.5" g="0.2" b="0.9" />
        <specular r="0.5" g="0.2" b="0.9" />
        <reflected r="0.5" g="0.2" b="0.9" />
        <transmited r="0.5" g="0.2" b="0.9" />
        <IOR value="1.5" />
        <modulator texture="suelo" size="1.5" sizex="3" >
                <modulate attr="color" factor="0.5" />
                <modulate attr="specular" factor="0.7" />
        </modulator>
</lal_shader>

>From Example.xml.

Future versions will adopt this syntax?
I cannot test it because the compilation process doesn't work in
gcc2.96:

After a clean configure make hangs immediately complaining a "missing
separator".

address@hidden yafray-120103]$ make

make  all-recursive
make[1]: Entering directory `/home/devnull/FTP/yafray-120103'
Making all in src
make[2]: Entering directory `/home/devnull/FTP/yafray-120103/src'
Makefile:249: *** missing separator.  Stop.
make[2]: Leaving directory `/home/devnull/FTP/yafray-120103/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/devnull/FTP/yafray-120103'
make: *** [all-recursive-am] Error 2

address@hidden yafray-120103]$

here the lines in src/Makefile:

[...]
render.$(OBJEXT): loader/render.cc
yafray$(EXEEXT): $(yafray_OBJECTS) $(yafray_DEPENDENCIES) 
        @rm -f yafray$(EXEEXT)
        $(CXXLINK) $(yafray_LDFLAGS) $(yafray_OBJECTS) $(yafray_LDADD) $(LIBS)

mostlyclean-compile:
        -rm -f *.$(OBJEXT) core *.core

distclean-compile:
        -rm -f *.tab.c

/*Line 249*/
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@ 
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
[...]

Andrea






reply via email to

[Prev in Thread] Current Thread [Next in Thread]