[GH-ISSUE #1533] Building now fails in linux #517

Closed
opened 2026-02-27 21:06:41 +03:00 by kerem · 1 comment
Owner

Originally created by @Shoegzer on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1533

Builds are failing under linux, the following exception is thrown to the build log:

/home/testing/Desktop/shadps4/shadPS4/src/core/address_space.cpp:526:5: error: use of undeclared identifier 'boost'
  526 |     boost::icl::interval_set<VAddr> m_free_regions;
      |     ^

System specs:

Originally created by @Shoegzer on GitHub (Nov 14, 2024). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1533 Builds are failing under linux, the following exception is thrown to the build log: ``` /home/testing/Desktop/shadps4/shadPS4/src/core/address_space.cpp:526:5: error: use of undeclared identifier 'boost' 526 | boost::icl::interval_set<VAddr> m_free_regions; | ^ ``` System specs: * OS: Linux Mint 22 / kernel 6.8 * Clang version: 18.1.3 * CMake version: 3.28.3 * Build tested: ce158290fbd7871a3f890323501e6fe3e8bec832 (#1440 merged) * Last known good build: 75d2181489d45dc72feba98c96ce9b2f065835a4 (#1440 merged) * Build log: [build.log](https://github.com/user-attachments/files/17757225/build.log)
kerem closed this issue 2026-02-27 21:06:41 +03:00
Author
Owner

@Shoegzer commented on GitHub (Nov 15, 2024):

Closing this as it's limited to an unmerged PR. Will reopen if the issue persists after the PR is merged.

<!-- gh-comment-id:2479713090 --> @Shoegzer commented on GitHub (Nov 15, 2024): Closing this as it's limited to an unmerged PR. Will reopen if the issue persists after the PR is merged.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#517
No description provided.