mitsuba-renderer / nanogui

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Other
1.52k stars 189 forks source link

'dllexport' implies default visibility #163

Open User65-87-11 opened 3 months ago

User65-87-11 commented 3 months ago

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 {