I use Linux Slackware 10.2, with XFCE 4, and I tried to compile an application with:<br>
<br>
gcc blocks.o voronoi.o -I/usr/X11R6/include/X11/ -L/usr/X11R6/lib
-g -lX11 -lm -o blocks. Up to here ok. But when I try to
execute blocks with ./blocks the message bellow appears:<br>
<br>
X Error of failed request: BadAccess (attempt to access private resource denied)<br>
Major opcode of failed request: 89 (X_StoreColors)<br>
Serial number of failed request: 8<br>
Current serial number in output stream: 17<br>
<br>
Well, this application ran in a Sparc, on UNIX Solaris, and now I must
migrate to a simple workstation, on Linux Slackware 10.2. How may I
solve the problem above? Must I edit any file?<br>
<br>
Best regards,<br>
<br>
Gabriela Batista Leao.