-
Notifications
You must be signed in to change notification settings - Fork 126
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
[vogleditor] Build failure with Qt 5.5 #209
Comments
seems to be like this issue: QupZilla/qupzilla#970 |
Looks like the following patch fixes the problem.
Courtesy of @karolherbst |
Thanks @imirkin, fixed the build for me. 👍 |
Issue: [vogleditor] Build failure with Qt 5.5 (1) Requires an additional header file QObject to be included; Build still works with Qt 5.5 and 5.4 (Ubuntu 15.10);
Issue: [vogleditor] Build failure with Qt 5.5 (1) Requires an additional header file QObject to be included; Build still works with Qt 5.5 and 5.4 (Ubuntu 15.10);
Same issue here, seems to not be fixed |
The missing include fixed it, thanks @kingtaurus |
Any chance someone will merge the pull request that fixes this? It's a shame that development seems to have stopped completely since several people still has use of this tool. |
^ volvo plz |
I merged the pull request, but we don't have a maintainer for vogl anymore and it can be considered deprecated unless someone wants to take ownership of it. |
@Plagman and is there anything new to use or just good ol' apitrace? |
@karolherbst My impression from discussions at GDC is that RenderDoc has more or less replaced VoGL since it supports both OpenGL (only forward-compatible contexts) and Vulkan. But I'm also interested in a more concrete answer from @Plagman and Valve's view on it. |
RenderDoc is what we'll be focusing on; mainly from a Vulkan perspective, but it should also work for OpenGL. Not clear when the new Qt UI will be fully up to speed to let it be hosted on Linux, but my understanding is that it's being worked on. |
I'm seeing the following build failures. I have Qt 5.5.0 installed:
The text was updated successfully, but these errors were encountered: