Commit 9fece32
committed
Switch to build with unixodbc exclusively
Getting errors
```
In file included from /usr/local/include/sqlucode.h:784:
/usr/local/include/sqlext.h:1790:19: error: conflicting types for 'SQLDriverConnectW'
1790 | SQLRETURN SQL_API SQLDriverConnect(
| ^
/usr/local/include/sqlucode.h:765:26: note: expanded from macro 'SQLDriverConnect'
765 | #define SQLDriverConnect SQLDriverConnectW
| ^
/usr/local/include/sqlucode.h:257:19: note: previous declaration is here
257 | SQLRETURN SQL_API SQLDriverConnectW(
| ^
```
trying to see if switching to ARM macOS will fix the issue.1 parent b06632f commit 9fece32
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments