<div dir="ltr"><div>Hi. I've been looking into the camitk compilation, I think I have a patch for it.</div><div><br></div><div>The build is currently failing by trying to find the file CommandLineOptions.ixx.o. Problem is really in <br></div><div>the line above where the compiler does not identify the file CommandLineOptions.ixx as a valid</div><div>c++ file, so the object file is not being generated:<br></div><div>"""<br></div><div>c++: warning: /build/camitk-o5Au93/camitk-4.1.2/sdk/applications/testactions/CommandLineOptions.ixx: <br></div><div>linker input file unused because linking not done<br></div><div>""</div><br><div>The compiler can be informed about the format of the file by using -x c++ but the result <br></div><div>won't compile at all since the file seems to be designed to be used in combination with <br></div><div>other headers (other headers include .ixx at the end of the file). The code is in the compilation</div><div>units via include in other headers, no reason to add it to CMake. <br></div><div><br></div><div>Removing the .ixx makes the compilation work in an Sid sbuild environment.</div><div>"""<br></div><div>+------------------------------------------------------------------------------+<br>| Summary                                                                      |<br>+------------------------------------------------------------------------------+<br><br>Autopkgtest: pass<br>Build Architecture: amd64<br>Build Type: full<br>Build-Space: 6204608<br>Build-Time: 725<br>Distribution: unstable<br>Host Architecture: amd64<br>Install-Time: 72<br>Job: /home/jrivero/code/debian/camitk_4.1.2-5.dsc<br>Lintian: warn<br>Machine Architecture: amd64<br>Package: camitk<br>Package-Time: 801<br>Piuparts: pass<br>Source-Version: 4.1.2-5<br>Space: 6204608<br>Status: successful<br>Version: 4.1.2-5<br></div><div></div><div>"""<br></div><div><br></div><div>Attached is the debdiff.<br></div><div><br> </div></div>