Re: Problems with a library

2022-09-22 Thread Charles Curley
On Thu, 22 Sep 2022 10:03:29 -0600 William Torrez Corea wrote: > curlgtk.c:4:10: fatal error: gtk/gtk.h: No such file or directory > 4 | #include "gtk/gtk.h" > | ^~~ > compilation terminated. Do you have the relevant -dev package(s) and dependencies installed? On Bulls

Re: Problems with a library

2022-09-22 Thread Markus Schönhaber
22.09.22, 18:03 +0200, William Torrez Corea: What happen with this? I try compile the following code: `curl-config --cc` -o example example.c `curl-config --cflags --libs` But i get the following error: curlgtk.c:4:10: fatal error: gtk/gtk.h: No such file or directory 4 | #include "gtk/

Problems with a library

2022-09-22 Thread William Torrez Corea
What happen with this? I try compile the following code: `curl-config --cc` -o example example.c `curl-config --cflags --libs` But i get the following error: curlgtk.c:4:10: fatal error: gtk/gtk.h: No such file or directory 4 | #include "gtk/gtk.h" | ^~~ compilation t