<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta name="Generator" content="Zarafa WebAccess v7.1.1-37812">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>RE: [mythtv-users] mythtvfs with mythtv 0.26?</title>
<style type="text/css">
body
{
font-family: Arial, Verdana, Sans-Serif ! important;
font-size: 12px;
padding: 5px 5px 5px 5px;
margin: 0px;
border-style: none;
background-color: #ffffff;
}
p, ul, li
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<blockquote style="border-left: 2px solid #325FBA; padding-left: 5px;margin-left:5px;">-----Original message-----<br /><strong>From:</strong>        Mogens Kjaer <mk@lemo.dk><br /><strong>Sent:</strong>        Fri 22-03-2013 10:26<br /><strong>Subject:</strong>        Re: [mythtv-users] mythtvfs with mythtv 0.26?<br /><strong>To:</strong>        mythtv-users@mythtv.org; <br />On 03/22/2013 10:09 AM, Dave Pearson wrote:<br />> Has anyone successfully managed to get mythtvfs working with mythtv 0.26?<br /><br />I wrote my own version in C for 0.25.3<br /><br />http://lemo.dk/mythtv/mythtvfs_20130322.tar.gz<br /><br />Maybe you can use some from that.<br /><br />Mogens<br />-- <br />Mogens Kjaer, mk@lemo.dk<br />http://www.lemo.dk<br />_______________________________________________<br />mythtv-users mailing list<br />mythtv-users@mythtv.org<br />http://www.mythtv.org/mailman/listinfo/mythtv-users<br /></blockquote><p>Hi Mogens,</p><p> </p><p>Thanks for that, unfortunately I cannot compile it - I get the following result when I try:</p><p> </p><p> </p><p>mythtvfs.c: In function ‘movestringutf’:</p><p>mythtvfs.c:103:3: warning: passing argument 3 of ‘iconv’ from incompatible pointer type [enabled by default]</p><p>In file included from mythtvfs.c:54:0:</p><p>/usr/include/iconv.h:43:15: note: expected ‘size_t * __restrict__’ but argument is of type ‘int *’</p><p>mythtvfs.c:103:3: warning: passing argument 5 of ‘iconv’ from incompatible pointer type [enabled by default]</p><p>In file included from mythtvfs.c:54:0:</p><p>/usr/include/iconv.h:43:15: note: expected ‘size_t * __restrict__’ but argument is of type ‘int *’</p><p>mythtvfs.c: In function ‘read_mythtv_data’:</p><p>mythtvfs.c:219:5: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘off_t *’ [-Wformat]</p><p>mythtvfs.c: In function ‘mythtvfs_read’:</p><p>mythtvfs.c:464:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]</p><p>/tmp/ccu4RE3v.o: In function `read_mythtv_data':</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:184: undefined reference to `mysql_init'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:185: undefined reference to `mysql_options'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:186: undefined reference to `mysql_real_connect'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:196: undefined reference to `mysql_query'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:197: undefined reference to `mysql_store_result'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:201: undefined reference to `mysql_num_rows'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:210: undefined reference to `mysql_fetch_row'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:235: undefined reference to `mysql_free_result'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:262: undefined reference to `mysql_close'</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:188: undefined reference to `mysql_error'</p><p>/tmp/ccu4RE3v.o: In function `main':</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:490: undefined reference to `fuse_main_real'</p><p>collect2: error: ld returned 1 exit status</p><p>make: *** [mythtvfs] Error 1</p><p> </p><p> </p><p>Regards,</p><p>Dave.<br /> </p>
</body>
</html>