Hi, I think the current build system is a bit too naive though. On my distro archlinux the libdrm headers are installed in /usr/include/libdrm, which causes the include to drm/drm.h in src/lib/query_drm.c to fail. So if it is in /usr/include/drm on Ubuntu, we are going to need some autodetection to find the right include path. Autotools definitely sounds like overkill to me, and the current build system is pretty simple indeed, but needing to change the source isn't ideal. By the way, I don't think the current make system handles dependencies on headers correctly? e.g. if I modify umrapp.h, make rebuilds nothing. This is one of the things cmake gives you for free, though with a bit of work make can do it too. Yours sincerely, Bas Nieuwenhuizen On Sun, Feb 5, 2017, at 12:42, StDenis, Tom wrote: > Hi Edward, > > Well the patches apply and work but I'm not really sure what problem > it's meant to solve ð???. Building previously was actually simpler with > "make" as opposed to "mkdir build && cd build && cmake .. && make". > > On a BSD system (where this wouldn't really work without the > corresponding debugfs entries) gmake could be used to build it > provided ncurses/pciaccess were around. > > If this legitimately makes it more stable to build on Linux systems > then I'm all for it. Can anyone elaborate on where the simple make > system would fail? > > (I'm not saying NAK I'm simply asking for my own edification). > > > Thanks, > Tom > > > > *From:* Edward O'Callaghan <funfunctor at folklore1984.net> *Sent:* > Saturday, February 4, 2017 23:59 *To:* amd-gfx at lists.freedesktop.org > *Cc:* StDenis, Tom *Subject:* [RFC]: More robust build sys for UMR > > > Keeping with the tradition of changing the build system on initial > release, here we go again.. This follow series introduces the cmake > build system that is intended to be a little more robust across > various distros and presumably the BSD's also. The installation prefix > is configurable in the usual cmake way: `cmake - > DCMAKE_INSTALL_PREFIX:PATH=/usr ..` > > Please kindly review, > > Edward O'Callaghan (4): [PATCH 1/4] cmake_modules: Add libpciaccess > finder [PATCH 2/4] cmake: Initial build system [PATCH 3/4] README: > minor update for cmake buildsys [PATCH 4/4] drop orginal Makefile && > stub bin/ directory > > _________________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20170205/9ed92c1f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-?.png Type: image/png Size: 488 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20170205/9ed92c1f/attachment.png>