Update building.rst (#2583)

This commit is contained in:
Surendrajat 2021-01-25 13:40:55 +05:30 committed by GitHub
parent 4753648219
commit cdc3fdfa5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,9 +258,9 @@ The workaround is to either add the `--disable-new-dtags` linker flag when compi
cmake -DCMAKE_EXE_LINKER_FLAGS="-Wl,--disable-new-dtags" .. cmake -DCMAKE_EXE_LINKER_FLAGS="-Wl,--disable-new-dtags" ..
* **r_*.h: No such file or directory** * **rz_*.h: No such file or directory**
rz_util/rz_annotated_code.h: No such file or directory Eg: rz_util/rz_annotated_code.h: No such file or directory
If you face an error where some header file starting with ``rz_`` is missing, you should check the **rizin** submodule and If you face an error where some header file starting with ``rz_`` is missing, you should check the **rizin** submodule and
make sure it is in sync with upstream **Cutter** repo. Simply run: make sure it is in sync with upstream **Cutter** repo. Simply run:
@ -301,9 +301,3 @@ installed with brew. Run this command to work around the issue:
:: ::
sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found
* **LSOpenURLsWithRole() failed with error -10810**
On macOS High Sierra Cutter crashes due to the absence of ``gettext`` library. To fix this problem, simply install the missing package:
::
brew install gettext