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

Compile fails, shows up with file not found error #8

Open
RichCat6 opened this issue Aug 7, 2023 · 1 comment
Open

Compile fails, shows up with file not found error #8

RichCat6 opened this issue Aug 7, 2023 · 1 comment

Comments

@RichCat6
Copy link

RichCat6 commented Aug 7, 2023

I tried compiling this from the source code, but I can't compile it because whenever I try to run the make command, I get this error:
g++ -I"/home/cadendurden/smooth/classes/backends/xlib"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c backendxlib.cpp -o backendxlib.o
backendxlib.cpp:11:10: fatal error: gtk/gtk.h: No such file or directory
11 | #include <gtk/gtk.h>
| ^~~~~~~~~~~

System Specs If Needed:
System Name: Dell Latitude D630
RAM: 2GB DDR2
WiFi Card: Broadcom BCM4311
Operating System: Debian Sid (Originally Debian 12 Bookworm)

@enzo1982
Copy link
Owner

enzo1982 commented Aug 8, 2023

You will need to install GTK 3 development packages in order to build smooth.

Additionally, you will need the following development packages:

  • libbz2
  • libcurl
  • libfribidi
  • libjpeg
  • libxml2

There are some other dependencies, but those should already be included as dependencies of GTK 3.

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

2 participants