Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all, i am trying to configure the gtk+2.8.0 for my target board. when i executed the configure command, #./configure --prefix=/gtk-fb --without-x --enable-directfb --enable-xlib=no --without-libtiff --with-gdktarget=directfb checking for a BSD-compatible ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    26

    gtk+-2.8.0 configure error



    Hi all,

    i am trying to configure the gtk+2.8.0 for my target board.
    when i executed the configure command,
    #./configure --prefix=/gtk-fb --without-x --enable-directfb --enable-xlib=no --without-libtiff --with-gdktarget=directfb
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    .
    .
    .
    .
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    checking for nm... /usr/bin/nm -B
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for some Win32 platform... no
    configure: error: Invalid target for GDK: use x11, linux-fb or win32.

    please help me.

    thanks,
    ravi.

  2. #2
    Just Joined!
    Join Date
    Jul 2009
    Posts
    4
    looks like you need to change your configure flags and use --with-gdktarget=linux-fb

Posting Permissions

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