Hello, I somehow can't build xf-p-m, it looks like hal-marshal.h is missing from libxfpm. See the attached file.
Created attachment 2445 Trace of the failed build
(In reply to comment #0) > Hello, > > I somehow can't build xf-p-m, it looks like hal-marshal.h is missing from > libxfpm. See the attached file. Are you building from svn or from the release, i dunno what you did, but if you download xfce4-power-manager version 0.8.2 from the webpage it contains hal-marshal.c and .h and it should build fine.
The problem I was having can be fixed by using ./configure --enable-maintainer-mode instead of just ./configure. I still don't know why it only happens with xfpm. I suspect something in configure.{in,ac} or autogen.sh.
(In reply to comment #3) > The problem I was having can be fixed by using ./configure > --enable-maintainer-mode instead of just ./configure. I still don't know why it > only happens with xfpm. I suspect something in configure.{in,ac} or autogen.sh. yes because ./configure --enable-maintainer-mode will force to regenerate the marshaller data, this is required when building from git, but for normal releases it shouldn't happen, although there were a bug that causes make clean to delete the marshal files, and this have been fixed.
Well, thanks for the info, Ali. I think the bug can be closed, I probably should'nt have reported it in the first place.