On Fri, May 9, 2014 at 9:43 AM, Nemanja Savic <vlasi...@gmail.com> wrote:
> Ok, I'll try there. Do you have any idea what is the problem with QFile > while building qtgui. > That one seems strange, being such an integral part of QT. But my guess is that it's an API change in a QT version that we missed. (We'll be updating the QT minimum version in 3.8). When asking questions related to a dependency like this, it's always best to give us the the version of the library. Tom > On Fri, May 9, 2014 at 3:37 PM, Tom Rondeau <t...@trondeau.com> wrote: > >> On Fri, May 9, 2014 at 9:29 AM, Nemanja Savic <vlasi...@gmail.com> wrote: >> >>> make in gr-trellis folder works, but when I run again from build folder >>> the same error appears. >>> >> >> Ok, well this is getting boring. For things like this, best to jump into >> our IRC chatroom to work through it. No one wants to see us go back in >> forth on "try this and that." Any followup should be a resolution. >> >> Tom >> >> >> >> >>> On Fri, May 9, 2014 at 3:15 PM, Tom Rondeau <t...@trondeau.com> wrote: >>> >>>> On Fri, May 9, 2014 at 9:14 AM, Nemanja Savic <vlasi...@gmail.com>wrote: >>>> >>>>> I am trying to build 3.7.3, and doxygen version is: >>>>> doxygen-1.6.1-6.el6.x86_64. >>>>> I tried to run again and got the error again. >>>>> >>>> >>>> try: "cd gr-trellis; make" and let that complete. Then try again. >>>> >>>> Tom >>>> >>>> >>>> >>>> >>>>> On Fri, May 9, 2014 at 3:09 PM, Tom Rondeau <t...@trondeau.com> wrote: >>>>> >>>>>> On Fri, May 9, 2014 at 8:01 AM, Nemanja Savic <vlasi...@gmail.com>wrote: >>>>>> >>>>>>> Unfortunatelly there is another error which is not reported by >>>>>>> anybody since now: >>>>>>> >>>>>>> [ 74%] Building CXX object >>>>>>> gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/qtgui_util.cc.o >>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-qtgui/lib/qtgui_util.cc: In >>>>>>> function ‘QString get_qt_style_sheet(QString)’: >>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-qtgui/lib/qtgui_util.cc:30: >>>>>>> error: ‘QFile’ was not declared in this scope >>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-qtgui/lib/qtgui_util.cc:30: >>>>>>> error: expected ‘;’ before ‘ss’ >>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-qtgui/lib/qtgui_util.cc:31: >>>>>>> error: ‘ss’ was not declared in this scope >>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-qtgui/lib/qtgui_util.cc:35: >>>>>>> error: ‘ss’ was not declared in this scope >>>>>>> make[2]: *** >>>>>>> [gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/qtgui_util.cc.o] Error 1 >>>>>>> make[1]: *** [gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/all] Error 2 >>>>>>> make: *** [all] Error 2 >>>>>>> >>>>>>> Since I use only WXGui I tried to turn off QtGUI in the >>>>>>> configuration by running ccmake and setting the flag to off, but then >>>>>>> some >>>>>>> other problems appear rgarding doxigen: >>>>>>> >>>>>>> Scanning dependencies of target digital_generated_includes >>>>>>> [ 6%] Generating chunks_to_symbols_bf.h, chunks_to_symbols_bc.h, >>>>>>> chunks_to_symbols_sf.h, chunks_to_symbols_sc.h, chunks_to_symbols_if.h, >>>>>>> chunks_to_symbols_ic.h >>>>>>> [ 6%] Built target digital_generated_includes >>>>>>> Scanning dependencies of target doxygen_target >>>>>>> make[2]: *** No rule to make target `trellis_generated_includes', >>>>>>> needed by `docs/doxygen/xml'. Stop. >>>>>>> make[1]: *** [docs/doxygen/CMakeFiles/doxygen_target.dir/all] Error 2 >>>>>>> make: *** [all] Error 2 >>>>>>> >>>>>>> Hw can I now overcome this? >>>>>>> >>>>>>> Thanx, >>>>>>> Nemanja >>>>>>> >>>>>> >>>>>> Just try running 'make' again. What version are you using? That >>>>>> doxygen bug should have been fixed already. >>>>>> >>>>>> Tom >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> On Fri, May 9, 2014 at 12:39 PM, Nemanja Savic >>>>>>> <vlasi...@gmail.com>wrote: >>>>>>> >>>>>>>> You are right regarding search, I have no excuse, and thanks for >>>>>>>> helping me. >>>>>>>> >>>>>>>> >>>>>>>> On Fri, May 9, 2014 at 12:02 PM, Marcus Müller < >>>>>>>> marcus.muel...@ettus.com> wrote: >>>>>>>> >>>>>>>>> Hi Nemanja, >>>>>>>>> >>>>>>>>> that issue has been fixed in more recent GR versions (it was a >>>>>>>>> incompatibility with old Boost versions). >>>>>>>>> If you do not wish to update GNU Radio, just replace >>>>>>>>> boost::random::mt19937 by boost::mt19937 in >>>>>>>>> message_strobe_random_impl. >>>>>>>>> >>>>>>>>> Greetings, >>>>>>>>> Marcus >>>>>>>>> >>>>>>>>> PS: Googling for "error: ‘mt19937’ in namespace ‘boost::random’ >>>>>>>>> does not >>>>>>>>> name a type" turns up my previous posts about the issue. This is >>>>>>>>> really >>>>>>>>> just a friendly reminder that you should make sure that your >>>>>>>>> questions >>>>>>>>> have not yet been answered before posting to the list, since this >>>>>>>>> is >>>>>>>>> more often than not even faster than asking :) >>>>>>>>> >>>>>>>>> On 09.05.2014 11:12, Nemanja Savic wrote: >>>>>>>>> > Hi all guys, >>>>>>>>> > >>>>>>>>> > I have again prob;lem building new version of gnuradio on my >>>>>>>>> RHEL6 machine. >>>>>>>>> > The error is following: >>>>>>>>> > >>>>>>>>> > [ 26%] Building CXX object >>>>>>>>> > >>>>>>>>> gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/message_strobe_random_impl.cc.o >>>>>>>>> > In file included from >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.cc:27: >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.h:48: >>>>>>>>> > error: ‘mt19937’ in namespace ‘boost::random’ does not name a >>>>>>>>> type >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.cc: >>>>>>>>> > In constructor >>>>>>>>> > >>>>>>>>> ‘gr::blocks::message_strobe_random_impl::message_strobe_random_impl(pmt::pmt_t, >>>>>>>>> > gr::blocks::message_strobe_random_distribution_t, float, float)’: >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.cc:57: >>>>>>>>> > error: class ‘gr::blocks::message_strobe_random_impl’ does not >>>>>>>>> have any >>>>>>>>> > field named ‘d_rng’ >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.cc: >>>>>>>>> > In member function ‘void >>>>>>>>> > gr::blocks::message_strobe_random_impl::update_dist()’: >>>>>>>>> > >>>>>>>>> /home/savi_ne/tools/gnuradio-3.7.3/gr-blocks/lib/message_strobe_random_impl.cc:89: >>>>>>>>> > error: ‘d_rng’ was not declared in this scope >>>>>>>>> > make[2]: *** >>>>>>>>> > >>>>>>>>> [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/message_strobe_random_impl.cc.o] >>>>>>>>> > Error 1 >>>>>>>>> > make[1]: *** [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/all] >>>>>>>>> Error 2 >>>>>>>>> > >>>>>>>>> > Has anybody had this error before? >>>>>>>>> > >>>>>>>>> > Best, >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > _______________________________________________ >>>>>>>>> > 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 >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Nemanja Savić >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Nemanja Savić >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Discuss-gnuradio mailing list >>>>>>> Discuss-gnuradio@gnu.org >>>>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Nemanja Savić >>>>> >>>> >>>> >>> >>> >>> -- >>> Nemanja Savić >>> >> >> > > > -- > Nemanja Savić >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio