You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Unable to build the driver for v1.2.7 on linux, unused-functions
SNOW-919763: Unable to build the driver for v1.2.7 on linux, unused-functions
Sep 20, 2023
I'm trying to build the driver of the latest release (v1.2.7) from this commit:
b68db72
But it's failing like this:
I can work around by modifying the CFLAGS to have -Wno-unused-function
But then I run into #338 but at least things compile :)
Guess maybe newer version of compiler? Just a heads up.
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of PDO/PHP driver are you using?
N/A: Just trying to build
What operating system and processor architecture are you using?
Linux docker container on mac m2.
What version of C/C++ compiler are you using?
13.2
What did you do?
Followed the instructions here:
https://github.com/snowflakedb/pdo_snowflake#building-the-driver-on-linux-and-macos
What did you expect to see?
Build to succeed
The text was updated successfully, but these errors were encountered: