From owner-freebsd-gnome Thu Apr 25 0:57:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id AC11537B42C for ; Thu, 25 Apr 2002 00:57:11 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JQF9GW49; Thu, 25 Apr 2002 10:58:47 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g3P7vD114137; Thu, 25 Apr 2002 10:57:13 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CC7B751.3A76FF31@FreeBSD.org> Date: Thu, 25 Apr 2002 10:59:13 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Marcus Clarke Cc: Franz Klammer , gnome@FreeBSD.ORG Subject: Re: gnomecore-1.4.0.7 problem compiling with Xinerma-support References: <1019689678.3199.44.camel@ncc-1701.webonaut.com> <1019702624.297.2.camel@gyros.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Marcus Clarke wrote: > > On Wed, 2002-04-24 at 20:07, Franz Klammer wrote: > > since the upgrade to gnomcore-1.4.0.7 i have problem with the > > Xinerama-support. > > > > the panles spans now over all my two displays. > > > > attached an excerpt of the config.log. > > > > all my ports are up to date. except libiconv: 1.7_2 > > but i don't think that's the problem ;-) > > Here is a patch. Maxim, may I commit this? Yes. -Maxim > > Joe > > > > > franz > > > > -- > > WEBONAUT.com > > http://webonaut.com > > mailto:klammer@webonaut.com > > ---- > > > > > > > configure output: > > ================= > > checking for X11/extensions/Xinerama.h... yes > > checking for XineramaQueryScreens in -lXinerama... no > > > > > > config.log: > > =========== > > > > > > configure:9269: checking for X11/extensions/Xinerama.h > > configure:9279: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > > configure:9297: checking for XineramaQueryScreens in -lXinerama > > configure:9316: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXinerama -L/usr/local/lib 1>&5 > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `find_display': > > Xinerama.o(.text+0x14): undefined reference to `XextCreateExtension' > > Xinerama.o(.text+0x33): undefined reference to `XextFindDisplay' > > Xinerama.o(.text+0x58): undefined reference to `XextAddDisplay' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `close_display': > > Xinerama.o(.text+0x78): undefined reference to `XextRemoveDisplay' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XPanoramiXQueryVersion': > > Xinerama.o(.text+0xf2): undefined reference to `XMissingExtension' > > Xinerama.o(.text+0x12a): undefined reference to `_XFlush' > > Xinerama.o(.text+0x165): undefined reference to `_XReply' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XPanoramiXGetState': > > Xinerama.o(.text+0x236): undefined reference to `XMissingExtension' > > Xinerama.o(.text+0x26e): undefined reference to `_XFlush' > > Xinerama.o(.text+0x2a7): undefined reference to `_XReply' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XPanoramiXGetScreenCount': > > Xinerama.o(.text+0x362): undefined reference to `XMissingExtension' > > Xinerama.o(.text+0x39a): undefined reference to `_XFlush' > > Xinerama.o(.text+0x3d3): undefined reference to `_XReply' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XPanoramiXGetScreenSize': > > Xinerama.o(.text+0x48e): undefined reference to `XMissingExtension' > > Xinerama.o(.text+0x4c6): undefined reference to `_XFlush' > > Xinerama.o(.text+0x505): undefined reference to `_XReply' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XineramaIsActive': > > Xinerama.o(.text+0x629): undefined reference to `_XFlush' > > Xinerama.o(.text+0x65c): undefined reference to `_XReply' > > /usr/X11R6/lib/libXinerama.a(Xinerama.o): In function `XineramaQueryScreens': > > Xinerama.o(.text+0x706): undefined reference to `XMissingExtension' > > Xinerama.o(.text+0x73e): undefined reference to `_XFlush' > > Xinerama.o(.text+0x771): undefined reference to `_XReply' > > Xinerama.o(.text+0x7f4): undefined reference to `_XRead' > > Xinerama.o(.text+0x84c): undefined reference to `_XEatData' > > configure: failed program was: > > #line 9305 "configure" > > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > > /* We use char because int might match the return type of a gcc2 > > builtin and then its argument prototype would still apply. */ > > char XineramaQueryScreens(); > > > > int main() { > > XineramaQueryScreens() > > ; return 0; } > > > > > > > > > -- > PGP Key: http://www.marcuscom.com/pgp.asc > > ---------------------------------------------------------------------- > Name: patch-configure > patch-configure Type: Plain Text (text/plain) > Encoding: quoted-printable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message