Summary: | app-emulation/vice-2.1 failed to emerge ‘X_ShmAttach’ undeclared | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Cedric Godin <cedric.godin> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Martin.vGagern |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Include Xmd.h and shmproto.h |
Description
Cedric Godin
2009-11-09 12:20:21 UTC
Created attachment 209828 [details, diff]
Include Xmd.h and shmproto.h
This error seems to be due to a missing include file. This patch should fix it.
I'm using x11-proto/xextproto-7.1.1 and x11-libs/libXext-1.1.1 here.
> This error seems to be due to a missing include file. This patch should fix it.
I also ran into the same problem yesterday. Indeed, there are these two includes missing in x11video.c ... this patch did the trick. Thank you, Martin!
Fixed. Thanks |