All files in the odbc directory contain gcc-style comments (//), which
is completely unnecessary and causing work when compiling with a C-compiler.
That is, I deleted all comments by applying the following to all files:
#!/bin/sh
cp $1 /tmp/$1.copy; sed 's/\/\/.*$//g' /tmp/$1.copy > $1
--
Peter Schäfer - mailto:schaefer@cys.de, schaefer@dfu.de