Custom Query (37 matches)
Results (4 - 6 of 37)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#4 | somebody | carns | fixed | determine why aesop depends on openssl and fix it |
Description |
Aesop itself should not depend on any crypto or ssl libraries. |
|||
#5 | somebody | anonymous | fixed | Build problems on MacOS |
Description |
When performing a make, the make fails with the following errors. ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error expr: non-numeric argument expr: syntax error usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
/Users/mlcurry/Desktop/aesop/build/bin/aecc-utils: line 501: ${compilerout}: ambiguous redirect Preprocessing step failed: |
|||
#6 | somebody | carns | fixed | fix find of .mk files in top level Makefile |
Description |
This causes a problem for in-tree builds in particular because it finds some .mk files in the maint/hs directory. We should get rid of the find and manually list the included .mk files. |