On Thu, 2010-03-25 at 10:12 -0700, Martin, Charles wrote: > First off, the online docs say to invoke the ./autogen.sh script to > start compiling; there isn’t one
You should be good just using the configure script. The autogen.sh script is only used to recreate that file, and the Makefile.in files when you change the Makefile.am, and configure.ac files. > ../../libtool: line 847: X--tag=CXX: command not found > ../../libtool: line 880: libtool: ignoring unknown tag : command not > found > ../../libtool: line 847: X--mode=compile: command not found > ../../libtool: line 1014: *** Warning: inferring the mode of operation > is deprecated.: command not found > ../../libtool: line 1015: *** Future versions of Libtool will require > --mode=MODE be specified.: command not found That looks more like you have a broken build system. I believe I have built WebKitGTK+ using 1.5.26, but I am currently using 2.2.6. See you, -- Gustavo Noronha Silva <[email protected]> GNOME Project _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
