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

Fix the build with gcc 11 #203

Merged
merged 1 commit into from May 25, 2021
Merged

Conversation

jpcima
Copy link
Contributor

@jpcima jpcima commented May 17, 2021

Currently failing with std::numeric_limits not found.

@scheffle
Copy link
Collaborator

std::numerical_limits is not used in vstgui. Can you post the compiler output.

@jpcima
Copy link
Contributor Author

jpcima commented May 24, 2021

It's at this location

static constexpr uint32_t kStreamIOError = (std::numeric_limits<uint32_t>::max) ();

@scheffle
Copy link
Collaborator

Ah yeah, you're right. Somehow I missed that one. Thanks.

@scheffle scheffle merged commit b1c016d into steinbergmedia:develop May 25, 2021
scheffle added a commit that referenced this pull request Aug 9, 2021
Merge in VSTSDK/vstgui from develop to master

* commit '2cf61f5e1fefe4dcd3d19119ddf7b182719a2a5b':
  Fix compile-time check for pango
  add missing includes
  Update stb_textedit to v1.13
  Do not let newValue exceed 1.0 when adding up valueOffset multiple times.
  implement pango leading metrics
  implement cairo hitTest
  add patchlevel to vstgui version makros to support simple bug fix releases without API changes
  add visualize redraw areas to mac standalone apps in debug mode
  fix wrong clip rect calculation on linux
  add macro to conditionally compile for newer vstgui versions
  fix indexOf algo
  Fix segment button not being updated on parameter change from host.
  Fix the build with gcc 11 (#203)
  Return an empty string, when string list is empty (#204)
  Testing (#202)
  Add unit test for segment button with many segments (catch rounding errors).
  Round segmentIndex properly.
  macOS: create retina compatible menu icons and drag images out of CBitmaps
  macOS: fix menu icon with scale factor != 1
  increase version number
@redtide redtide deleted the gcc11 branch May 15, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants