Failed to compile Jamulus #1432
Unanswered
SamueleStefanoni
asked this question in
Technical Support & Help
Replies: 1 comment 5 replies
-
Hi, Qt 6 is not (yet?) supported. Can you try with the latest 5.x release? Kind regards, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody!
I'm a super fan and happy user of Jamulus and also a Qt developer who aims to contribute to this beautiful project.
Unfortunately, I tried all day long to setup my environment to compile and debug Jamulus with no luck.
I followed the instructions and I ended up with this setup:
After a long journey now Qt is autodetecting both MSVC compiler and debugger, so everything should work fine.
I try to compile Jamulus and I receive this message:
.... and other 22 same entries around other source files...
Of course, I tried also to add QString include, but with no luck. I tried to compile a new project with QString class and of course, is working fine. Is there an explanation for that behavior?
I tried also to compile with MinGW 5.12.2 (with which I usually worked in Qt env) and things are going slightly better: I'm able to compile, but not to debug since the first main() line breakpoint is enabled but the execution is not stopping. Function stack shows this message: "Binary debug information has not been found for this frame" (of course I compiled in debug build option and this setup has been working fine for several projects.
Hope that someone will give me some good advice and let me enjoy this code.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions