You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building xatlas, I am getting the gtk not found error even though I have libgtk-3-dev installed. My gtk.h is at /usr/include/gtk-3.0/gtk/gtk.h. I think it is an issue with the premake script.
OS: ubuntu 20.04
==== Building imgui (release_x86_64) ====
==== Building mimalloc (release_x86_64) ====
==== Building nativefiledialog (release_x86_64) ====
nfd_gtk.c
../../source/thirdparty/nativefiledialog/nfd_gtk.c:10:10: fatal error: gtk/gtk.h: No such file or directory
10 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [nativefiledialog.make:187: obj/x86_64/Release/nativefiledialog/nfd_gtk.o] Error 1
make: *** [Makefile:211: nativefiledialog] Error 2
The text was updated successfully, but these errors were encountered:
While building xatlas, I am getting the gtk not found error even though I have libgtk-3-dev installed. My gtk.h is at /usr/include/gtk-3.0/gtk/gtk.h. I think it is an issue with the premake script.
OS: ubuntu 20.04
The text was updated successfully, but these errors were encountered: