I would recommend cleaning it up. But if /path/to/prefix is the top of the root directory for gnuradio, then I'm going to call it PREFIX - and assume the relative paths in your post are relative to PREFIX - where PREFIX is relative to the system root, i.e.,
/PREFIX/include/gnuradio/io_signature.h /PREFIX/src/gnuradio/gnuradio-runtime/include/gnuradio/io_signature.h Is there anything in /PREFIX/bin /PREFIX/lib /PREFIX/etc /PREFIX/libexec /PREFIX/share - I'm ignoring /PREFIX/include because you already indicated there's something in that directory. If they're populated, then you're done. Otherwise you need to define the "correct directory" where you're running make. -- Cinaed On 06/23/2016 04:36 PM, Pavan Yedavalli wrote: > Hi, > > I just installed pybombs and gnuradio successfully, but when I run make > in the correct directory, it says gnuradio/io_signature.h: No such file > or directory. > > I have a feeling it's because I made my prefix /path/to/prefix as > opposed to /usr/local, because I can find the file in > ./include/gnuradio/io_signature.h and > ./src/gnuradio/gnuradio-runtime/include/gnuradio/io_signature.h, so it > just seems like it's not pointing to it correctly. I'm sure it's just a > simple command for it to know that everything is in /path/to/prefix. > > Alternatively, I could just uninstall pybombs and start over with > /usr/local as the correct prefix. I'm not sure whether it's the problem, > but just hypothesizing (because this didn't happen in my old > installation of pybombs/gnuradio with /usr/local as the prefix, unless > I'm forgetting that I did something else). > > Thanks for the help. > > > > > > > -- > Pavan > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio