Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Lukas Zapletal
Thanks all, this config.log is really useful. Had no idea. Now fighting with python2 vs python3 but that's another story. TY ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Lukas Zapletal
This was helpful, thank. It's missing c++ compiler when it tries to compile the "test program". I guess I need to add that. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Daniel P . Berrangé
On Thu, Apr 11, 2019 at 02:11:14PM -, Lukas Zapletal wrote: > Hello, > > my package "workrave" won't build with Rawhide, configure script complains: > > checking for X... no > configure: error: X11 required on Unix platform > > However it keeps complaining even when I add BuildRequires:

Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Tomasz Torcz
On Thu, Apr 11, 2019 at 02:11:14PM -, Lukas Zapletal wrote: > Hello, > > my package "workrave" won't build with Rawhide, configure script complains: > > checking for X... no > configure: error: X11 required on Unix platform > > However it keeps complaining even when I add BuildRequires: >

Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Jerry James
On Thu, Apr 11, 2019 at 8:11 AM Lukas Zapletal wrote: > my package "workrave" won't build with Rawhide, configure script complains: > > checking for X... no > configure: error: X11 required on Unix platform > > However it keeps complaining even when I add BuildRequires: libX11-devel. I > don't

Re: Autoconf help: missing X11 dependency

2019-04-11 Thread Lukas Zapletal
Just in case there is somebody with autotools-X-ray glasses, here is the autoconf bit: https://paste.fedoraproject.org/paste/6KSdRXVFSSVb1PfENZf3JA And the current build requires: # adding this does not help there must be more BuildRequires: libX11-devel BuildRequires: libXtst-devel

Autoconf help: missing X11 dependency

2019-04-11 Thread Lukas Zapletal
Hello, my package "workrave" won't build with Rawhide, configure script complains: checking for X... no configure: error: X11 required on Unix platform However it keeps complaining even when I add BuildRequires: libX11-devel. I don't understang which particular (sub)library it needs, generated