https://bugs.documentfoundation.org/show_bug.cgi?id=145266
--- Comment #28 from Buovjaga <ilmari.lauhakan...@libreoffice.org> --- (In reply to tex.avery2 from comment #26) > How can I help you easily ? > Noel Grandin asked me to try : > > with specific instructions for building on macos here: > https://wiki.documentfoundation.org/Development/BuildingOnMac > > But I think I don't have enough computer skills for that... > > I dont' understand why more people doesn't have the same problem. > My son with a new computer Macbook pro 14 M1 Pro has exactly the same > problem. > > Have you got au tutorial with the exact command to enter, like for bibisect > ??? You can email me for help. I can also advise you in a screensharing session. 1. Do the first steps from here, but ignore the Java: https://wiki.documentfoundation.org/Development/BuildingOnMac#Prerequisites 2. Continue with https://wiki.documentfoundation.org/Development/lode#Getting_Started 3. Note the step to adjust your shell profile: echo "export LODE_HOME=$HOME/lode\nexport PATH=\"\${LODE_HOME}/opt/bin:\${PATH}\"" >> ~/.zshrc 4. After doing ./setup --dev --force, check in the lode/dev/core directory that it has an autogen.input file. Edit the file and check that it has --enable-dbgutil or --enable-debug. Also add --without-java 5. Finally, you can do in lode/dev/core ./autogen.sh make No need to run make check, which would also run tests. Your built LibreOffice will be in lode/dev/core/instdir/LibreOfficeDev.app -- You are receiving this mail because: You are the assignee for the bug.