Building Ristretto.

Igor Zakharov f2404 at yandex.ru
Sat Aug 10 05:03:02 CEST 2019


09.08.2019, 21:05, "Jose Luis Pavón" <jlpavon at me.com>:
> El Fri, 09 Aug 2019 20:44:10 -0400
> Igor Zakharov <f2404 at yandex.ru> va escriure el següent:
>
>>  09.08.2019, 20:39, "Jose Luis Pavón" <jlpavon at me.com>:
>>  > El Fri, 09 Aug 2019 20:34:40 -0400
>>  > Igor Zakharov <f2404 at yandex.ru> va escriure el següent:
>>  >
>>  >>  09.08.2019, 20:32, "Jose Luis Pavón" <jlpavon at me.com>:
>>  >>  > Hi! I'm trying to build the las Ristretto from git and I get the
>>  >>  > following error...
>>  >>  >
>>  >>  > image_viewer.c:32:10: fatal error: marshal.h: No such file or
>>  >>  > directory #include "marshal.h"
>>  >>  >           ^~~~~~~~~~~
>>  >>  > compilation terminated.
>>  >>  > make[3]: *** [Makefile:614: ristretto-image_viewer.o] Error 1
>>  >>  > make[3]: Leaving directory
>>  >>  > '/home/jolupa/Baixades/ristretto-0.10.0/src' make[2]: ***
>>  >>  > [Makefile:472: all] Error 2 make[2]: Leaving directory
>>  >>  > '/home/jolupa/Baixades/ristretto-0.10.0/src' make[1]: ***
>>  >>  > [Makefile:550: all-recursive] Error 1 make[1]: Leaving directory
>>  >>  > '/home/jolupa/Baixades/ristretto-0.10.0' make: ***
>>  >> [Makefile:449: > all] Error 2
>>  >>  >
>>  >>  > The problem didn't exist with the tarball in archive and build
>>  >>  > correctly.
>>  >>  > Any hint?
>>  >>  > Thanks!
>>  >>
>>  >>  Hi Jose Luis,
>>  >>
>>  >>  Did you run `./autogen.sh`?
>>  >>
>>  >>  Regards,
>>  >>  Igor
>>  >>
>>  >>  _______________________________________________
>>  >>  Xfce4-dev mailing list
>>  >>  Xfce4-dev at xfce.org
>>  >>  https://mail.xfce.org/mailman/listinfo/xfce4-dev
>>  >
>>  > Yeah! I run autogen.sh first... Not problem reported at that
>>  > stage...
>>
>>  marshal.c and marshal.h should be autogenerated during the build
>>  process.
>>
>>  Could you post the output of `./autogen.sh` and `make` commands
>>  somewhere and provide a link to that here?
>>
>>  Igor
>>  _______________________________________________
>>  Xfce4-dev mailing list
>>  Xfce4-dev at xfce.org
>>  https://mail.xfce.org/mailman/listinfo/xfce4-dev
>
> autogen.sh output: https://pastebin.com/yFS0S5d6
>
> make output: https://pastebin.com/fvhnKp9a

That's the problem:
./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ristretto --disable-maintainer-mode --with-x

You don't need the '--disable-maintainer-mode' parameter.
Also, I don't think '--with-x' is needed either (works fine for me without it).

Igor


More information about the Xfce4-dev mailing list