Skip to content
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

No linux-tiles experimental builds since 06-27-2024 #74858

Open
Void-Seeker opened this issue Jul 1, 2024 · 4 comments
Open

No linux-tiles experimental builds since 06-27-2024 #74858

Void-Seeker opened this issue Jul 1, 2024 · 4 comments
Labels
Code: Build Issues regarding different builds and build environments (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@Void-Seeker
Copy link
Contributor

Void-Seeker commented Jul 1, 2024

Describe the bug

No linux-tiles experimental builds since 06-27-2024

Attach save file

N/A

Steps to reproduce

  1. Try to download recent experimental build for linux with tiles.

Expected behavior

Build should be present.

Screenshots

No response

Versions and configuration

N/A

Additional context

No response

@Void-Seeker Void-Seeker added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jul 1, 2024
@PatrikLundell
Copy link
Contributor

I assume you mean June, not July, as that date hasn't been reached yet...

@Void-Seeker
Copy link
Contributor Author

Yeah, of course it's June. Sorry for a typo.

@Void-Seeker Void-Seeker changed the title No linux-tiles experimental builds since 07-27-2024 No linux-tiles experimental builds since 06-27-2024 Jul 1, 2024
@andrei8l
Copy link
Contributor

andrei8l commented Jul 1, 2024

/confirmed
Include order changed for some reason so the SDL library we need isn't picked up anymore. Maybe this can fix it

diff --git a/Makefile b/Makefile
index 0dd15eb9fb..fbcaff729b 100644
--- a/Makefile
+++ b/Makefile
@@ -778,7 +778,8 @@ ifeq ($(TILES), 1)
       endif
     endif
   else ifneq ($(NATIVE),emscripten)
-    CXXFLAGS += $(shell $(PKG_CONFIG) --cflags sdl2 SDL2_image SDL2_ttf)
+    CXXFLAGS += $(shell $(PKG_CONFIG) --cflags sdl2)
+    CXXFLAGS += $(shell $(PKG_CONFIG) --cflags SDL2_image SDL2_ttf)
 
     ifeq ($(STATIC), 1)
       LDFLAGS += $(shell $(PKG_CONFIG) sdl2 --static --libs)

@github-actions github-actions bot added (S2 - Confirmed) Bug that's been confirmed to exist and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Jul 1, 2024
@Cupidatis
Copy link

Same with Android builds, #74841 didn't help.

@Maleclypse Maleclypse added the Code: Build Issues regarding different builds and build environments label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code: Build Issues regarding different builds and build environments (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

No branches or pull requests

5 participants