Re: eDBI is born, feedback wanted
- Posted by jimcbrown (admin) Oct 15, 2009
- 1920 views
jeremy said...
jimcbrown said...
Hmm, ok, I downloaded http://downloads.sourceforge.net/project/eusql/eusql/v0.78.1/eusql-0-78-1-full.zip?use_mirror=voxel but that requires symeval.e which is missing???
I don't remember all the things necessary but there are quite a few things to download to make it work. I know matheval is needed as well. Matt or CK will need to step in and give you all the dependencies.
Jeremy
Ah, ok. I got matheval from http://downloads.sourceforge.net/project/matheval/matheval/v1.65/matheval-1-65.zip?use_mirror=voxel but then got the following ex.err:
eusql.e:7651 <0074>:: Errors resolving the following references: eusql.e (7651): db_rename_table db_rename_table( table_name, new_name ) ^ Warning ( not_used ): <0320>:: /opt/euphoria/include/machine.e - module variable 'check_calls' is assigned but never used --- Defined Words --- EU4 EU400 EU40000 EUC EUC UNIX LINUX -------------------
So I changed that to rename_table( db_name, table_name, new_name ) ... but at this point I'm wondering if eusql ever worked.