Changes between Version 3 and Version 4 of KnownIssues
- Timestamp:
- Dec 13, 2011, 2:02:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KnownIssues
v3 v4 9 9 }}} 10 10 in the root directory of Ethos. 11 12 == `make gir` fails == 13 14 1. Make sure to have `libufo.so` installed first by issuing `make install`. This will fail to complete the very first time, as it tries to install the .gir and .typelib files which are not yet present. Nevertheless, the library will be installed if built before. 15 16 2. Make sure to run `ldconfig` after installing `libufo.so`. Otherwise, the library might not be found by the `g-ir-compiler`.