Make can't locate gtk.h












-1















I am trying to compile surf from source using make, but I get the following error when I run sudo make:



fatal error: gtk/gtk.h: No such file or directory


The file config.mk uses pkg-config which gives the following when I run it manually:



$ pkg-config --cflags gtk+-3.0
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include


The file: /usr/include/gtk-3.0/gtk/gtk.h exists, so I'm not sure why I'm getting the error.



I put this question on unix.stackexchange instead of Stack Overflow because I think this is more of an OS question than a programming one.










share|improve this question



























    -1















    I am trying to compile surf from source using make, but I get the following error when I run sudo make:



    fatal error: gtk/gtk.h: No such file or directory


    The file config.mk uses pkg-config which gives the following when I run it manually:



    $ pkg-config --cflags gtk+-3.0
    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include


    The file: /usr/include/gtk-3.0/gtk/gtk.h exists, so I'm not sure why I'm getting the error.



    I put this question on unix.stackexchange instead of Stack Overflow because I think this is more of an OS question than a programming one.










    share|improve this question

























      -1












      -1








      -1








      I am trying to compile surf from source using make, but I get the following error when I run sudo make:



      fatal error: gtk/gtk.h: No such file or directory


      The file config.mk uses pkg-config which gives the following when I run it manually:



      $ pkg-config --cflags gtk+-3.0
      -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include


      The file: /usr/include/gtk-3.0/gtk/gtk.h exists, so I'm not sure why I'm getting the error.



      I put this question on unix.stackexchange instead of Stack Overflow because I think this is more of an OS question than a programming one.










      share|improve this question














      I am trying to compile surf from source using make, but I get the following error when I run sudo make:



      fatal error: gtk/gtk.h: No such file or directory


      The file config.mk uses pkg-config which gives the following when I run it manually:



      $ pkg-config --cflags gtk+-3.0
      -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include


      The file: /usr/include/gtk-3.0/gtk/gtk.h exists, so I'm not sure why I'm getting the error.



      I put this question on unix.stackexchange instead of Stack Overflow because I think this is more of an OS question than a programming one.







      make pkg-config






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 47 mins ago









      samsam

      383215




      383215






















          1 Answer
          1






          active

          oldest

          votes


















          0














          It turned out the error was because webkit wasn't installed, so sudo apt install libwebkitgtk-3.0-* solved the issue. Your guess is as good as mine as to how.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f495680%2fmake-cant-locate-gtk-h%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            It turned out the error was because webkit wasn't installed, so sudo apt install libwebkitgtk-3.0-* solved the issue. Your guess is as good as mine as to how.






            share|improve this answer




























              0














              It turned out the error was because webkit wasn't installed, so sudo apt install libwebkitgtk-3.0-* solved the issue. Your guess is as good as mine as to how.






              share|improve this answer


























                0












                0








                0







                It turned out the error was because webkit wasn't installed, so sudo apt install libwebkitgtk-3.0-* solved the issue. Your guess is as good as mine as to how.






                share|improve this answer













                It turned out the error was because webkit wasn't installed, so sudo apt install libwebkitgtk-3.0-* solved the issue. Your guess is as good as mine as to how.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 23 mins ago









                samsam

                383215




                383215






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f495680%2fmake-cant-locate-gtk-h%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Entries order in /etc/network/interfaces

                    Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)

                    新発田市