can not find Block.h when running configure #167

Open
opened 2025-04-09 05:14:11 -05:00 by ranjie12345 · 2 comments
ranjie12345 commented 2025-04-09 05:14:11 -05:00 (Migrated from github.com)

OS: Ubuntu 20.04 x86
Clang version: 21.0.0
C++ version: C++20
Execute the command:
./configure --prefix=/home/xxx/ios/ --with-libtapi=/home/xxx/ios --target=arm-apple-darwin11 --with-llvm-config=...
The error is as follows:

Image

I'm not sure whether this project depends on the iOS SDK files. When I add the header files in the iOS SDK to the compilation options and run the above command, it will prompt me as shown in the figure:

Image

When I added the host parameter properly and ran it again, the following error occurred:

Image

OS: Ubuntu 20.04 x86 Clang version: 21.0.0 C++ version: C++20 Execute the command: ./configure --prefix=/home/xxx/ios/ --with-libtapi=/home/xxx/ios --target=arm-apple-darwin11 --with-llvm-config=... The error is as follows: ![Image](https://github.com/user-attachments/assets/f0bbfc40-d08d-471c-a5a5-21733c8d89e4) I'm not sure whether this project depends on the iOS SDK files. When I add the header files in the iOS SDK to the compilation options and run the above command, it will prompt me as shown in the figure: ![Image](https://github.com/user-attachments/assets/db34bd69-a399-4ded-9352-b294e0009ce1) When I added the host parameter properly and ran it again, the following error occurred: ![Image](https://github.com/user-attachments/assets/8d2c5243-a019-44fd-ab98-a622bbb059cd)
tpoechtrager commented 2025-04-09 12:30:28 -05:00 (Migrated from github.com)

Like stated in the readme, you must install libdispatch: https://github.com/tpoechtrager/cctools-port?tab=readme-ov-file#dependencies

Like stated in the readme, you must install libdispatch: https://github.com/tpoechtrager/cctools-port?tab=readme-ov-file#dependencies
ranjie12345 commented 2025-04-10 00:37:34 -05:00 (Migrated from github.com)

Like stated in the readme, you must install libdispatch: https://github.com/tpoechtrager/cctools-port?tab=readme-ov-file#dependencies

I recompiled this dependency library, and it took effect. Thank you!

> Like stated in the readme, you must install libdispatch: https://github.com/tpoechtrager/cctools-port?tab=readme-ov-file#dependencies I recompiled this dependency library, and it took effect. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
miles/cctools-port#167
No description provided.