Here's the deal. Running rom24b6 with olc already implemented. I downloaded the latest version of lope's colour code and patched. Hit make and was presented with this -
**********************************************************
$ make
gcc -c -Wall -O -g -DOLD_RAND -DNO_CRYPT comm.c
comm.c: In function `main':
comm.c:422: warning: implicit declaration of function `close'
comm.c: In function `read_from_descriptor':
comm.c:1104: warning: implicit declaration of function `read'
comm.c: In function `write_to_descriptor':
comm.c:1592: warning: implicit declaration of function `write'
comm.c: In function `nanny':
comm.c:1713: warning: implicit declaration of function `crypt'
comm.c:1713: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:1825: warning: assignment makes pointer from integer without a cast
comm.c:1848: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c: At top level:
comm.c:2433: error: redefinition of 'page_to_char'
comm.c:2409: error: previous definition of 'page_to_char' was here
make: *** [comm.o] Error 1
***********************************************************
Any help is greatly appreciated.
**********************************************************
$ make
gcc -c -Wall -O -g -DOLD_RAND -DNO_CRYPT comm.c
comm.c: In function `main':
comm.c:422: warning: implicit declaration of function `close'
comm.c: In function `read_from_descriptor':
comm.c:1104: warning: implicit declaration of function `read'
comm.c: In function `write_to_descriptor':
comm.c:1592: warning: implicit declaration of function `write'
comm.c: In function `nanny':
comm.c:1713: warning: implicit declaration of function `crypt'
comm.c:1713: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:1825: warning: assignment makes pointer from integer without a cast
comm.c:1848: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c: At top level:
comm.c:2433: error: redefinition of 'page_to_char'
comm.c:2409: error: previous definition of 'page_to_char' was here
make: *** [comm.o] Error 1
***********************************************************
Any help is greatly appreciated.