Re: Euphoria + Database

new topic     » goto parent     » topic index » view thread      » older message » newer message
Anthill said...

Jeremy, here are my make output errors...

root@anthill:/usr/share/euphoria/include/drivers/sqlite3# make 
gcc -DEFree=free -DEMalloc=malloc -DERealloc=realloc -fomit-frame-pointer -fPIC -c -w -fsigned-char -O3 -mno-cygwin -mwindows -IC:/Development/Projects/Euphoria/include -I.. -DESIMPLE_MALLOC sqlite3.c -o sqlite3.o 
cc1: error: unrecognized command line option "-mno-cygwin" 
cc1: error: unrecognized command line option "-mwindows" 
make: *** [sqlite3.o] Error 1 

Hm. It seems to be choosing the Windows Makefile, please try

[edbi/drivers/sqlite3] $ make -f GNUmakefile 

That should do the trick. If it fails again, please do the same and include the makefile output. sorry about this! Once EU 4.0 is out, EDBI is something of primary concern for me (and a few others) so much work will go into completing the docs and general polishing (like installing!).

Also, when you want to put a lot of "console" or "pre-formatted" text in you can use:

{{{
Hello
World
}}}

which comes out like

Hello 
World 

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu