#15315 closed defect (invalid)
Can't compile Pidgin devel version
Reported by: | koosha | Owned by: | rekkanoryo |
---|---|---|---|
Milestone: | Component: | unclassified | |
Version: | 2.10.6 | Keywords: | |
Cc: |
Description
In file included from ../../../../pidgin/gtkstatusbox.h:32, from gtkmodule.h:43, from GtkAccount.xs:1: ../../../../pidgin/gtkwebview.h:85: error: expected declaration specifiers or ‘...’ before ‘WebKitDOMRange’ ../../../../pidgin/gtkwebview.h:254: error: expected ‘)’ before ‘*’ token ../../../../pidgin/gtkwebview.h:275: error: expected declaration specifiers or ‘...’ before ‘WebKitDOMHTMLAnchorElement’ make[5]: *** [GtkAccount.o] Error 1 make[5]: Leaving directory `/home/koosha/pidgin-main/pidgin/plugins/perl/common' make[4]: *** [all-local] Error 2 make[4]: Leaving directory `/home/koosha/pidgin-main/pidgin/plugins/perl' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/koosha/pidgin-main/pidgin/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/koosha/pidgin-main/pidgin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/koosha/pidgin-main' make: *** [all] Error 2
Change History (4)
comment:1 Changed 6 years ago by rekkanoryo
comment:2 follow-up: ↓ 4 Changed 6 years ago by koosha
Yes, I know that the development version is not stable. But, I'm considering contributing some patches to the community if I could. That's why I'm trying to compile this version.
And, I passed the --disable-perl flag to configure and nothing changed.
comment:3 Changed 6 years ago by QuLogic
- Resolution set to invalid
- Status changed from new to closed
It appears you do not have the prerequisite webkit development headers installed.
This tracker is not the place to seek compile help. Please use either the chatroom or mailing list.
comment:4 in reply to: ↑ 2 Changed 6 years ago by Robby
Replying to koosha:
Yes, I know that the development version is not stable. But, I'm considering contributing some patches to the community if I could. That's why I'm trying to compile this version.<snip>
It's probably best to hang out in devel@… and report issues such as this one there. :)
It sounds like you're trying to build the 3.0.0 development sources. Generally speaking, at this point in development, tickets on issues by non-developers are not particularly helpful to us unless accompanied by a patch to fix the problem. That said, you can try to disable the perl plugin (with the --disable-perl configure argument) to see if that helps, as we've changed some compiler flags to "harden" the resulting libraries and binaries and these changes break the perl junk. Keep in mind that 3.0.0devel is not in a state that anyone outside the development team should be using at this point and we don't support users using development code.