Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows compiling error with "_access_s" error #97

Open
dawsondong opened this issue May 30, 2023 · 2 comments
Open

Windows compiling error with "_access_s" error #97

dawsondong opened this issue May 30, 2023 · 2 comments
Labels
[OS] Windows [OS] Windows

Comments

@dawsondong
Copy link

On my local windows environment, compiling any simple test go program with TDM-GCC-64 compiler will get error like the following. I did not get any similar error from other after searching. Could you please have it a look?

github.com/marcboeker/go-duckdb

duckdb.cpp: In function 'bool duckdb_httplib::detail::is_file(const string&)':
duckdb.cpp:160873:34: error: '_access_s' was not declared in this scope
return _access_s(path.c_str(), 0) == 0;
^

cc1plus.exe: out of memory allocating 65536 bytes

@davealexis
Copy link

Please add proper support for Windows.

@rusco
Copy link

rusco commented Jun 27, 2024

Might help: #4 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[OS] Windows [OS] Windows
Projects
None yet
Development

No branches or pull requests

4 participants