evpobr

Results 171 comments of evpobr

Hi @pvolchek. We need test file.

I think is better to upload it to cloud and share the link.

Hi @Nelson-numerical-software. It is planned. Waiting actions/upload-artifact#39 to be fixed.

Hi @Nelson-numerical-software , we have no plans to release binaries for prereleases. And actions/upload-artifact#39 is still not fixed to export artifacts.

Hi @scar20 . This is not correct: ``` ### ADD LIBSNDFILE LIBRARY set(LIB_SND_FILE_DIR ../../../../libsndfile) add_subdirectory(${LIB_SND_FILE_DIR} ./sndfile) include_directories(${LIB_SND_FILE_DIR}/include) ``` Try ```cmake add_subdirectory(${LIB_SND_FILE_DIR} ./sndfile) ``` Then in your project: ```cmake target_link_libraries( PRIVATE...

Do you use latest libsndfile from repo?

Sorry, have no idea how to help you here. I don't know Java very well.

`C:/Users/Sylvain/AndroidStudioProjects/libsndfileProjects/SndFileLib2/libsndfile/cmake/sqlite/CMakeAutoGenScript.cmake` This path is wrong, it should be: `C:/Users/Sylvain/AndroidStudioProjects/libsndfileProjects/SndFileLib2/libsndfile/cmake/CMakeAutoGenScript.cmake` This line in my `CMakeLists.txt` ``` list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") ``` adds `cmake` subdirectory relative to project directory with some CMake...

I have reproduced this bug and will add fix.