Nightwulf|work: hi all
udovdh: hmm
udovdh: mesa issue here now
udovdh: today's git pull brought me:
udovdh: checking for DRI2PROTO... configure: error: Package requirements (dri2proto >= 2.2) were not met:
udovdh: Requested 'dri2proto >= 2.2' but version of DRI2Proto is 2.1
udovdh: so I need a newer xorg-x11-proto-devel ?
libv: could that be pulled in from the xorg macros?
udovdh: dunno?
udovdh: how?
udovdh: it's an autogen thingie
udovdh: Alternatively, you may set the environment variables DRI2PROTO_CFLAGS
udovdh: and DRI2PROTO_LIBS to avoid the need to call pkg-config.
udovdh: See the pkg-config man page for more details.
udovdh: http://pastebin.com/d61efba69
agd5f: udovdh: you need a newer glproto package
agd5f: er dri2 proto rather
agd5f: http://cgit.freedesktop.org/xorg/proto/dri2proto/
udovdh: thanks
udovdh: does that concern /usr/include/X11/extensions/dri2proto.h ?
agd5f: yes
udovdh: on fedora, that file is from xorg-x11-proto-devel-7.4-34.fc12.noarch
udovdh: and I am at the same version level as rawhide there
udovdh: so can I unpack dri2proto under /usr/src and make it work with the mesa build?
agd5f: udovdh: should be able to
udovdh: couldn't figure out yet how to do it
udovdh: but thanks for the confirmation that it should be able to work
udovdh: tips welcome though
agd5f: udovdh: edit some env vars
agd5f: export ACLOCAL="aclocal -I /opt/xorg/share/aclocal"
agd5f: export PKG_CONFIG_PATH=/opt/xorg/lib/pkgconfig:${PKG_CONFIG_PATH}
agd5f: export LD_LIBRARY_PATH=/opt/xorg/lib:${LD_LIBRARY_PATH}
agd5f: export LD_RUN_PATH=/opt/xorg/lib:${LD_RUN_PATH}
agd5f: for example
udovdh: hmmm... lemme see
udovdh: autogen suggests DRI2PROTO_LIBS and CFLAGS
udovdh: but that is not the way.
udovdh: it's just this weird pkg-config that is unfamiliar to me
udovdh: just need a way to tell it to look at the spot where the new dri2proto is
udovdh: and the prefix thing in PKG_CONFIG_PATH does not yet help
udovdh: ah!
udovdh: first do autogen in dri2proto
udovdh: haha
udovdh: checking for GLPROTO... configure: error: Package requirements (glproto >= 1.4.11) were not met:
udovdh: Requested 'glproto >= 1.4.11' but version of GLProto is 1.4.10
udovdh: http://cgit.freedesktop.org/xorg/proto/glproto
udovdh: it almost builds: http://pastebin.com/d2fd5c9c1
udovdh: glxext.c:166: error: ‘awire’ undeclared (first use in this function) ?
udovdh: any ideas?
udovdh: please post here, will read 'em later. I'll be afk
udovdh: it almost builds: http://pastebin.com/d2fd5c9c1
udovdh: glxext.c:166: error: ‘awire’ undeclared (first use in this function) ?