nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

'dllexport' implies default visibility

Open User65-87-11 opened this issue 1 year ago • 0 comments

when compiling under windows 11 using msys64 i get this error.

Any help would be appreciated.

/nanogui/ext/nanobind/include/nanobind/nb_error.h:20:17: error: 'dllexport' implies default visibility, but 'class nanobind::python_error' has already been declared with a different visibility 20 | class NB_EXPORT python_error : public std::exception {

User65-87-11 avatar Mar 28 '24 19:03 User65-87-11