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
I do not have any bug or related issue related to gdal3.js project. I want to ask something related to emscripten toolchain usage in configure scripts used in the libraries.
As far as I know, the libraries installed by gdal3.js can be configured with emscripten toolchain. Are you the one who added emscripten toolchain support in configure scripts of the libraries? If it is, I want to ask how did you do this? I am also trying to add emscripten toolchain support in the configure script of another library and I am stuck. If you have any suggestions, I would like to have a look at them, thank you.
The text was updated successfully, but these errors were encountered:
At first I try to compile the library with emscripten. Usually there are multiple compilation methods such as cmake, configure. I try one of them, if not, I try the others. If not, I choose one of them and try to understand the issue with debug and fix it. This fix could be to disable a feature or change a file.
I do not have any bug or related issue related to gdal3.js project. I want to ask something related to emscripten toolchain usage in configure scripts used in the libraries.
As far as I know, the libraries installed by gdal3.js can be configured with emscripten toolchain. Are you the one who added emscripten toolchain support in configure scripts of the libraries? If it is, I want to ask how did you do this? I am also trying to add emscripten toolchain support in the configure script of another library and I am stuck. If you have any suggestions, I would like to have a look at them, thank you.
The text was updated successfully, but these errors were encountered: