On Monday 19 May 2008, Carsten Bock wrote:
> i found the source of the problem:
> <sqlext.h> automagically includes <sqlucode.h> under etch:
>
> #ifndef __SQLUCODE_H
> #include "sqlucode.h"
> #endif
>
> but these lines are missing in sarge doesn't.
> The ODBCVER is the same under both versions.
> The following patch simply adds #include <sqlucode.h> to the my_con.h.
> This simply solves the issue under debian sarge and etch.

Hi Carsten,

thank you. I've applied your patch for the trunk and 1.3 branch.

Cheers,

Henning

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to