digitalmars.D - Help me!
- Katayama Hirofumi MZ (10/10) Jul 24 2012 https://dl.dropbox.com/sh/yeu7fx8tgebf25x/CJupc40pKq/wonders.zip?dl=1
- Bernard Helyer (5/15) Jul 25 2012 What are you trying to compile and how? I had a look at the
- Katayama Hirofumi MZ (2/2) Jul 25 2012 It requires Windows and GNU Make MinGW binary. Don't use DM's
- Katayama Hirofumi MZ (2/2) Jul 25 2012 GNU Make MinGW binary is downloadable at here:
- Katayama Hirofumi MZ (1/1) Aug 03 2012 ---END---
https://dl.dropbox.com/sh/yeu7fx8tgebf25x/CJupc40pKq/wonders.zip?dl=1 sqlext.d(361): Error: undefined identifier SQL_TYPE_DATE, did you mean variable SQL_C_TYPE_DATE? sqlext.d(362): Error: undefined identifier SQL_TYPE_TIME, did you mean variable SQL_C_TYPE_TIME? sqlext.d(363): Error: undefined identifier SQL_TYPE_TIMESTAMP, did you mean vari able SQL_C_TYPE_TIMESTAMP?
Jul 24 2012
On Wednesday, 25 July 2012 at 06:01:37 UTC, Katayama Hirofumi MZ wrote:https://dl.dropbox.com/sh/yeu7fx8tgebf25x/CJupc40pKq/wonders.zip?dl=1 sqlext.d(361): Error: undefined identifier SQL_TYPE_DATE, did you mean variable SQL_C_TYPE_DATE? sqlext.d(362): Error: undefined identifier SQL_TYPE_TIME, did you mean variable SQL_C_TYPE_TIME? sqlext.d(363): Error: undefined identifier SQL_TYPE_TIMESTAMP, did you mean vari able SQL_C_TYPE_TIMESTAMP?What are you trying to compile and how? I had a look at the linked project, but got different errors, even when trying sqlext.d on its own.
Jul 25 2012
It requires Windows and GNU Make MinGW binary. Don't use DM's make.
Jul 25 2012
GNU Make MinGW binary is downloadable at here: http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/
Jul 25 2012