Date: Sat, 20 Mar 2010 12:40:04 +0100 From: =?ISO-8859-1?Q?Gustau_P=E9rez?= <gperez@entel.upc.edu> To: Kenichi Niioka <niioka@kk.iij4u.or.jp> Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD Message-ID: <4BA4B414.5030904@entel.upc.edu> In-Reply-To: <20100320.191440.1098872334782950697.ken@iij4u.or.jp> References: <20100311134413.GH19740@bsdcrew.de> <4B9B651B.2080406@gmail.com> <20100320.191440.1098872334782950697.ken@iij4u.or.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
> > FreeBSD 9.0-CURRENT #0 r205310 amd64 > # portupgrade -a && portupgrade -f nvidia-driver (195.22) > > Works very well with GNOME 2.28.2_1. > But when I compile sysutils/gnome-power-manager (2.24.4), I have > following error. > > gpm-dpms.c:42:36: error: X11/extensions/dpmsstr.h: No such file or directory > > "dpmsstr.h" no longer exists on xextproto-7.1.1. > > Thanks for any suggest. I see in gpm-dpms.c that it checks for #ifdef HAVE_DPMS_EXTENSION, and then it includes both X11/dpms.h and X11/dpmsstr.h. As I didn't recompile the whole gnome thing and given that gnome-power-manager stills works for me, that means that some code in the dmpsstr.h has been moved to another header file. Given that, I just removed the problematic include and the compilation went fine, so I would suggest sending a patch for gnome-power-manager when X.org 7.5 makes it into the port tree. For the time being, just remove the offending include in the $WRKDIR/src/gpm-dpms.c:42 and you'll be able to continue the update. Best regards, Gus > > -- > Kenichi Niioka > niioka@kk.iij4u.or.jp > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- PGP KEY : http://www-entel.upc.edu/gus/gus.asc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BA4B414.5030904>