Giter VIP home page Giter VIP logo

Comments (5)

deiv avatar deiv commented on June 2, 2024

Could you please attach the config.log and config.status files ?

from driftnet.

july2993 avatar july2993 commented on June 2, 2024

the files you want

2015-06-20 2:42 GMT+08:00 David Suárez [email protected]:

Could you please attach the config.log and config.status files ?


Reply to this email directly or view it on GitHub
#6 (comment).

from driftnet.

july2993 avatar july2993 commented on June 2, 2024

seems can't receive the attach file,you can get it from the following link:

config.log
config.status

from driftnet.

deiv avatar deiv commented on June 2, 2024

Seems that GTK_CFLAGS are not filled with the gtk include headers paths, so the compiler can't find them. For example, on my system, running:

$pkg-config --cflags gtk+-x11-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0'

Gives: -pthread -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include

I dunno where's the problem, but most probably if that headers are not installed or pkg-config can't find 'gtk+-2.0.pc' file.

You could try a search for the headers and the 'gtk+-2.0.pc' file. If both are present you could try to export PKG_CONFIG_PATH enviroment variable with the path of the directory that contains the 'gtk+-2.0.pc' file before running ./configure again:

export PKG_CONFIG_PATH=/path/to/other-pkgconfig/dir
./configure

Sorry but I don't own a mac, so I can't test this on my own.

from driftnet.

inu1255 avatar inu1255 commented on June 2, 2024

if you didn't install gtk+, brew install gtk+
else reference #8

from driftnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.