Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
and re-enable breakpad symbol generation.
|
|
The CMake directive that passes VIEWER_CHANNEL to the C++ compiler as
LL_VIEWER_CHANNEL was enclosing the VIEWER_CHANNEL value in double quotes. At
this point in history, those double quotes literally become part of the
LL_VIEWER_CHANNEL value, causing the viewer to construct a bad Viewer Version
Manager query containing those double quotes. Removing them fixes the query.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
script error comes from a HUD
|
|
presented in linkset list
|
|
focus on click
|
|
|
|
|
|
Display Names" viewer setting.
|
|
|
|
|
|
|
|
|
|
|
|
disabled
|
|
|
|
|
|
cannot be clicked
|
|
|
|
|
|
from autobuild.xml's darwin64 Release and ReleaseOS build (xcodebuild)
command.
-D passed to xcodebuild does NOT set CMake variables. These switches, in this
place, have never worked as intended.
|
|
|
|
|
|
|
|
|
|
certain actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When LL_BUILD is not in the environment at autobuild configure time, important
macros such as LL_WINDOWS aren't set. That means that platform-dependent
macros such as LL_TYPEOF() aren't defined, which can produce obscure errors
like this:
indra\llcommon\llunittype.h(51): error C2226: syntax error :
unexpected type 'S' (packages\llphysicsextensions\stub\LLPhysicsExtensionsStubImpl.cpp)
10> indra\llcommon\llunittype.h(52) :
see reference to class template instantiation 'LLResultTypeAdd<S,T>' being compiled
Make the CMake logic fail with a more readily-understood error in that case.
|
|
|
|
|
|
|