Re: Chromium installation problem.
"Michelle Chu" <[email protected]>
| Newsgroups | gmane.comp.graphics.chromium.user |
|---|---|
| Message-ID | <[email protected]> |
Michael, Thank you so much!!! The problem was solved by applying your patch. However, I have another question concerning the installation of Chrmoium on my four client nodes to drive four tiled 24inch LCD display. I am using Oscar to manage my cluster. Chromium on my server node is running fine. Before I install Chromium, I need to install OpenGl support on my client node( i don't have glut on my client node). Then, When I install MesaLib.6.4.2.tar.gz, error message. ****************************************************************************************** drivers/x11/glxapi.c: In function `glXDestroyWindow': drivers/x11/glxapi.c:456: error: `dpy' undeclared (first use in this function) drivers/x11/glxapi.c:459: error: dereferencing pointer to incomplete type drivers/x11/glxapi.c:459: error: `window' undeclared (first use in this function) drivers/x11/glxapi.c: At top level: drivers/x11/glxapi.c:465: error: `glXGetCurrentReadDrawable' declared as function returning a function drivers/x11/glxapi.c: In function `glXGetCurrentReadDrawable': drivers/x11/glxapi.c:466: error: `gc' undeclared (first use in this function)drivers/x11/glxapi.c:466: error: syntax error before ')' token drivers/x11/glxapi.c: At top level: drivers/x11/glxapi.c:472: error: syntax error before '*' token drivers/x11/glxapi.c: In function `glXGetFBConfigAttrib': drivers/x11/glxapi.c:475: error: `dpy' undeclared (first use in this function) drivers/x11/glxapi.c:478: error: dereferencing pointer to incomplete type drivers/x11/glxapi.c:478: error: `config' undeclared (first use in this function) drivers/x11/glxapi.c:478: error: `attribute' undeclared (first use in this function) drivers/x11/glxapi.c:478: error: `value' undeclared (first use in this function) drivers/x11/glxapi.c: At top level: drivers/x11/glxapi.c:483: error: syntax error before '*' token *************************************************************************************** Any ideas? Michelle On 3/27/06, Michael Barnes <[email protected]> wrote: > > On Sat, Mar 25, 2006 at 12:30:41PM -0600, Michelle Chu wrote: > > I am installing Chromium for my tiled display wall. It is Dell 670n, > x86_64 > > system. Redhat 9 enterprize. Nvidia card. > > > > To test the simple demo file: > > python crdemo.conf atlantis & > > crserver & > > I received error message: " Bad Mothership response: Never heard of > server > > host xxx.cs.xxx.edu ...." > > > > In my bashrc file, i export CR_SYSTEM_GL_PATH=/usr/lib/tls, even set it > to > > be /usr/lib64/tls won't help. > > I had the same problem with a 64bit RedHat derived system, and I had to > modify the source for it to work properly. I submitted a patch, but the > patch has not been added to the distribution yet. > > Anyway, I've attached the file that may fix the problem. > > To use it do: > > cp glloader.py $CROMIUM_SOURCE/spu_loader/ > rm $CHROMIUM_SOURCE/spu_loader/glloader.c > > And then type make at the $CHROMIUM_SOURCE directory, and it may fix > your problem. > > Mike > > -- > /-----------------------------------------\ > | Michael Barnes <[email protected]> | > | UNIX/Linux HPC Systems Administrator | > | College of William and Mary | > | Phone: (757) 879-3930 (cell) | > \-----------------------------------------/ > > >