Re: temporary tables don't work with freetds?
Michal Seliga <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
hi & sorry for bothering you personally, if you mind it let me know.... i have troubles compiling freetds with post 0.82 patches first thing is that patching already has some rejects, but these seemed to be only in cvs messages, so i ignored them (patch log is attached, post82.diff.out) then i made ./configure, this worked well then i made make and it failed last messages were: Making all in replacements make[2]: Entering directory `/home/test/Documents/freetds/freetds-0.82/src/replacements' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DIODBC -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -pthread -g -O2 -Wdeclaration-after-statement -MT iconv.lo -MD -MP -MF ".deps/iconv.Tpo" -c -o iconv.lo iconv.c; \ then mv -f ".deps/iconv.Tpo" ".deps/iconv.Plo"; else rm -f ".deps/iconv.Tpo"; exit 1; fi ../../libtool: 960: X--tag=CC: not found ../../libtool: 960: libtool: ignoring unknown tag : not found ../../libtool: 960: X--mode=compile: not found ../../libtool: 6664: *** Warning: inferring the mode of operation is deprecated.: not found ../../libtool: 6664: *** Future versions of Libtool will require --mode=MODE be specified.: not found ../../libtool: 6664: Xgcc: not found ../../libtool: 6664: X-DHAVE_CONFIG_H: not found ../../libtool: 6664: X-I.: not found ../../libtool: 6664: X-I.: not found ../../libtool: 6664: X-I../../include: not found ../../libtool: 6664: X-I../../include: not found ../../libtool: 6664: X-D_FREETDS_LIBRARY_SOURCE: not found ../../libtool: 6664: X-DIODBC: not found ../../libtool: 6664: X-D_REENTRANT: not found ../../libtool: 6664: X-D_THREAD_SAFE: not found ../../libtool: 6664: X-DDEBUG=1: not found ../../libtool: 6664: X-Wall: not found ../../libtool: 6664: X-Wstrict-prototypes: not found ../../libtool: 6664: X-Wmissing-prototypes: not found ../../libtool: 6664: X-Wno-long-long: not found ../../libtool: 6664: X-pthread: not found ../../libtool: 6664: X-g: not found ../../libtool: 6664: X-O2: not found ../../libtool: 6664: X-Wdeclaration-after-statement: not found ../../libtool: 6664: X-MT: not found ../../libtool: 6664: Xiconv.lo: not found ../../libtool: 6664: X-MD: not found ../../libtool: 6664: X-MP: not found ../../libtool: 6664: X-MF: not found ../../libtool: 6664: X.deps/iconv.Tpo: not found ../../libtool: 6664: X-c: not found ../../libtool: 6664: Xiconv.lo: not found ../../libtool: 6664: libtool: compile: cannot determine name of library object from `': not found make[2]: *** [iconv.lo] Error 1 make[2]: Leaving directory `/home/test/Documents/freetds/freetds-0.82/src/replacements' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/test/Documents/freetds/freetds-0.82/src' make: *** [all-recursive] Error 1 what now? maybe i need to set something special for configure? i am using ubuntu 9.10 32bit btw, i also send you attached patches which ubuntu guys added to freetds to include it in their repository. i didint checked what exactly the did there, and i didn't used them to build current version, but it may be interesting for you to see their changes. its in file freetds_0.82-6.diff.gz best regards Michal Seliga _______________________________________________ FreeTDS mailing list [email protected] http://lists.ibiblio.org/mailman/listinfo/freetds
post82.diff.out
(text/plain, 3.5 KB)
patching file ChangeLog Hunk #2 FAILED at 267. 1 out of 2 hunks FAILED -- saving rejects to file ChangeLog.rej patching file NEWS Hunk #1 FAILED at 1. 1 out of 2 hunks FAILED -- saving rejects to file NEWS.rej patching file configure.ac Hunk #1 FAILED at 1. 1 out of 5 hunks FAILED -- saving rejects to file configure.ac.rej patching file include/Makefile.am patching file include/cspublic.h Hunk #1 FAILED at 27. 1 out of 2 hunks FAILED -- saving rejects to file include/cspublic.h.rej patching file include/hmac_md5.h patching file include/tds.h Hunk #1 FAILED at 13. 1 out of 5 hunks FAILED -- saving rejects to file include/tds.h.rej patching file include/tdsbytes.h Hunk #1 FAILED at 13. 1 out of 2 hunks FAILED -- saving rejects to file include/tdsbytes.h.rej patching file src/apps/freebcp.c Hunk #1 FAILED at 38. 1 out of 3 hunks FAILED -- saving rejects to file src/apps/freebcp.c.rej patching file src/apps/tsql.c Hunk #1 FAILED at 78. 1 out of 7 hunks FAILED -- saving rejects to file src/apps/tsql.c.rej patching file src/ctlib/cs.c Hunk #1 FAILED at 42. 1 out of 2 hunks FAILED -- saving rejects to file src/ctlib/cs.c.rej patching file src/ctlib/ct.c Hunk #1 FAILED at 32. 1 out of 2 hunks FAILED -- saving rejects to file src/ctlib/ct.c.rej patching file src/dblib/bcp.c Hunk #1 FAILED at 64. 1 out of 6 hunks FAILED -- saving rejects to file src/dblib/bcp.c.rej patching file src/dblib/dblib.c Hunk #1 FAILED at 69. 1 out of 6 hunks FAILED -- saving rejects to file src/dblib/dblib.c.rej patching file src/odbc/odbc.c Hunk #1 FAILED at 53. 1 out of 12 hunks FAILED -- saving rejects to file src/odbc/odbc.c.rej patching file src/odbc/odbc_util.c Hunk #1 FAILED at 31. 1 out of 2 hunks FAILED -- saving rejects to file src/odbc/odbc_util.c.rej patching file src/odbc/unittests/Makefile.am Hunk #1 FAILED at 1. 1 out of 3 hunks FAILED -- saving rejects to file src/odbc/unittests/Makefile.am.rej patching file src/odbc/unittests/cursor6.c patching file src/odbc/unittests/getdata.c Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file src/odbc/unittests/getdata.c.rej patching file src/odbc/unittests/rowset.c Hunk #1 FAILED at 1. 1 out of 2 hunks FAILED -- saving rejects to file src/odbc/unittests/rowset.c.rej patching file src/server/server.c Hunk #1 FAILED at 23. 1 out of 2 hunks FAILED -- saving rejects to file src/server/server.c.rej patching file src/tds/Makefile.am Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file src/tds/Makefile.am.rej patching file src/tds/challenge.c Hunk #2 FAILED at 30. 1 out of 6 hunks FAILED -- saving rejects to file src/tds/challenge.c.rej patching file src/tds/config.c Hunk #1 FAILED at 69. 1 out of 2 hunks FAILED -- saving rejects to file src/tds/config.c.rej patching file src/tds/convert.c Hunk #1 FAILED at 57. 1 out of 4 hunks FAILED -- saving rejects to file src/tds/convert.c.rej patching file src/tds/hmac_md5.c patching file src/tds/iconv.c Hunk #1 FAILED at 42. 1 out of 4 hunks FAILED -- saving rejects to file src/tds/iconv.c.rej patching file src/tds/login.c Hunk #1 FAILED at 44. 1 out of 2 hunks FAILED -- saving rejects to file src/tds/login.c.rej patching file src/tds/mem.c Hunk #1 FAILED at 40. 1 out of 3 hunks FAILED -- saving rejects to file src/tds/mem.c.rej patching file src/tds/query.c Hunk #1 FAILED at 39. 1 out of 13 hunks FAILED -- saving rejects to file src/tds/query.c.rej patching file src/tds/token.c Hunk #1 FAILED at 35. 1 out of 2 hunks FAILED -- saving rejects to file src/tds/token.c.rej patching file win32/msvc6/libTDS.dsp patching file src/tds/Makefile.in
freetds_0.82-6.diff.gz
(application/x-gzip, 30.1 KB) - not displayed