Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 21:56:13 +0100
From:      Rene Ladan <rene@freebsd.org>
To:        gnome@freebsd.org
Subject:   (no subject)
Message-ID:  <4ED3F56D.4050204@freebsd.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020804000603000801080208
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

Hi,

if I compile the attached program with 'gcc -o testgdk `pkg-config
gtk+-2.0 --libs --cflags` testgdk.c' it fails with this assertion:

(process:55495): Gdk-CRITICAL **: IA__gdk_screen_get_root_window:
assertion `GDK_IS_SCREEN (screen)' failed

This is on an amd64-10 system with clang kernel/world and gcc ports.
All ports are at their current version except the X.org ports for which
I defined WITHOUT_NOUVEAU to let the binary NVidia driver work.

It also fails with the xorg-dev ports.

Is this a bug?

Regards,
René
-- 
http://www.rene-ladan.nl:8080/

GPG fingerprint = ADBC ECCD EB5F A6B4 549F  600D 8C9E 647A E564 2BFC
(subkeys.pgp.net)

--------------020804000603000801080208
Content-Type: text/plain;
 name="testgdk.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="testgdk.c"

#include <stdio.h>
#include <gdk/gdk.h>

int main(void)
{
       gdk_get_default_root_window();
       return 0;
}

--------------020804000603000801080208--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ED3F56D.4050204>