On 11/12/2009 11:36 PM, Roy Wright wrote:
On Nov 12, 2009, at 5:39 PM, Marcus Wanner wrote:
Spoke too soon...now I'm getting this:
../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I../include -DHAVE_ssing-declarations -Wnested-externs
-fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CI/usr/include/pixman-1
-I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbuxt
-I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage
-I../render (1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)"
-march=pentium4 -O2 -pipe ch.lo dispatch.c
In file included from ../Xext/panoramiX.h:44,
from dispatch.c:134:
/usr/include/X11/extensions/panoramiXext.h:49: error: expected ')'
before '*' to
/usr/include/X11/extensions/panoramiXext.h:54: error: expected '=',
',', ';', 'a
/usr/include/X11/extensions/panoramiXext.h:64: error: expected '=',
',', ';', 'a
/usr/include/X11/extensions/panoramiXext.h:70: error: expected '=',
',', ';', 'a
/usr/include/X11/extensions/panoramiXext.h:76: error: expected '=',
',', ';', 'a
dispatch.c: In function 'ProcCloseFont':
dispatch.c:1117: warning: 'SecurityLookupIDByType' is deprecated
(declared at ..
make[2]: *** [dispatch.lo] Error 1
http://bugs.gentoo.org/show_bug.cgi?id=291312
Basically you will need to mask all the dependencies for
xorg-server-1.7 to be able to compile 1.6.5. I hit this a few days
ago. >= dependencies in ebuilds cause PITA for users...
HTH,
Roy
Thank you so much, the instructions at that link (plus a few hours of
randomly installing and uninstalling packages) finally got things working!
However, I would also note that I use xfce4-settings, and therefore also
had to mask ">=xfce-base/xfce4-settings-4.6.3-r1", since it depends on
libXi-1.3 or greater.
Again, thank you to everyone who helped me with this.
Marcus