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

Build error: 'SHRT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'? #11

Closed
fractalf opened this issue Jan 30, 2023 · 2 comments

Comments

@fractalf
Copy link

fractalf commented Jan 30, 2023

/src/synth.cpp:28:1: note: 'SHRT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?

I got this error when building for linux.
I added #include <climits> as suggested and it worked.

FYI

Update:
When running it in Bitwig it crashes with this:

Contents/x86_64-linux/vstsid.so: undefined symbol: pango_layout_set_text

...that's pretty much how deep I can go ;)

@igorski
Copy link
Owner

igorski commented Aug 20, 2023

Thanks for pointing out the missing import.
The Bitwig issue will be addressed as part of #13

@dromer
Copy link

dromer commented Mar 30, 2024

The missing import is not addressed, though ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants