Comment 3 for bug 457509

Revision history for this message
Scott Pakin (pakin) wrote :

This bug is still present in Groovy Gorilla (Ubuntu 20.10). The package version is libmorph-dev 1:20140707+nmu2build2. Error message:

$ gcc -c badness.c
In file included from badness.c:1:
/usr/include/xmorph/warp.h:10:10: fatal error: braindead_msvc.h: No such file or directory
   10 | #include "braindead_msvc.h"
      | ^~~~~~~~~~~~~~~~~~
compilation terminated.

I think the maintainers may just need to add braindead_msvc.h to pkginclude_HEADERS in libmorph/Makefile.am, line 14 to fix the problem, but I haven't tested this myself.