|
From: Mike H. M. <mm...@pp...> - 2001-06-25 13:42:26
|
I just began using Chromium today (CVS as of about 7:30ET), and had a few
notes on the installation "instructions". At PPPL, we're currently running
WireGL with Myrinet, so I thought I'd give Chromium a try... right now,
I'm still figuring things out, but to get GM support, I just noticed one
small change that had to be made.
3. cd $TOP
4. make
It gives:
gm.c:822: warning: implicit declaration of function `ntohl'
gm.c:825: warning: implicit declaration of function `ntohs'
5. Add #include <netinet/in.h> to gm.c
(It's already in tcpip.c)
6. make
Compiles just fine
The numbers are just from my personal notes. Right now, Chromium appears
to work over TCP/IP, and I'm working on trying out GM. Just my $.02.
--Mike Miller
mm...@pp...
|