Re: [Seed7-users] Fatal error when compiling 2019-08-18 version of seed7
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2019-08-19 13:39:31
|
Hi Brett, thank you very much for your report. I forgot adding the line #define SQL_DRIVER_NOPROMPT 0 to the file db_odbc.h. I have attached db_odbc.h. This should fix it. This problem probably affects Linux, when unixODBC is not installed. Under Windows sql.h is usually present. Please tell me if the fix works. Thank you in advance for your effort. Regards, Thomas Mertes -- Seed7 Homepage: http://seed7.sourceforge.net Seed7 - The extensible programming language: User defined statements and operators, abstract data types, templates without special syntax, OO with interfaces and multiple dispatch, statically typed, interpreted or compiled, portable, runs under linux/unix/windows. |