lookirecovery.blogg.se

Silicon info app
Silicon info app




silicon info app

Check the mkmf.log file for more details. Although mac-prebuild.sh ran and returned a successful code, I noticed that there were a number of errors in the output when compiling native extensions, like: Compiling native ruby extensions.Ĭlearing /sonic-pi/app/server/ruby/bin/./rb-native/2.6.0Ĭreating /sonic-pi/app/server/ruby/bin/./rb-native/2.6.0Ĭompiling native extension in /sonic-pi/app/server/ruby/vendor/rugged-1.3.0/ext/ruggedĬould not create Makefile due to some reason, probably lack of necessary So, I updated to the latest dev branch and tried again.

#Silicon info app how to

I’ll have another stab at it in a couple of days, but if anyone has some idea how to fix this that would be very appreciated. Separate development package or SDK, be sure it has been installed. To a directory containing one of the above files. Now I’m seeing: CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:861 (_find_package):īy not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project hasĪsked CMake to find a package configuration file provided by "Qt5", butĬould not find a package configuration file provided by "Qt5" with any ofĪdd the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"

silicon info app

So I tried adding -DVCPKG_TARGET_TRIPLET=arm64-osx to the cmake command in mac-config. I then noticed a warning saying Unable to determine target architecture, continuing without vcpkg. I could then also see the file in vcpkg/installed/arm64-osx/share/platform_folders/platform_foldersConfig.cmake, but mac-config still failed with the same error. So I edited mac-prebuild and changed the line with triplet=(圆4-osx) to triplet=(arm64-osx) then reran the prebuild.

silicon info app

I thought that maybe the problem is it being in 圆4-osx, and maybe cmake is looking for arm64. I can see that it was installed by vcpkg, and the file it’s looking for is in vcpkg/installed/圆4-osx/share/platform_folders/platform_foldersConfig.cmake. Then the mac-config script failed because it couldn’t find the platform-folders package: CMake Error at api/CMakeLists.txt:44 (find_package):Ĭould not find a package configuration file provided by "platform_folders"Īdd the installation prefix of "platform_folders" to CMAKE_PREFIX_PATH or I managed to get the mac-prebuild script working after fixing an issue with the homebrew prefix path ( #2968).

silicon info app

Has anyone managed to build Sonic Pi on a new M1 Mac?






Silicon info app