I'm attempting to compile RealVNC and I'm getting a silly error.
I'm using the method described
here, but when I attempt the build it gets very far along and then croaks out trying to build zrle.cc. Or at least I
assume the issue is zrle.cc.
Here's what I get in the console (plus some helpful version info)
Quote:
rm -f zrle.o
CC -c -O2 -n32 -mips4 -I. -I../../../../exports/include/X11 -I../../../../include/fonts -I../../../../exports/include/X11 -I../../cfb -I../../mfb -I../../mi -I../../include -I../../os -I../../../../.. -I../../../.. -I../../../../exports/include -DSVR4 -DSHAPE -DNEED_LINEHELPER -DINCLUDE_ALLOCA_H -DNDEBUG -DFUNCPROTO=7 -DNARROWPROTO -DDDXTIME -DXVNCRELEASE="3.3.7" .cc
CC ERROR: file does not exist: .cc
*** Error code 2 (bu21)
`all' not remade because of errors (bu14)
don't know how to make hw/vnc/libvnc.a (bu42).
*** Error code 1 (bu21)
`all' not remade because of errors (bu14)
Fri Mar 19 09:49:30 PST 2004
Full build of Release 6.3 of the X Window System complete.
octane 145% uname -R
6.5 6.5.20m
octane 146% cc -version
MIPSpro Compilers: Version 7.30
octane 147% CC -version
MIPSpro Compilers: Version 7.30
octane 148%
Anyone have some helpful hints on the devil-spawn that is Imake?