[sword-devel] sword cvs compile problems

Brook Humphrey sword-devel@crosswire.org
Thu, 5 Apr 2001 07:49:55 -0700


I get this when I try to compile the current sword cvs

roman.c:59:1: warning: C++ style comments are not allowed in ISO C89
roman.c:59:1: warning: (this will be reported only once per input file)
roman.c: In function `from_rom':
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[0]')
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[1]')
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[2]')
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[3]')
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[4]')
roman.c:168: initializer element is not computable at load time
roman.c:168: (near initialization for `i_points[5]')
make[2]: *** [roman.o] Error 1
make[2]: Leaving directory `/home/thelinu/Desktop/cvsroot/sword/src/utilfuns'
make[1]: *** [utilfuns/targets] Error 2
make[1]: Leaving directory `/home/thelinu/Desktop/cvsroot/sword/src'
make: *** [src/targets] Error 2

Any ideas?