Re: CMake help needed for tiddit

2022-07-26 Thread Andreas Tille
Will check tomorrow - thanks a lot in advance, Andreas. Am Wed, Jul 27, 2022 at 12:23:35AM +0530 schrieb Nilesh Patra: > On 7/26/22 6:26 PM, Andreas Tille wrote: > > Am Tue, Jul 26, 2022 at 06:19:38PM +0530 schrieb Nilesh Patra: > > > @Andreas, I suppose you will have to build it the pybuild-way n

Re: CMake help needed for tiddit

2022-07-26 Thread Nilesh Patra
On 7/26/22 6:26 PM, Andreas Tille wrote: Am Tue, Jul 26, 2022 at 06:19:38PM +0530 schrieb Nilesh Patra: @Andreas, I suppose you will have to build it the pybuild-way now. Autopkgtests will anyway help us verify whether we are good :) Right. Our quite good autopkgtest coverage helps a lot.

Re: GCC-12 bugs became RC - some low hanging fruits remaining + one or two harder ones

2022-07-26 Thread Étienne Mollier
Étienne Mollier, on 2022-07-25: > I'm also checking also the status of itk5. There are no open > reports at the moment, but in doubt… insighttoolkit5 builds great, nothing to see here. :) Whichever condition triggers the build failure with gcc-12, it is not enabled in this ITK version. That's

Re: CMake help needed for tiddit

2022-07-26 Thread Andreas Tille
Am Tue, Jul 26, 2022 at 06:19:38PM +0530 schrieb Nilesh Patra: > > Indeed ${TIDDIT_FILES} is empty; I see the src/ folder has disappeared in > > the new upstream version, which probably means tiddit is Python-only now? Ahhh, well, I was just reading the CMakeLists.txt file not the source tree. T

Re: CMake help needed for tiddit

2022-07-26 Thread Nilesh Patra
On 7/26/22 5:38 PM, Pierre Gruet wrote: Hi Andreas, Le 26/07/2022 à 13:50, Andreas Tille a écrit : Hi, from my perspective the CMakeLists.txt of tiddit has not changed compared to the last upstream version.  Unfortunately the build fails[1] with CMake Error at CMakeLists.txt:42 (add_execu

Re: CMake help needed for tiddit

2022-07-26 Thread Pierre Gruet
Hi Andreas, Le 26/07/2022 à 13:50, Andreas Tille a écrit : Hi, from my perspective the CMakeLists.txt of tiddit has not changed compared to the last upstream version. Unfortunately the build fails[1] with CMake Error at CMakeLists.txt:42 (add_executable): No SOURCES given to

CMake help needed for tiddit

2022-07-26 Thread Andreas Tille
Hi, from my perspective the CMakeLists.txt of tiddit has not changed compared to the last upstream version. Unfortunately the build fails[1] with CMake Error at CMakeLists.txt:42 (add_executable): No SOURCES given to target: TIDDIT which is not really true if I read the CMakeL