[Date Prev][Date Next] [Chronological] [Thread] [Top]

back-sql, latest cvs version



Hi,

  I just started to try out the back-sql backend and
here are some problems I encountered while compiling it
using Sun solaris 2.8, native compiler with latest cvs 
version(Sep  6, 2001)


1) 'No newline at end of file'
  sql-types.h
  back-sql.h
  sql-wrap.h
  schema-map.h
  entry-id.h
  util.h

2) several C++ styled comment lines in 
  back-sql.h
  schema-map.h
  entry-id.h
  search.c
  entry-id.c
  schema-map.c
  sql-wrap.c
  modify.c
  util.c

3) init.c , line 199: newline in string literal
   search.c, line 451: newline in string literal
   util.c, line 25: newline in string literal

mei