-
Notifications
You must be signed in to change notification settings - Fork 95
develop-linux → SLua PV merge #5020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: project/lua_editor
Are you sure you want to change the base?
Conversation
1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case
Wrong approach. Might need to split workerDeployDevices into separate recording and rendering variants. This partiall reverts commit bb26aa3, I left log lines.
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Fix various files missing linden_common Signed-off-by: Rye <rye@alchemyviewer.org>
Restore changes for GLIB based dbus support from archive/develop Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
Signed-off-by: Rye <rye@alchemyviewer.org>
|
Looks like websocketpp does not like compiling in C++20 mode on GCC zaphoyd/websocketpp#991 |
|
Confirmed on Linux with GCC that the branch should build okay when secondlife/3p-websocketpp#3 lands |
|
Odd, seems like there's some issues with the build cache. There's intermittent windows errors with finding KDU and subsequent retries fail on hashing the autobuild.xml. |
|
Should be okay, apparently AzureSignTool just updated, so that might be failing for other PRs as well. FWIW multiple people have been using the linux build from this PR for a bit and things seem to be working fine |
|
Thank you, @HaroldCindy! Yeah, the build failure is unrelated to this PR. We'll likely fix it in |
Add Linux build support to SLua PV.