Re: A strange cmake problem
Andrey Grozin <[email protected]> Sun, 21 Jun 2026 06:50:30 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 21 Jun 2026, Ionen Wolkens wrote: > If you tried without the ebuild, it probably works fine because the > problem is in the ebuild that you renamed itself, not cmake. > > It has a sed that modifies data/CMakeLists.txt depending on LINGUAS (po) > and then the de/wxmaxima.1 command becomes: > > add_custom_command( > COMMENT "Compressing German man page" > ) > > Which is clearly wrong. Thank you! You are right. Andrey