diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-05 08:56:06 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-06 20:30:34 +0100 |
| commit | 175346aac4942eb97ccf2f00ca127cf700cd2eff (patch) | |
| tree | 788101151eeaa13fda5958086525fd7a8ff75e1b /tools | |
| parent | 91797cca0271709a2b491bb7ea36f9ff8d0da83e (diff) | |
| download | msitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.tar.gz msitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.tar.xz msitools-175346aac4942eb97ccf2f00ca127cf700cd2eff.zip | |
port to libgsf
status:
- record+suminfo pass
- the following tests fail in testdatabase: try_transform, stringtable,
deleterow, storages_table, createtable. Some of these are not enabled
on POSIX systems, but the others pass there.
TODO: port the missing tests to libgsf, run them against the IStorage
version and again with the new one. verify that the testsuite passes
on POSIX systems.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/msibuild.c | 1 | ||||
| -rw-r--r-- | tools/msiinfo.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/msibuild.c b/tools/msibuild.c index 424871c..ce77f96 100644 --- a/tools/msibuild.c +++ b/tools/msibuild.c @@ -204,6 +204,7 @@ int main(int argc, char *argv[]) int r; int n; + g_type_init(); if (argc <= 2 ) { show_usage(); diff --git a/tools/msiinfo.c b/tools/msiinfo.c index f55906a..23d967c 100644 --- a/tools/msiinfo.c +++ b/tools/msiinfo.c @@ -516,6 +516,7 @@ int main(int argc, char **argv) { struct Command *cmd = NULL; + g_type_init(); program_name = get_basename(argv[0]); if (argc == 1) { |
