fatal error: gimpmarshal.h: No such file or directory
I'm also getting this error, I'm using the 317ee147986a
PKGBUILD.
Git Clone URL: | https://aur.archlinux.org/gimp-git.git (read-only, click to copy) |
---|---|
Package Base: | gimp-git |
Description: | GNU Image Manipulation Program |
Upstream URL: | https://www.gimp.org |
Licenses: | GPL, LGPL |
Conflicts: | gimp |
Provides: | gimp |
Submitter: | None |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 116 |
Popularity: | 0.52 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2024-11-14 16:59 (UTC) |
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 46 Next › Last »
fatal error: gimpmarshal.h: No such file or directory
I'm also getting this error, I'm using the 317ee147986a
PKGBUILD.
Ok more information. I still tried the b52bb23aea4b
's PKGBUILD and this gave me the same error as before, while the 317ee147986a
one works fine, as I mentioned in my previous comment.
No problem! I am just happy it was nothing. I am gonna keep an eye out for anything that might be related to this. :)
@FFY00 Sorry for not answering earlier. I tried again this morning with the latest PKGBUILD (just to make sure) and now it seems to be working just fine. It compiled and installed without a problem. I am not sure what happened there, but sorry for bothering you for no apparent reasons.
That seems weird. Can you test with b52bb23aea4b
's PKGBUILD?
Managed to get the following fatal compiling error:
gimp.c:66:10: fatal error: gimpmarshal.h: No such file or directory
#include "gimpmarshal.h"
^~~~~~~~~~~~~~~
Am i the only one? Or is this file really missing from the package? Thanks for the help.
Added, thanks for letting me know.
Missing dep: 'appstream-glib>=0.7.7'
bartus, this seems like an error in GTK. I will test it in my docker container. In the meantime please consider upgrading your GTK installation. Thanks :)
Chroot build fails because of missing deps (gtk3)
configure.ac:769: warning: macro 'AM_PATH_GTK_3_0' not found in library
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)
Note: If you want to have both
gimp-git
and stockgimp
installed, there's a non-conflicting version of this package calledgimp-develop-git
This package is also hosted on GitHub.
Please report
issues
andpatches
to gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_MESON=1
to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"
to override default make flags.Usage cases:
makepkg DISABLE_MESON=1
yay -S gimp-git --mflags "DISABLE_MESON=1"
Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!