Hi-
I recently attempted to build the latest SVN commit of the shadow-draft-3
branch, and ran across some errors regarding FTM_SHADOW_AVATAR, llgaussian,
FTM_SHADOW_SIMPLE, FTM_SHADOW_RENDER, FTM_SHADOW_ALPHA, FTM_SHADOW_TREE, and
FTM_SHADOW_TERRAIN. I've attached a file showing the errors. I'm using Visual
Studio 2003 .NET, and have been able to successfully compile previous
iterations of the shadow-draft branches.
Compiling...
pipeline.cpp
pipeline.cpp(5715) : error C3861: 'llgaussian': identifier not found, even with
argument-dependent lookup
pipeline.cpp(5716) : error C3861: 'llgaussian': identifier not found, even with
argument-dependent lookup
pipeline.cpp(6510) : error C2039: 'FTM_SHADOW_RENDER' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
pipeline.cpp(6510) : error C2065: 'FTM_SHADOW_RENDER' : undeclared identifier
pipeline.cpp(6547) : error C2039: 'FTM_SHADOW_SIMPLE' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
pipeline.cpp(6547) : error C2065: 'FTM_SHADOW_SIMPLE' : undeclared identifier
pipeline.cpp(6558) : error C2039: 'FTM_SHADOW_ALPHA' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
pipeline.cpp(6558) : error C2065: 'FTM_SHADOW_ALPHA' : undeclared identifier
llfasttimerview.cpp
llfasttimerview.cpp(164) : error C2039: 'FTM_SHADOW_RENDER' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(164) : error C2065: 'FTM_SHADOW_RENDER' : undeclared
identifier
llfasttimerview.cpp(165) : error C2039: 'FTM_SHADOW_SIMPLE' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(165) : error C2065: 'FTM_SHADOW_SIMPLE' : undeclared
identifier
llfasttimerview.cpp(166) : error C2039: 'FTM_SHADOW_ALPHA' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(166) : error C2065: 'FTM_SHADOW_ALPHA' : undeclared
identifier
llfasttimerview.cpp(167) : error C2039: 'FTM_SHADOW_TERRAIN' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(167) : error C2065: 'FTM_SHADOW_TERRAIN' : undeclared
identifier
llfasttimerview.cpp(168) : error C2039: 'FTM_SHADOW_AVATAR' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(168) : error C2065: 'FTM_SHADOW_AVATAR' : undeclared
identifier
llfasttimerview.cpp(169) : error C2039: 'FTM_SHADOW_TREE' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
llfasttimerview.cpp(169) : error C2065: 'FTM_SHADOW_TREE' : undeclared
identifier
lldrawpooltree.cpp
lldrawpooltree.cpp(94) : error C2039: 'FTM_SHADOW_TREE' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpooltree.cpp(94) : error C2065: 'FTM_SHADOW_TREE' : undeclared identifier
lldrawpooltree.cpp(164) : error C2039: 'FTM_SHADOW_TREE' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpooltree.cpp(164) : error C3861: 'FTM_SHADOW_TREE': identifier not found,
even with argument-dependent lookup
lldrawpooltree.cpp(176) : error C2039: 'FTM_SHADOW_TREE' : is not a member of
'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpooltree.cpp(176) : error C3861: 'FTM_SHADOW_TREE': identifier not found,
even with argument-dependent lookup
lldrawpoolterrain.cpp
lldrawpoolterrain.cpp(260) : error C2039: 'FTM_SHADOW_TERRAIN' : is not a
member of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolterrain.cpp(260) : error C2065: 'FTM_SHADOW_TERRAIN' : undeclared
identifier
lldrawpoolterrain.cpp(268) : error C2039: 'FTM_SHADOW_TERRAIN' : is not a
member of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolterrain.cpp(268) : error C3861: 'FTM_SHADOW_TERRAIN': identifier not
found, even with argument-dependent lookup
lldrawpoolterrain.cpp(275) : error C2039: 'FTM_SHADOW_TERRAIN' : is not a
member of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolterrain.cpp(275) : error C3861: 'FTM_SHADOW_TERRAIN': identifier not
found, even with argument-dependent lookup
lldrawpoolsimple.cpp
lldrawpool.cpp
lldrawpoolbump.cpp
lldrawpoolavatar.cpp
lldrawpoolavatar.cpp(251) : error C2039: 'FTM_SHADOW_AVATAR' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolavatar.cpp(251) : error C2065: 'FTM_SHADOW_AVATAR' : undeclared
identifier
lldrawpoolavatar.cpp(273) : error C2039: 'FTM_SHADOW_AVATAR' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolavatar.cpp(273) : error C3861: 'FTM_SHADOW_AVATAR': identifier not
found, even with argument-dependent lookup
lldrawpoolavatar.cpp(287) : error C2039: 'FTM_SHADOW_AVATAR' : is not a member
of 'LLFastTimer'
C:\Users\Geenz\Dev\SL\shadow-draft-3\indra\llcommon\llfasttimer.h(40) :
see declaration of 'LLFastTimer'
lldrawpoolavatar.cpp(287) : error C3861: 'FTM_SHADOW_AVATAR': identifier not
found, even with argument-dependent lookup
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges