Re: Unable to compile KWidgetsAddons

2018-04-06 Thread Michael Pyne
On Fri, Apr 06, 2018 at 08:05:21AM -0600, Nate Graham wrote: > I'm somewhat embarrassed to admit that I was doing an in-source build > and no amount of `make clean` and `rm CMakeCache.txt` fixed the problem, > but doing a proper out-of-source build worked just fine. That'll teach me... > > Nate

Re: Unable to compile KWidgetsAddons

2018-04-06 Thread Nate Graham
I'm somewhat embarrassed to admit that I was doing an in-source build and no amount of `make clean` and `rm CMakeCache.txt` fixed the problem, but doing a proper out-of-source build worked just fine. That'll teach me... Nate On 04/06/2018 02:58 AM, Kevin Funk wrote: On Thursday, 29 March

Re: Unable to compile KWidgetsAddons

2018-04-06 Thread Kevin Funk
On Thursday, 29 March 2018 15:53:25 CEST Nate Graham wrote: > In trying to test out a KWidgetsAddons patch, I find that I'm unable to > compile it on KDE Neon dev unstable the code due to a CMake error: > > > CMake Error in autotests/CMakeLists.txt: >No known features for CXX compiler > >

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Michael Pyne
On Sat, Mar 31, 2018 at 03:16:12PM -0600, Nate Graham wrote: > On 03/31/2018 03:05 PM, Albert Astals Cid wrote: > > El dissabte, 31 de març de 2018, a les 22:56:26 CEST, Nate Graham va > > escriure: > >> On 03/31/2018 02:55 PM, Albert Astals Cid wrote: > >>> El dijous, 29 de març de 2018, a les

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Nate Graham
On 03/31/2018 03:28 PM, Albert Astals Cid wrote: El dissabte, 31 de març de 2018, a les 23:16:12 CEST, Nate Graham va escriure: On 03/31/2018 03:05 PM, Albert Astals Cid wrote: El dissabte, 31 de març de 2018, a les 22:56:26 CEST, Nate Graham va escriure: On 03/31/2018 02:55 PM, Albert

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Albert Astals Cid
El dissabte, 31 de març de 2018, a les 23:16:12 CEST, Nate Graham va escriure: > On 03/31/2018 03:05 PM, Albert Astals Cid wrote: > > El dissabte, 31 de març de 2018, a les 22:56:26 CEST, Nate Graham va escriure: > >> On 03/31/2018 02:55 PM, Albert Astals Cid wrote: > >>> El dijous, 29 de març de

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Nate Graham
On 03/31/2018 03:05 PM, Albert Astals Cid wrote: El dissabte, 31 de març de 2018, a les 22:56:26 CEST, Nate Graham va escriure: On 03/31/2018 02:55 PM, Albert Astals Cid wrote: El dijous, 29 de març de 2018, a les 15:53:25 CEST, Nate Graham va escriure: In trying to test out a KWidgetsAddons

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Albert Astals Cid
El dissabte, 31 de març de 2018, a les 22:56:26 CEST, Nate Graham va escriure: > On 03/31/2018 02:55 PM, Albert Astals Cid wrote: > > El dijous, 29 de març de 2018, a les 15:53:25 CEST, Nate Graham va escriure: > >> In trying to test out a KWidgetsAddons patch, I find that I'm unable to > > > >>

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Nate Graham
On 03/31/2018 02:55 PM, Albert Astals Cid wrote: El dijous, 29 de març de 2018, a les 15:53:25 CEST, Nate Graham va escriure: In trying to test out a KWidgetsAddons patch, I find that I'm unable to compile it on KDE Neon dev unstable the code due to a CMake error: Have you tried a clean

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Albert Astals Cid
El dijous, 29 de març de 2018, a les 15:53:25 CEST, Nate Graham va escriure: > In trying to test out a KWidgetsAddons patch, I find that I'm unable to > compile it on KDE Neon dev unstable the code due to a CMake error: Have you tried a clean build? Cheers, Albert > > > CMake Error in

Re: Unable to compile KWidgetsAddons

2018-03-29 Thread Nate Graham
On 03/29/2018 08:06 AM, David Edmundson wrote: ​Do you have that error for just that one framework? Just for this framework. > Make sure you've fetched any relevant build deps. I have all the build deps that the Neon packaging knows about, at least: $ sudo apt build-dep kwidgetsaddons

Re: Unable to compile KWidgetsAddons

2018-03-29 Thread David Edmundson
​Do you have that error for just that one framework? Make sure you've fetched any relevant build deps.

Unable to compile KWidgetsAddons

2018-03-29 Thread Nate Graham
In trying to test out a KWidgetsAddons patch, I find that I'm unable to compile it on KDE Neon dev unstable the code due to a CMake error: CMake Error in autotests/CMakeLists.txt: No known features for CXX compiler "GNU" version 5.4.0. Full output available at