Keith Packard wrote: > Here's Beta3 -- I'll probably do Beta4 next week if the RandR properties > and Primary stuff is on master. > > This week is the last week to get new code into the release (and only > fairly trivial new code at that). If you've got stuff you want in this > release, make sure I know about it on the wiki page: > > http://wiki.x.org/wiki/Server16Branch > > There are also a couple of blocker bugs: > > https://bugs.freedesktop.org/show_bug.cgi?id=17452 > > Nothing terribly scary there, but it would be nice to see if anyone has > status updates on them. > > See you next Monday. And, of course, please build and test this X > server.
I've trouble linking Xnest on OpenBSD. See log below. I don't think anything BSD specific is involved there though. Apparently there a library order issue between render and randr... gcc -DHAVE_XNEST_CONFIG_H -DNO_HW_ONLY_EXTS -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/X11R6/include -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/local/xorg/xserver/include -I../../include -I/local/xorg/xserver/Xext -I/local/xorg/xserver/composite -I/local/xorg/xserver/damageext -I/local/xorg/xserver/xfixes -I/local/xorg/xserver/Xi -I/local/xorg/xserver/mi -I/local/xorg/xserver/miext/shadow -I/local/xorg/xserver/miext/damage -I/local/xorg/xserver/render -I/local/xorg/xserver/randr -I/local/xorg/xserver/fb -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -O2 -pipe -o Xnest -Wl,--export-dynamic Args.o Color.o Cursor.o Display.o Events.o Font.o GC.o GCOps.o Handlers.o Init.o Keyboard.o Pixmap.o Pointer.o Screen.o Visual.o Window.o dpmsstubs.o stubs.o miinitext.o ../../fb/.libs/libfb.a ../../xfixes/.libs/libxfixes.a ../../mi/.libs/libmi.a ../../Xext/.libs/libXext.a ../../dbe/.libs/libdbe.a ../../glx/.libs/libglx.a ../../render/.libs/librender.a ../../randr/.libs/librandr.a ../../damageext/.libs/libdamageext.a ../../miext/damage/.libs/libdamage.a ../../miext/shadow/.libs/libshadow.a ../../Xi/.libs/libXi.a ../../xkb/.libs/libxkb.a ../../xkb/.libs/libxkbstubs.a ../../composite/.libs/libcomposite.a ../../dix/.libs/libdix.a ../../os/.libs/libos.a ../../config/libconfig.a libfbcmap.a -L/usr/X11R6/lib -lXext -lX11 -lXfont -lfreetype -lXau -lfontenc -lz -lpixman-1 -lXdmcp -lamd64 -lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib ../../glx/.libs/libglx.a(single2.o)(.text+0x40b): In function `__glXcombine_strings': : warning: strcpy() is almost always misused, please use strlcpy() ../../glx/.libs/libglx.a(single2.o)(.text+0x4c9): In function `__glXcombine_strings': : warning: strcat() is almost always misused, please use strlcat() /usr/X11R6/lib/libXext.so.10.0: warning: sprintf() is often misused, please use snprintf() ../../randr/.libs/librandr.a(rrcrtc.o)(.text+0x1f42): In function `ProcRRSetCrtcTransform': : undefined reference to `PictTransform_from_xRenderTransform' ../../randr/.libs/librandr.a(rrcrtc.o)(.text+0x215b): In function `transform_encode': : undefined reference to `xRenderTransform_from_PictTransform' collect2: ld returned 1 exit status *** Error code 1 -- Matthieu Herrb _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
