cygwin findet gtk nicht



  • Hallo wer kann sich das erklären, bsw weis ne lösung:
    mein cygwin findet einfach das gtk nicht

    $ pkg-config --modversion "gtk+-2.0"
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    
    $ echo $PKG_CONFIG_PATH
    /cygdrive/c/GTK/lib/pkgconfig
    
    $ cat /cygdrive/c/GTK/lib/pkgconfig/gtk+-2.0.pc
    prefix=/target
    exec_prefix=${prefix}
    libdir=${exec_prefix}/lib
    includedir=${prefix}/include
    target=win32
    
    gtk_binary_version=2.4.0
    gtk_host=i386-pc-mingw32
    
    Name: GTK+
    Description: GIMP Tool Kit (${target} target)
    Version: 2.8.18
    Requires: gdk-${target}-2.0 atk cairo
    Libs: -L${libdir} -lgtk-${target}-2.0
    Cflags: -I${includedir}/gtk-2.0 -mms-bitfields
    

Anmelden zum Antworten