Max.1974 Posted September 6, 2024 Share Posted September 6, 2024 Hi @naiclub my friend! I have passion to use macOs and my tools and programs that I need to my job wrks fine, but today Linux is superior of Hackintosh or macOs. And we just using for fun too! 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824812 Share on other sites More sharing options...
Max.1974 Posted September 6, 2024 Share Posted September 6, 2024 My Lenovo response the same way Spoiler 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824814 Share on other sites More sharing options...
LockDown Posted September 6, 2024 Share Posted September 6, 2024 5160? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824816 Share on other sites More sharing options...
Slice Posted September 6, 2024 Share Posted September 6, 2024 16 minutes ago, LockDown said: 5160? Tag is created but the last sources was not committed. Wait please. See issue #708 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824817 Share on other sites More sharing options...
Alpha22 Posted September 8, 2024 Share Posted September 8, 2024 @Max.1974 i followed your procedure, i have this error do you know how to solve it Spoiler ========= Translating Resources ======== /Users/fabiomn/src/CloverBootloader/toolchain xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance XCode version too old. Not extracting locale strings from source XIB file xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance XCode version too old. Not extracting locale strings from source XIB file xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance XCode version too old. Don't extracting locale strings from source files stat: ../CloverUpdater/CloverUpdater.strings: stat: No such file or directory stat: ../CloverPrefpane/CloverPrefpane.strings: stat: No such file or directory po4a-clover.cfg:12: The '../CloverUpdater/CloverUpdater.strings' master file does not exist. make: *** [pkg] Error 2 Thanks 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824916 Share on other sites More sharing options...
Slice Posted September 8, 2024 Share Posted September 8, 2024 You should not compile CloverUpdater and CloverPrefPane. They are obsolete. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824917 Share on other sites More sharing options...
Alpha22 Posted September 8, 2024 Share Posted September 8, 2024 3 minutes ago, Slice said: You should not compile CloverUpdater and CloverPrefPane. They are obsolete. can you explain how to do Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824918 Share on other sites More sharing options...
Slice Posted September 8, 2024 Share Posted September 8, 2024 It depends on what do you want. You may not choose BuildAll. Later I will exclude such options. 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824922 Share on other sites More sharing options...
Alpha22 Posted September 8, 2024 Share Posted September 8, 2024 1 hour ago, Slice said: It depends on what do you want. if possible compile the latest version of Clover Quote You may not choose BuildAll. to compile the latest version of Clover what option should I use Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824926 Share on other sites More sharing options...
Max.1974 Posted September 8, 2024 Share Posted September 8, 2024 (edited) 9 hours ago, Alpha22 said: @Max.1974Eu segui seu procedimento, eu tenho esse erro, você sabe como resolvê-lo? Ocultar conteúdo ========= Traduzindo Recursos ======== /Usuários/fabiomn/src/CloverBootloader/toolchain xcode-select: erro: ferramenta 'xcodebuild' requer Xcode, mas o diretório do desenvolvedor ativo '/Library/Developer/CommandLineTools' é uma instância de ferramentas de linha de comando Versão XCode muito antiga. Não extrair strings de localidade do arquivo XIB de origem xcode-select: erro: ferramenta 'xcodebuild' requer Xcode, mas o diretório do desenvolvedor ativo '/Library/Developer/CommandLineTools' é uma instância de ferramentas de linha de comando Versão XCode muito antiga. Não extrair strings de localidade do arquivo XIB de origem xcode-select: erro: ferramenta 'xcodebuild' requer Xcode, mas o diretório do desenvolvedor ativo '/Library/Developer/CommandLineTools' é uma instância de ferramentas de linha de comando Versão XCode muito antiga. Não extraia strings de localidade dos arquivos de origem estatística: .. /CloverUpdater/CloverUpdater.strings: stat: Não existe tal arquivo ou diretório estatística: .. /CloverPrefpane/CloverPrefpane.strings: stat: Nenhum arquivo ou diretório po4a-clover.cfg:12: O '.. O arquivo mestre de /CloverUpdater/CloverUpdater.strings não existe. fazer: *** [pkg] Erro 2 obrigado Hello @Alfa 22 I will try explain better, but to me I can compile using switch command and you can create a Developer folder if not exist. Need download and install last version of Command Line Tools for Xcode 16 beta 6 and Xcode 16 beta 6. Check first where is your Developer folder: xcode-select --print-path After, you will see this: /Applications/Xcode-beta.app/Contents/Developer If not, run this: sudo mkdir -p /Library/Developer/CommandLineTools And then this: 1. sudo xcode-select -s /Applications/Xcode-beta.app 2. sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer 3. sudo xcode-select --switch /Library/Developer/CommandLineTools/ This command above 3 you can run after you get your error "desenvolvedor ativo '/Library/Developer/CommandLineTools' " Don't worry about it, just run again sudo xcode-select --switch /Library/Developer/CommandLineTools/ and run ./buildme command. But I have installed only Xcode-beta.app (and im not rename for Xcode.app) . I tested in 3 machines (2 Hackintoshs and 1 real Mac) and works fine. I choose build all because to me works fine...but @Slice is creator he know much more what's is done. Don't give up because instructions to do this is very rare and some programs to compile Clover not accept Xcode betas. If you need, please send me PM Regards See, today I compile again: Spoiler Edited September 8, 2024 by Max.1974 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824936 Share on other sites More sharing options...
chris1111 Posted September 8, 2024 Share Posted September 8, 2024 (edited) I dont have such issue compile clover in Sequoia 15, same command like any other macOS I don't understand what the problem is here. Here an exemple from my personel app BuildClover Spoiler Edited September 9, 2024 by chris1111 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824938 Share on other sites More sharing options...
Max.1974 Posted September 8, 2024 Share Posted September 8, 2024 (edited) Hi my dear friend @chris1111 im not tested yeat with your Wonderfull app, but at this time, im always get errors. See im using the commands and enable without app (not because im not liked, I like so much thanks for it! ) but some times crash too. So here the all texts from Terminal that works fine after run my tutorial commands: results_compiler_text.txt.zip Spoiler Edited September 8, 2024 by Max.1974 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824940 Share on other sites More sharing options...
chris1111 Posted September 8, 2024 Share Posted September 8, 2024 3 minutes ago, Max.1974 said: Hi my dear friend @chris1111 im not tested yeat with your Wonderfull app, but at this time, im always get errors. See im using the commands and enable without app (not because im not liked, I like so much thanks for it! ) but some times crash too. So here the all texts from Terminal that works fine after run my tutorial commands: results_compiler_text.txt.zip 24.75 kB · 0 downloads Your Buildme Log looks OK ✅ 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824941 Share on other sites More sharing options...
Max.1974 Posted September 8, 2024 Share Posted September 8, 2024 (edited) Hi again @chris1111 I tested your app and after rename Xcode-beta.app to Xcode.app compile everything too! God bless you all !!! Spoiler Visit 🇨🇦 Hackintosh Montreal Edited September 8, 2024 by Max.1974 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824942 Share on other sites More sharing options...
miliuco Posted September 8, 2024 Share Posted September 8, 2024 @chris1111 Maybe I'm a little unfocused today but I can't find your BuildClover app, neither on GH nor on Hackintosh Montreal. Where is it? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824943 Share on other sites More sharing options...
chris1111 Posted September 8, 2024 Share Posted September 8, 2024 (edited) 24 minutes ago, miliuco said: @chris1111 Maybe I'm a little unfocused today but I can't find your BuildClover app, neither on GH nor on Hackintosh Montreal. Where is it? Its not available for public, I create this app 6 monts a go for personal use 42 minutes ago, Max.1974 said: Hi again @chris1111 I tested your app and after rename Xcode-beta.app to Xcode.app compile everything too! God bless you all !!! Reveal hidden contents Visit this forum to know more about Hackintosh Montreal 🇨🇦 It's special that this app was created 3 years before buildme and still works just as well but the commands have to be very basic But please dont link HMF app here because it has nothing to do with insanelymac Edited September 8, 2024 by chris1111 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824944 Share on other sites More sharing options...
Max.1974 Posted September 8, 2024 Share Posted September 8, 2024 10 minutes ago, chris1111 said: Its not available for public, I create this app 6 monts a go for personal use It's special that this app was created 3 years before buildme and still works just as well but the commands have to be very basic But please dont link HMF app here because it has nothing to do with insanelymac Thanks to advising @chris1111 you are a great coder, all your job is awesome !! I have privileges to know your forum! 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824945 Share on other sites More sharing options...
chris1111 Posted September 8, 2024 Share Posted September 8, 2024 Thanks @Max.1974 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824946 Share on other sites More sharing options...
Alpha22 Posted September 9, 2024 Share Posted September 9, 2024 (edited) @Max.1974 the procedure performed: 1. uninstalled xcode-beta 6 and CommandLineTools 2. installed xcode-beta 6 and CommandLineTools 3. followed the procedure given by you, it works Spoiler always kind and helpful Thank you so much Edited September 9, 2024 by Alpha22 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2824960 Share on other sites More sharing options...
naiclub Posted September 9, 2024 Share Posted September 9, 2024 On 9/6/2024 at 12:58 PM, Max.1974 said: New commit from Clover, this time I can compile with Xcode 16 and instructions for Sequoia Thanks a lot to all team and @chris1111 @Slice Hide contents I set this commands after intall Xcode 16 beta 6, and Command Line Tools for Xcode beta 6 (CLT) and before run compiler: https://developer.apple.com/download/all/ A. Enabling Developer settings to Xcode Beta See if you have Developer folder: Run in Terminal: xcode-select --print-path You should see in terminal this: /Applications/Xcode-beta.app/Contents/Developer If not, run this command: sudo mkdir -p /Library/Developer/CommandLineTools After this folder was created, run this commands: sudo xcode-select -s /Applications/Xcode-beta.app sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer (edited) Attention: this command is crucial, its necessary to run compilers: sudo xcode-select --switch /Library/Developer/CommandLineTools/ Install brew toolchain tools: B. Install Home Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" C. And this tools too, after install Home Brew, run in Terminal: brew tap messense/macos-cross-toolchains brew install x86_64-unknown-linux-gnu Try run your compiler of Clover C. Run this steps by steps (just if you run compiler in Sequoia) 1. Download Clover cd ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader 2. Download and install Python 3.12.5 or last version 3.12.6 https://www.python.org/downloads/ 3. Set a link for python cd /Library/Frameworks/Python.framework/Versions/3.12/bin/ sudo ln -s python3.12 python cd - 4. Install tools pip3 install setuptools 5. Base tools build make -C BaseTools 6. Run build command ./buildme 7. Choose Option "2) build all (Default Toolchain)" or try Option 1) build Clover If you get some errors try again after compiler stop You can try this 2 commands too: sudo touch /Library/Developer/CommandLineTools/.beta Then sudo xcode-select --switch /Library/Developer/CommandLineTools/ And run again step 6 ./buildme Good Lucky 🍀 Spoiler hello I have this problem. How can I solve it? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825031 Share on other sites More sharing options...
miliuco Posted September 9, 2024 Share Posted September 9, 2024 @naiclub If you have Xcode installed, run sudo xcode-select -s /Applications/Xcode.app/ (or sudo xcode-select -s /Applications/Xcode-beta.app/ if you are on Sequoia) and try again. 5 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825036 Share on other sites More sharing options...
naiclub Posted September 10, 2024 Share Posted September 10, 2024 1 hour ago, miliuco said: @naiclub If you have Xcode installed, run sudo xcode-select -s /Applications/Xcode.app/ (or sudo xcode-select -s /Applications/Xcode-beta.app/ if you are on Sequoia) and try again. Thank you very much, Mr. Milico. It works now. Use Xcode_16_Release_Candidate. PS. Let me ask you something else. What does this error warning mean? make: [/Users/baby/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) make: [/Users/baby/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825040 Share on other sites More sharing options...
Slice Posted September 11, 2024 Share Posted September 11, 2024 It does nothing. Somewhere in sources there are empty files that cause a warning "did you forget to write something here?". 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825139 Share on other sites More sharing options...
Max.1974 Posted September 12, 2024 Share Posted September 12, 2024 On 9/9/2024 at 7:54 PM, miliuco said: @naiclub If you have Xcode installed, run sudo xcode-select -s /Applications/Xcode.app/ (or sudo xcode-select -s /Applications/Xcode-beta.app/ if you are on Sequoia) and try again. Thank you my friend! Sorry late @naiclub !! This week in my work have been "punk" to me!! 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825187 Share on other sites More sharing options...
Max.1974 Posted September 12, 2024 Share Posted September 12, 2024 On 9/9/2024 at 6:47 AM, Alpha22 said: @Max.1974 the procedure performed: 1. uninstalled xcode-beta 6 and CommandLineTools 2. installed xcode-beta 6 and CommandLineTools 3. followed the procedure given by you, it works Hide contents always kind and helpful Thank you so much @Alpha22 Thanks my friend, I always gratefully for your help to and others guys here, specially to get name of processors! 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1200/#findComment-2825189 Share on other sites More sharing options...
Recommended Posts