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

Arch Linux build issue #199

Closed
OneArb opened this issue Feb 2, 2023 · 2 comments
Closed

Arch Linux build issue #199

OneArb opened this issue Feb 2, 2023 · 2 comments

Comments

@OneArb
Copy link

OneArb commented Feb 2, 2023

I am getting the following when building on Arch Linux with running X11 display server protocol

cmake --build build --config Release

[ 5%] Built target gl3w
[ 22%] Built target imgui
[ 25%] Building CXX object application/CMakeFiles/application.dir/source/renderer_ogl3.cpp.o
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp: In member function ‘virtual void* RendererOpenGL3::CreateTexture(const void*, int, int)’:
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp:165:59: error: ‘intptr_t’ in namespace ‘std’ does not name a type
165 | return reinterpret_cast(static_caststd::intptr_t(texture.TextureID));
| ^~~~~~~~
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp: In member function ‘ImVector::value_type* RendererOpenGL3::FindTexture(ImTextureID)’:
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp:170:64: error: ‘intptr_t’ in namespace ‘std’ does not name a type
170 | auto textureID = static_cast(reinterpret_caststd::intptr_t(texture));
| ^~~~~~~~

/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp: In lambda function:
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp:174:37: error: ‘textureID’ is not captured
174 | return texture.TextureID == textureID;
| ^~~~~~~~~
/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp:172:73: note: the lambda has no capture-default
172 | td::find_if(m_Textures.begin(), m_Textures.end(), [textureID](ImTexture& texture)
| ^

/run/media/user/dev/node/imgui-node-editor/examples/application/source/renderer_ogl3.cpp:170:10: note: ‘textureID’ declared here
170 | auto textureID = static_cast(reinterpret_caststd::intptr_t(texture));
| ^~~~~~~~~
make[2]: *** [application/CMakeFiles/application.dir/build.make:146: application/CMakeFiles/application.dir/source/renderer_ogl3.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:262: application/CMakeFiles/application.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

@niclash
Copy link

niclash commented Mar 3, 2023

This happens on Debian Linux as well.

@thedmd
Copy link
Owner

thedmd commented May 1, 2023

Fixed now. Thaks for reporting

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

No branches or pull requests

3 participants