[SCM] A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids branch, master, updated. upstream/1.20.8-43-g7eacf35
Robin Cornelius
robin.cornelius at gmail.com
Tue Jul 8 11:33:34 UTC 2008
The following commit has been merged in the master branch:
commit b525bb7882f3c81a971e03f5f6fa104d071a8e20
Author: Robin Cornelius <robin.cornelius at gmail.com>
Date: Tue Jul 8 12:32:40 2008 +0100
Do not build the crashlogger it causes the build to fail, before we can patch
diff --git a/indra/SConstruct b/indra/SConstruct
index 78d0325..0c4b62f 100644
--- a/indra/SConstruct
+++ b/indra/SConstruct
@@ -650,10 +650,10 @@ for build_target in targets:
external_libs = net_external_libs + [ 'db-4.2', 'gtk-x11-2.0' ]
external_libs += ['boost_signals-gcc34-mt']
internal_libs = [ 'llui', 'llxml', 'llmessage', 'llvfs', 'llmath', 'llcommon' ]
- create_executable(output_crashlogger_bin + '-globalsyms',
- 'linux_crash_logger',
- internal_libs + external_libs)
- env.Command(output_crashlogger_bin, output_crashlogger_bin + '-globalsyms', hidesyms_cmd)
+# create_executable(output_crashlogger_bin + '-globalsyms',
+# 'linux_crash_logger',
+# internal_libs + external_libs)
+# env.Command(output_crashlogger_bin, output_crashlogger_bin + '-globalsyms', hidesyms_cmd)
create_static_module('llaudio')
create_static_module('llmedia')
--
A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids
More information about the Pkg-games-commits
mailing list