Skip to Content.
Sympa Menu

freetds - [freetds] Compiling fails on Solaris 8 in dblib.api.sgml

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Erik van Wijk" <erik_vanwijk AT hotmail.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Compiling fails on Solaris 8 in dblib.api.sgml
  • Date: Mon, 16 Aug 2004 08:54:46 +0000

compiling freetds-0.63.dev.20040811 after
./configure --prefix=/appl/freetds --with-tdsver=8.0 --with-unixodbc=/appl/unixODBC
fails with the next errors:

touch doc/freetds-0.63.dev.20040811/userguide/t.htm
rm -f doc/freetds-0.63.dev.20040811/userguide/*
make dblib.api.sgml
echo '<table id="dblib.api"><title>db-lib API Implementation Summary</title>' > .dblib.api.head
echo '<tgroup cols=5><thead><row> \
<entry>Category</> \
<entry>Microsoft name</> \
<entry>Sybase name</> \
<entry>Status</> \
<entry>Comments</> \
</row></thead> \
<tbody>' \
> .tableheader
sed -e' s!^dblib[ ]!<row><entry>!; \
s![ ][ ]*!</> <entry>!g; \
s!$!</></row>!; \
' dblib.api \
> .dblib.api.body
sed: command garbled: s!^dblib[ ]!<row><entry>!; \
s![ ][ ]*!</> <entry>!g; \
s!$!</></row>!; \

*** Error code 2
make: Fatal error: Command failed for target `dblib.api.sgml'
Current working directory /volumes/app02/freetds/freetds-0.63.dev.20040811/doc
*** Error code 1
make: Fatal error: Command failed for target `doc/freetds-0.63.dev.20040811/userguide/index.htm'
Current working directory /volumes/app02/freetds/freetds-0.63.dev.20040811/doc
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Workaround is to delete "doc' from SUBDIRS in "Makefile", but this is not so nice.

Anybody a suggestion? Thanks in advance!

_________________________________________________________________
Talk with your online friends with MSN Messenger http://messenger.msn.nl/





Archive powered by MHonArc 2.6.24.

Top of Page