Skip to Content.
Sympa Menu

freetds - src/tds/convert.c

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Spott <mas AT plesnik.de>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: src/tds/convert.c
  • Date: Thu, 15 Jul 1999 21:36:45 +0200


Has aynone any idea how to handle this one:

gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.45\" -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_STRFTIME=1
-I. -I. -I../../include -I/opt/gnu/include -I/usr/local/include -O3
-DHW_LITTLE_ENDIAN -DTDS50 -Wp,-MD,.deps/convert.pp -c -fPIC -DPIC convert.c
-o convert.lo
convert.c: In function string_to_tm':
convert.c:510: parse error before
convert.c:535: duplicate case value
convert.c:520: this is the first entry for that value
make[2]: *** [convert.lo] Error 1
make[2]: Leaving directory /usr/local/src/freetds/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /usr/local/src/freetds/src'
make: *** [all-recursive] Error 1


I'm running this on Solaris2.5.1/Sparc useing egcs-1.1.2.
Yes, the beast still assumes my Sparc to be LITTLE_ENDIAN, but this should
not be the case im this quistion .... ;-)

Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------



  • src/tds/convert.c, Martin Spott, 07/15/1999

Archive powered by MHonArc 2.6.24.

Top of Page