Changes between Version 3 and Version 4 of KnownIssues


Ignore:
Timestamp:
Dec 13, 2011, 2:02:28 PM (13 years ago)
Author:
Matthias Vogelgesang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KnownIssues

    v3 v4  
    99}}}
    1010in the root directory of Ethos.
     11
     12== `make gir` fails ==
     13
     141. 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
     162. Make sure to run `ldconfig` after installing `libufo.so`. Otherwise, the library might not be found by the `g-ir-compiler`.