<!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 &lt;mk@lemo.dk&gt;<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 />&gt; &nbsp; 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>&nbsp;</p><p>Thanks for that, unfortunately I cannot compile it - I get the following result when I try:</p><p>&nbsp;</p><p>&nbsp;</p><p>mythtvfs.c: In function &lsquo;movestringutf&rsquo;:</p><p>mythtvfs.c:103:3: warning: passing argument 3 of &lsquo;iconv&rsquo; 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 &lsquo;size_t * __restrict__&rsquo; but argument is of type &lsquo;int *&rsquo;</p><p>mythtvfs.c:103:3: warning: passing argument 5 of &lsquo;iconv&rsquo; 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 &lsquo;size_t * __restrict__&rsquo; but argument is of type &lsquo;int *&rsquo;</p><p>mythtvfs.c: In function &lsquo;read_mythtv_data&rsquo;:</p><p>mythtvfs.c:219:5: warning: format &lsquo;%lld&rsquo; expects argument of type &lsquo;long long int *&rsquo;, but argument 3 has type &lsquo;off_t *&rsquo; [-Wformat]</p><p>mythtvfs.c: In function &lsquo;mythtvfs_read&rsquo;:</p><p>mythtvfs.c:464:9: warning: ignoring return value of &lsquo;read&rsquo;, declared with attribute warn_unused_result [-Wunused-result]</p><p>/tmp/ccu4RE3v.o: In function `read_mythtv_data&#39;:</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:184: undefined reference to `mysql_init&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:185: undefined reference to `mysql_options&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:186: undefined reference to `mysql_real_connect&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:196: undefined reference to `mysql_query&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:197: undefined reference to `mysql_store_result&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:201: undefined reference to `mysql_num_rows&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:210: undefined reference to `mysql_fetch_row&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:235: undefined reference to `mysql_free_result&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:262: undefined reference to `mysql_close&#39;</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:188: undefined reference to `mysql_error&#39;</p><p>/tmp/ccu4RE3v.o: In function `main&#39;:</p><p>/home/dave/Downloads/mythtvfs/mythtvfs.c:490: undefined reference to `fuse_main_real&#39;</p><p>collect2: error: ld returned 1 exit status</p><p>make: *** [mythtvfs] Error 1</p><p>&nbsp;</p><p>&nbsp;</p><p>Regards,</p><p>Dave.<br />&nbsp;</p>
</body>
</html>