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
In file included from /home/pearu/work/git/omnisci/omniscidb-internal/SQLFrontend/omnisql.cpp:64:
/home/pearu/work/git/omnisci/omniscidb-internal/SQLFrontend/CommandHistoryFile.h:43:14: error: no member named 'secure_getenv' in the global namespace; did you mean '__secure_getenv'?
return ::secure_getenv(env_var_name);
~~^~~~~~~~~~~~~
__secure_getenv
/home/pearu/work/miniconda3/envs/omniscidb-cpu-dev/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/sysroot/usr/include/stdlib.h:586:14: note: '__secure_getenv' declared here
extern char *__secure_getenv (__const char *__name)
pearu
changed the title
[Failure] no member named 'secure_getenv' in the global namespace
no member named 'secure_getenv' in the global namespace
Aug 27, 2019
Solution:
The text was updated successfully, but these errors were encountered: