<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 3, 2019, 9:37 PM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 3 May 2019 16:03:01 -0700, you wrote:<br>
<br>
>I'm trying to compile 6200ch and an getting the error:<br>
>/usr/include/libavc1394/rom1394.h:27:32: fatal error: libraw/raw1394.h no<br>
>such file or directory.<br>
><br>
>Was looking around for others with the same problem. One suggested<br>
>installing libraw1394-dev, which I did, but no help.<br>
><br>
>Anyone know what is wrong?<br>
<br>
On my Ubuntu 18.04 system, I run this command to find where files are<br>
or what package to install:<br>
<br>
root@mypvr:~# apt-file search raw1394.h<br>
libraw1394-dev: /usr/include/libraw1394/raw1394.h<br>
<br>
To use apt-file, you need to have installed the apt-file package, and<br>
to run "apt-file update" for it to download the latest package<br>
information.<br>
<br>
So it looks like the advice to install libraw1394-dev was correct.  So<br>
maybe your include paths for the compile need adjusting to add that<br>
directory.<br>
<br>
If you have the mlocate package installed, you can run "updatedb" to<br>
get it to scan all your files and then "locate raw1394.h" to see where<br>
you have copies of that file.  You only need to run updatedb if you<br>
recently installed things - it gets run automatically every day by the<br>
anacron cron.daily task.<br><br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">Did as you suggested with locate. There is no raw1394.h. There are only /usr/lib/x86_64-linux-gnu/libraw.so.11 and 11.1.0</span><br></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">Odd since the dev package install seemed to go well.</span></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div></div></div>