Package Details: imgui-full 1.92.1-1

Git Clone URL: https://aur.archlinux.org/imgui-full.git (read-only, click to copy)
Package Base: imgui-full
Description: Bloat-free Graphical User interface for C++
Upstream URL: https://github.com/ocornut/imgui
Keywords: freeglut full glfw glut gui imgui library sdl3
Licenses: MIT
Conflicts: imgui
Provides: imgui
Submitter: mads256h
Maintainer: glek
Last Packager: glek
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-17 13:30 (UTC)
Last Updated: 2025-07-28 17:31 (UTC)

Latest Comments

glek commented on 2025-07-28 21:01 (UTC) (edited on 2025-07-28 21:01 (UTC) by glek)

@Negher

No worries! Thankfully it was a pretty easy one to fix.

In case you're curious, the problem was that the PKGBUILD script was not passing -DIMGUI_BUILD_SDLGPU3_BINDING=[ON/OFF] to cmake but the imgui-config.cmake.in file (imported from the vcpkg GitHub repo) was expecting it to be defined.

Negher commented on 2025-07-28 18:43 (UTC)

@glek

Thank you very much. Sorry for not being able to suggest a fix.

glek commented on 2025-07-28 17:25 (UTC)

@Negher

Fix is incoming.

Negher commented on 2025-07-28 10:13 (UTC) (edited on 2025-07-28 10:14 (UTC) by Negher)

Hello, does anyone have syntax errors in using CMake?

I receive:

CMake Error at /usr/share/imgui/imgui-config.cmake:41 (if):
   if given arguments:

     "ON" "OR" "ON" "OR"

Looks like the conditions are not populated inside the file included.