Re: Euphoria + Database
- Posted by Anthill Nov 01, 2010
- 1799 views
jeremy said...
Please see: http://bitbucket.org/jcowgar/edbi/wiki/Home
If you do not use Mercurial, then you can download a zip or tar.gz right from that page. See the far right icon that looks like a white page with a blue down arrow.
Give that a try and I sure hope that time it works for you.
After fixing my EUDIR environmental variable I seem to be much closer... however I am missing the file /usr/share/euphoria/bin/eu.a
root@anthill:/usr/share/euphoria/include/drivers/sqlite3# make -f GNUmakefile gcc -c -DEFree=free -DEMalloc=malloc -DERealloc=realloc -fomit-frame-pointer -fPIC -w -fsigned-char -O3 -I/usr/share/euphoria/include -I.. -DESIMPLE_MALLOC euinit.c -o euinit.o gcc -c -DEFree=free -DEMalloc=malloc -DERealloc=realloc -fomit-frame-pointer -fPIC -w -fsigned-char -O3 -I/usr/share/euphoria/include -I.. -DESIMPLE_MALLOC edbi_sqlite3.c -o edbi_sqlite3.o gcc -shared -o edbi_sqlite3.so sqlite3.o euinit.o edbi_sqlite3.o \ /usr/share/euphoria/bin/eu.a gcc: /usr/share/euphoria/bin/eu.a: No such file or directory make: *** [edbi_sqlite3.so] Error 1
Where can I get this file?
Once again thanks