Custom Query (37 matches)
Results (4 - 6 of 37)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#29 | carns | dkimpe | fixed | Build dependencies broken for .hae -> .h |
Description |
In 81c56af54c10f4d600d5e05b63fb603b0e053159, after a make clean, the build fails with missing timer.h, resourcebuilder.h, aesocket.h (and btest.h for the tests). All these are generated from the corresponding .hae file. Make seems to be missing this dependency, and tries to build the .o without first building the .h for those headers. |
|||
#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: |
|||
#41 | dkimpe | fixed | C-utils should build and install independently | |
Description |
Depends on aesop-specific paths at this point. |