Hi, I'm having compilation problems:
make[4]: Entering directory `/.../tracker-0.8.17/src/tracker-extract'
CC tracker-extract-mplayer.lo
tracker-extract-mplayer.c: In function ‘copy_hash_table_entry’:
tracker-extract-mplayer.c:93:26: warning: initialization makes pointer
from integer without a cast
tracker-extract-mplayer.c: In function ‘extract_mplayer’:
tracker-extract-mplayer.c:132:2: error: too many arguments to function
‘tracker_spawn’
../../src/libtracker-common/tracker-os-dependant.h:34:10: note: declared
here
make[4]: *** [tracker-extract-mplayer.lo] Error 1
CC tracker-extract-totem.lo
tracker-extract-totem.c: In function ‘extract_totem’:
tracker-extract-totem.c:88:2: error: too many arguments to function
‘tracker_spawn’
../../src/libtracker-common/tracker-os-dependant.h:34:10: note: declared
here
make[4]: *** [tracker-extract-totem.lo] Error 1
make[4]: Target `all-am' not remade because of errors.
make[4]: Leaving directory `/.../tracker-0.8.17/src/tracker-extract'
The warning isn't so important but tracker_spawn doesn't seem to have
the correct signature.
The declaration looks like:
gboolean tracker_spawn (gchar **argv,
gint timeout,
gchar **tmp_stdout,
gint *exit_status);
But the invocation for mplayer looks like:
tracker_spawn (argv, 10, &mplayer, NULL, NULL)
And for totem:
tracker_spawn (argv, 10, &totem, NULL, NULL)
Am I missing something or is there an extra argument?
Mildred
--
Mildred Ki'Lya
╭───────── mildred593@online.fr ──────────
│ Jabber, GoogleTalk: <[email protected]>
│ Website: <http://ki.lya.online.fr> GPG ID: 9A7D 2E2B
│ Fingerprint: 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 9A7D 2E2B
0x9A7D2E2B.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
