After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155488 - Can't compile gtk+ with linux-fb
Can't compile gtk+ with linux-fb
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-15 10:21 UTC by Zeeshan Ali
Modified: 2013-03-18 04:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zeeshan Ali 2004-10-15 10:21:56 UTC
When i try to compile the gtk+-2.4.13 or gtk+-2.4.0 (these are only ones i
tried),  it gives me this error:

/home/zeenix/downloads/gtk+-2.4.13/gdk/.libs/libgdk-linux-fb-2.0.so: undefined
reference to `_gdk_windowing_window_destroy_foreign'
collect2: ld returned 1 exit status
make[4]: *** [gtk-query-immodules-2.0] Error 1

I am trying to get it compiled for frame-buffer device by using the
--with-gdktarget=linux-fb configure option.
Comment 1 Vincent Noel 2004-10-15 13:38:07 UTC
I have the feeling this is the same as bug 155486.
Can you try the patch for this bug ?
Comment 2 Owen Taylor 2004-10-15 16:07:57 UTC
No, it's different. Same as the laster comments in that bug though ...
the linux-fb backend isn't maintained at the moment, so there isn't
much point in filing bugs about individual compilation problems.
Comment 3 Zeeshan Ali 2004-10-15 17:52:05 UTC
1. IMHO filing a bug is not a bad idea in this case even. Once you find a
volunteer to maintain the linux-fb backend, he can start with killing all the
bugs submitted for it.

2. gdk have a directfb backend as well i hear. Is that mainained?

3. Actually there were atleast 3 more problems i encountered but was able to
solve them as they only needed very trivial hacks. I tried my best to resolve
this issue by myself as well but could'nt. I'll just try to get the latest cvs
and try to resolve all problems. I'll submit patches to you as i kill each problem. 

4. Should'nt the gtk+ docs inform about it's being unmaintained/experimental?
Comment 4 Matthias Clasen 2004-10-15 17:57:02 UTC
The fact that it doesn't compile should be a strong hint that it is unmaintained...

Maybe configure should emit a warning
Comment 5 Matthias Clasen 2004-12-23 19:29:56 UTC
Putting on 2.6.1 to add a configure warning
Comment 6 Matthias Clasen 2004-12-27 06:13:15 UTC
2004-12-27  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Add a warning about the linux-fb 
	target.  (#155488, Zeeshan Ali)