First of all, I'm totally new to Mageia. I tried to compile CDE (because why not?) - Common Desktop Environment (
https://sourceforge.net/projects/cdesktopenv/).
I stumbled upon a compile error saying that file Xm/XpmP.h is not found. I thought that was strange, because it clearly should have come with some of the motif dev packages I had installed.
I tried
- Code: Select all
urpmf XpmP.h
but it found nothing.
I have an LMDE machine, and it has XpmP.h. LMDE is basically Debian with extra steps. I asked dpkg where that file comes from:
- Code: Select all
dpkg -S XpmP.h
and found out it comes with libmotif-dev. I have it installed on Mageia machine (lib64motif-dev). I compared versions of the package - 2.3.8 on LMDE and the same 2.3.8 on Mageia 9. I don't know if it's strange that the package with the same version lacks one file on Mageia? Is there a way to solve this problem? Of course, I can't just move this file from my LMDE machine to Mageia, because I need the corresponding library for linking as well.