-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cannot find lib gtk-2.x while I do have gtk #8
Comments
Could you please paste the result of the next command?
|
Same issue, so I'm gonna respond on behalf of xnth97. Typing that command as written gave the response:
So instead, I ran the command |
@oxguy3 did you solve your problem, I have the same issue, and I didn't find a way to install gtk-x11, something related xQuartz but didn't figure it out, thanks |
@warm200 I don't remember but I'm pretty sure I never got it working. Sorry, good luck! |
@oxguy3 I have the same issue,do you know how the way to install ? |
@atlasW nope, never figured it out |
Same as #17 |
GTK+2 on the Mac is now based around XQuartz, X11 support has been dropped. My bet, and I haven't looked yet, is that you'd have to go in and modify the code to remove X11 specific calls and replace them with XQuartz. This is either trivial, or more or less impossible. See https://github.com/anholt/libepoxy/releases/tag/v1.3 |
@inu1255 display.c:23:10: fatal error: 'gtk/gtk.h' file not found |
It's exits. |
@inu1255 |
@ohlinge u can delete |
I was compiling driftnet on OS X 10.11 and when I execute
./configure
I gotBut I do have gtk+2.24.28. The only thing I doubt is that gtk+ was installed through homebrew, and the results from
brew list gtk
seems quite normal. Is there anything I haven't noticed?FYI, the config.log is here, showing that the problem may be related to gtk i think.
https://drive.google.com/file/d/0B1wV83EBxUIubDY5M1M3b2kzZkk/view?usp=sharing
The text was updated successfully, but these errors were encountered: