Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 521

Dune build error on macOS

$
0
0

May I ask the Dune experts for assistance in tackling a build error on macOS. After a large commit, my project stopped building with the following error:

File "appkit/dune", line 1, characters 0-82:
1 | (library
2 |  (name appkit)
3 |  (public_name camlkit-gui.appkit)
4 |  (libraries foundation))
ar: @/var/folders/8d/j95p9rj549l7f42l5m7qxp500000gn/T/build_415557_dune/camlresp05230a: No such file or directory
File "_none_", line 1:
Error: Error while creating the library appkit/appkit.a

Same on two different Macs: Intel and Arm. But it builds on Linux (with the GNUstep library as a dependency). The build artifact is quite large (48M), so maybe I’m hitting a resource limit on macOS.
Here’s a link to the project: GitHub - dboris/camlkit: OCaml bindings to macOS Cocoa frameworks

8 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 521

Trending Articles