On Mon, Jul 1, 2013 at 8:24 AM, Nemanja Savic <vlasi...@gmail.com> wrote: > Hi all guys, > > i have just wanted to build and install 3.6.5.1 on my system (RHEL6, 64bit). > I did cmake, and warnings about missing header files came out, for example: > >> Looking for intrin.h - not found >> Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed >> Performing Test have_maltivec - Failed >> Performing Test have_mfpu_neon - Failed >> . >> . >> . > > {some other tests} > Looking for C++ include io.h - not found > Looking for C++ include dev/ppbus/ppi.h - not found > Performing Test HAVE_SSLEEP - Failed > > > I don't know how important this can be, but probably everything is > important. I did make and some errors also came out, like: > > /home/savi_ne/tools/gnuradio-3.6.5.1/gruel/src/lib/pmt/pmt_int.h:243: > Warning: include file pmt_unv_int.h not found, perhaps you forgot to add its > directory to INCLUDE_PATH? > /home/savi_ne/tools/gnuradio-3.6.5.1/gr-digital/include/digital_impl_mpsk_snr_est.h:246: > Error: Unexpected character `"' > /home/savi_ne/tools/gnuradio-3.6.5.1/gr-digital/include/digital_impl_mpsk_snr_est.h:248: > Error: Unexpected character `"' > > ... > > When compiling was finished, I started make test, and get error on test > qa_pdu (number 34) > Then I run ctest -V and no error appeared, and I run make test again and > qa_udp_source sink error appeared. > Does anybody have an idea what should I do next? Should i go back to cmake > and try to finish that without any error and warning? > > Best regards > > -- > Nemanja Savić
I think your files are borked. First, io.h really should be there and easily found. And line 246 of digital_impl_mpsk_snr_est.h is in a comment and should not be causing errors (even Doxygen shouldn't have a problem with this; there's no special formatting or anything). I would redownload the release tarball, check the MD5 hash, and try again. If you are using git and checking out the v3.6.5.1 tag, first clean and reset your git tree (or just delete it and reclone). Tom _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio