Go to file
Ansariel 790c52f3fd Fix erroneous check for __attribute__ definition introduced with APR 1.7.5
With the update of APR to versoin 1.7.5., we have to deal with an erroneous check for the definition of __attribute__ added to the APR head file apr.h: The additional check for the definition of __has_attribute is nonsense as it is a C++ internal macro to check for the existance of certain attributes, however it has nothing to do with __attribute__ used in this context.

Since __attribute__ is not defined in MSVC, the modified, erroneous check now causes said definition becoming missing, resulting in a huge amount of "this declaration may not have extern 'C' linkage" errors within in MSVC.

This change utilizes CMake to patch the extracted APR header file, restoring the original version of the check.
2025-10-16 19:44:18 +03:00
.github Add workflow_dispatch trigger to build workflow (#4774) 2025-10-02 12:42:02 -07:00
doc
indra Fix erroneous check for __attribute__ definition introduced with APR 1.7.5 2025-10-16 19:44:18 +03:00
scripts Change another case of a regex sequence needing to be a raw string 2025-08-18 10:44:06 -07:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes Remove unused vstool, files (#4500) 2025-08-15 19:57:55 -07:00
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
autobuild.xml Initial VHACD based llconvexdecomposition 2025-10-03 09:51:03 -04:00
build.sh Fixes for GHA build 2025-08-28 17:58:33 -04:00
buildscripts_support_functions

README.md

Second Life Logo

Second Life is a free 3D virtual world where users can create, connect and chat with others from around the world. This repository contains the source code for the official client.

Open Source

Second Life provides a huge variety of tools for expression, content creation, socialization and play. Its vibrancy is only possible because of input and contributions from its residents. The client codebase has been open source since 2007 and is available under the LGPL license. The Open Source Portal contains additional information about Linden Lab's open source history and projects.

Download

Most people use a pre-built viewer release to access Second Life. Windows and macOS builds are published on the official website. More experimental viewers, such as release candidates and project viewers, are detailed on the Alternate Viewers page.

Third Party Viewers

Third party maintained forks, which include Linux compatible builds, are indexed in the Third Party Viewer Directory.

Build Instructions

Windows

Mac

Linux

Contribute

Help make Second Life better! You can get involved with improvements by filing bugs, suggesting enhancements, submitting pull requests and more. See the CONTRIBUTING and the open source portal for details.