Find the answer to your Linux question:
Results 1 to 3 of 3
hi, I have downloaded "WebKit" from The WebKit Open Source Project website.I now want to build the GTK + port of WebKit on Fedora core 9, I used the command ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    2

    I can't build GTK + port of WebKit

    hi,

    I have downloaded "WebKit" from The WebKit Open Source Project website.I now want to build the GTK + port of WebKit on Fedora core 9,

    I used the command
    ./autogen.sh --prefix=/usr/local

    and it is showing :
    aclocal: aclocal: file `autotools/lt~obsolete.m4' does not exist

    Can anyone give solution to overcome this error ?
    regards
    Houda,

  2. #2
    Just Joined!
    Join Date
    Feb 2009
    Posts
    2
    Hi,

    I change the command, now I executed :

    ./configure --prefix=/usr/local

    and it displays :

    Code:
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    ./configure: line 20044: DOLT: command not found
    checking for flex... /usr/local/bin/flex
    ./configure: line 20092: syntax error near unexpected token `2.5.33,gt,$FLEX_VERSION,'
    ./configure: line 20092: `   AX_COMPARE_VERSION(2.5.33,gt,$FLEX_VERSION,'

    You can help me I'm blocked on this point?
    Thank you in advance for any help,

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    1
    I am having the same problem building that on leopard.

    my automake version is 1.11
    my glibtoolize version is 2.2.6
    my autoheader version is 2.63
    my version of autoconf is 2.63

    I'm using the latest version of webkit from the git repository & am calling ./autogen.sh --prefix=/opt/local & getting the following config log

    pastebin.com/m2dd25821

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...