CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4046/.conan/data/raylib/3.5.0/_/_/build/9661ed674cd8258d726bdf3bf2655228ef4f4334/source_subfolder/src/raudio.c: In function ‘SaveWAV’: /home/conan/w/cci_PR-4046/.conan/data/raylib/3.5.0/_/_/build/9661ed674cd8258d726bdf3bf2655228ef4f4334/source_subfolder/src/raudio.c:1967:45: warning: passing argument 2 of ‘drwav_init_memory_write’ from incompatible pointer type [-Wincompatible-pointer-types] 1967 | success = drwav_init_memory_write(&wav, &fileData, &fileDataSize, &format, NULL); | ^~~~~~~~~ | | | unsigned char ** In file included from /home/conan/w/cci_PR-4046/.conan/data/raylib/3.5.0/_/_/build/9661ed674cd8258d726bdf3bf2655228ef4f4334/source_subfolder/src/raudio.c:223: /home/conan/w/cci_PR-4046/.conan/data/raylib/3.5.0/_/_/build/9661ed674cd8258d726bdf3bf2655228ef4f4334/source_subfolder/src/external/dr_wav.h:3409:68: note: expected ‘void **’ but argument is of type ‘unsigned char **’ 3409 | DRWAV_API drwav_bool32 drwav_init_memory_write(drwav* pWav, void** ppData, size_t* pDataSize, const drwav_data_format* pFormat, const drwav_allocation_callbacks* pAllocationCallbacks) | ~~~~~~~^~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Segmentation fault (core dumped) ERROR: raylib/3.5.0 (test package): Error in test() method, line 16 self.run(bin_path, run_environment=True) ConanException: Error 139 while executing bin/test_package