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 ...
- 07-03-2009 #1Just 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.
- 07-04-2009 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
looks like you need to change your configure flags and use --with-gdktarget=linux-fb


Reply With Quote
