On a debian unstable box updated and upgraded right before trying to compile CODA, i get this error:
make[2]: Entering directory `/home/dave/src/distfiles/coda-6.0.8/coda-src/vol'
g++ -fno-exceptions -fcheck-new -Wall -MD -DHAVE_CONFIG_H -I.
-I/home/dave/src/distfiles/coda-6.0.8/include
-I/home/dave/src/distfiles/coda-6.0.8 -g -O2 -c -o fssync.o
fssync.cc
fssync.cc: In function 'void FSYNC_fsInit()':
fssync.cc:125: error: 'PFIC' was not declared in this scope
fssync.cc: At global scope:
fssync.cc:131: warning: 'void FSYNC_sync()' defined but not used
make[2]: *** [fssync.o] Error 1
make[2]: Leaving directory `/home/dave/src/distfiles/coda-6.0.8/coda-src/vol'
----> Error in vol
make[1]: *** [Coda] Error 1
make[1]: Leaving directory `/home/dave/src/distfiles/coda-6.0.8/coda-src'
----> Error in coda-src
make: *** [Coda] Error 1
09:48 PM [EMAIL PROTECTED]/1 [~/src/distfiles/coda-6.0.8]
I've successfully compiled lwm, rvm and rpc2. I can't find any
reference to PFIC in any of the source trees, except references of use,
not declaration.
What do I need to install to get PFIC declared?
--
David Turnbull
- Compilation error David Turnbull
- Re: Compilation error Stephen J. Turnbull