Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-02 Thread Activecat
Dear Sir,

Thanks, this solve the problems.
The GNU Radio has been installed successfully using PyBOMBS.

Thank you very much.


On Thu, Apr 2, 2015 at 10:30 AM, Ron Economos w...@comcast.net wrote:

  The actual fix is a little more complicated. You can download a patched
 file from here:

 http://www.w6rz.net/dvbt2_paprtr_cc_impl.cc

 w6rz.net is my personal website.

 Ron


 On 04/01/2015 07:11 PM, Activecat wrote:

 Dear Sir,

  I have comment out the #include complex.h, but still has error, as
 below:

  [ 80%] Building CXX object
 gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o
 [ 86%] Built target gnuradio-qtgui
 [ 86%] Built target fcd_nfm_rx
 [ 87%] Built target test_atsci
 [ 87%] Built target _atsc_swig
 [ 87%] Built target _qtgui_swig
 [ 88%] Built target gnuradio-channels
 [ 88%] Built target _channels_swig
 [ 92%] Built target gnuradio-digital
 [ 92%] Built target _digital_swig
 [ 98%] Built target gnuradio-trellis
 [ 98%] Built target _trellis_swig

 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:
 In member function ‘virtual int gr::dtv::dvbt2_paprtr_cc_impl::work(int,
 gr_vector_const_void_star, gr_vector_void_star)’:

 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:770:102:
 error: ‘_Complex_I’ was not declared in this scope

 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:771:37:
 error: ‘cexp’ was not declared in this scope

 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:772:48:
 error: ‘creal’ was not declared in this scope

 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:773:49:
 error: ‘cimag’ was not declared in this scope
 make[2]: ***
 [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o]
 Error 1
 make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
 make: *** [all] Error 2
 Build failed. See output above for error messages.


  The complete log is at
 https://github.com/activecat/gnuradio/blob/master/installation_log_003.txt
 Please advise, thanks.


 On Thu, Apr 2, 2015 at 9:49 AM, Ron Economos w...@comcast.net wrote:

 In your previous pull request, you deleted the line:

 #include complex.h

 in gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc

 This would directly fix the build issues reported by Activecat and Marcus
 Leech.

 Ron

 On 04/01/2015 06:34 PM, Michael Dickens wrote:

 I'm not sure my forthcoming pull request directly addresses these
 specific issues, but it does a bunch of others for C++11 compliance in
 std::complex -- whether or not you're using C++11; it's backward compatible
 with C++0x and earlier, and should be forward compatible as well. Before we
 address these specific issues, let's get my patches in place -- they remove
 all of the GCC extensions to std::complex, so they might have an impact on
 these issues. I should be able to do the PR tomorrow; still testing on
 various systems tonight. - MLD
 On Wed, Apr 1, 2015, at 09:24 PM, Johnathan Corgan wrote:

 I believe Michael Dickens will have a comprehensive fix for issues like
 this soon.



 ___
 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


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Ron Economos
I know what's causing this error. It's a function of using the GCC 4.7 
compiler. It works with GCC 4.8 or later because the define complex in 
complex.h is undefined in complex.


I'll have a fix for this soon.

Ron

On 04/01/2015 04:57 PM, Activecat wrote:

Dear Sir,

Recently I failed to install GNU Radio using PyBOMBS.
Error message:

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:750:95: 
error: 'volk_32fc_s32fc_multiply_32fc' was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:756:72: 
error: cannot convert 'gr_complex* {aka std::complexfloat*}' to 
'const int*' in argument passing
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:780:71: 
error: 'volk_32fc_x2_multiply_conjugate_32fc' was not declared in this 
scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:785:62: 
error: cannot convert 'gr_complex* {aka std::complexfloat*}' to 
'const int*' in argument passing
make[2]: *** 
[gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o] 
Error 1

make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
Linking CXX executable fcd_nfm_rx
[ 91%] Built target fcd_nfm_rx
Linking CXX shared module _qtgui_swig.so
[ 91%] Built target _qtgui_swig
Linking CXX shared module _digital_swig.so
[ 91%] Built target _digital_swig
make: *** [all] Error 2
Build failed. See output above for error messages.


The complete installation log is at 
https://github.com/activecat/gnuradio/blob/master/installation_log_001.txt


I am using Debian 7.8 64bit.
Further details of system info is at 
https://github.com/activecat/gnuradio/blob/master/system_info.txt


Please advise me how to solve this installation error.
Thank you very much.



___
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


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Michael Dickens
Ok; my PR will remove that header, so hopefully it'll take care of the
issue. - MLD

On Wed, Apr 1, 2015, at 09:49 PM, Ron Economos wrote:
 In your previous pull request, you deleted the line:
 
 #include complex.h
 
 in gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc
 
 This would directly fix the build issues reported by Activecat and 
 Marcus Leech.i

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Johnathan Corgan
I believe Michael Dickens will have a comprehensive fix for issues like
this soon.

On Wed, Apr 1, 2015 at 5:44 PM, Ron Economos w...@comcast.net wrote:

  I know what's causing this error. It's a function of using the GCC 4.7
 compiler. It works with GCC 4.8 or later because the define complex in
 complex.h is undefined in complex.

 I'll have a fix for this soon.

 Ron


 On 04/01/2015 04:57 PM, Activecat wrote:

 Dear Sir,

  Recently I failed to install GNU Radio using PyBOMBS.
 Error message:

  
 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:750:95:
 error: ‘volk_32fc_s32fc_multiply_32fc’ was not declared in this scope
 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:756:72:
 error: cannot convert ‘gr_complex* {aka std::complexfloat*}’ to ‘const
 int*’ in argument passing
 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:780:71:
 error: ‘volk_32fc_x2_multiply_conjugate_32fc’ was not declared in this scope
 /home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:785:62:
 error: cannot convert ‘gr_complex* {aka std::complexfloat*}’ to ‘const
 int*’ in argument passing
 make[2]: ***
 [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o]
 Error 1
 make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
 make[1]: *** Waiting for unfinished jobs
 Linking CXX executable fcd_nfm_rx
 [ 91%] Built target fcd_nfm_rx
 Linking CXX shared module _qtgui_swig.so
 [ 91%] Built target _qtgui_swig
 Linking CXX shared module _digital_swig.so
 [ 91%] Built target _digital_swig
 make: *** [all] Error 2
 Build failed. See output above for error messages.


  The complete installation log is at
 https://github.com/activecat/gnuradio/blob/master/installation_log_001.txt

  I am using Debian 7.8 64bit.
 Further details of system info is at
 https://github.com/activecat/gnuradio/blob/master/system_info.txt

  Please advise me how to solve this installation error.
 Thank you very much.



 ___
 Discuss-gnuradio mailing 
 listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




-- 
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Activecat
Dear Sir,

I have comment out the #include complex.h, but still has error, as
below:

[ 80%] Building CXX object
gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o
[ 86%] Built target gnuradio-qtgui
[ 86%] Built target fcd_nfm_rx
[ 87%] Built target test_atsci
[ 87%] Built target _atsc_swig
[ 87%] Built target _qtgui_swig
[ 88%] Built target gnuradio-channels
[ 88%] Built target _channels_swig
[ 92%] Built target gnuradio-digital
[ 92%] Built target _digital_swig
[ 98%] Built target gnuradio-trellis
[ 98%] Built target _trellis_swig

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:
In member function ‘virtual int gr::dtv::dvbt2_paprtr_cc_impl::work(int,
gr_vector_const_void_star, gr_vector_void_star)’:

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:770:102:
error: ‘_Complex_I’ was not declared in this scope

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:771:37:
error: ‘cexp’ was not declared in this scope

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:772:48:
error: ‘creal’ was not declared in this scope

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:773:49:
error: ‘cimag’ was not declared in this scope
make[2]: ***
[gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o]
Error 1
make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
make: *** [all] Error 2
Build failed. See output above for error messages.


The complete log is at
https://github.com/activecat/gnuradio/blob/master/installation_log_003.txt
Please advise, thanks.


On Thu, Apr 2, 2015 at 9:49 AM, Ron Economos w...@comcast.net wrote:

 In your previous pull request, you deleted the line:

 #include complex.h

 in gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc

 This would directly fix the build issues reported by Activecat and Marcus
 Leech.

 Ron

 On 04/01/2015 06:34 PM, Michael Dickens wrote:

 I'm not sure my forthcoming pull request directly addresses these
 specific issues, but it does a bunch of others for C++11 compliance in
 std::complex -- whether or not you're using C++11; it's backward compatible
 with C++0x and earlier, and should be forward compatible as well. Before we
 address these specific issues, let's get my patches in place -- they remove
 all of the GCC extensions to std::complex, so they might have an impact on
 these issues. I should be able to do the PR tomorrow; still testing on
 various systems tonight. - MLD
 On Wed, Apr 1, 2015, at 09:24 PM, Johnathan Corgan wrote:

 I believe Michael Dickens will have a comprehensive fix for issues like
 this soon.



 ___
 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


[Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Activecat
Dear Sir,

Recently I failed to install GNU Radio using PyBOMBS.
Error message:

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:750:95:
error: ‘volk_32fc_s32fc_multiply_32fc’ was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:756:72:
error: cannot convert ‘gr_complex* {aka std::complexfloat*}’ to ‘const
int*’ in argument passing
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:780:71:
error: ‘volk_32fc_x2_multiply_conjugate_32fc’ was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:785:62:
error: cannot convert ‘gr_complex* {aka std::complexfloat*}’ to ‘const
int*’ in argument passing
make[2]: ***
[gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o]
Error 1
make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
Linking CXX executable fcd_nfm_rx
[ 91%] Built target fcd_nfm_rx
Linking CXX shared module _qtgui_swig.so
[ 91%] Built target _qtgui_swig
Linking CXX shared module _digital_swig.so
[ 91%] Built target _digital_swig
make: *** [all] Error 2
Build failed. See output above for error messages.


The complete installation log is at
https://github.com/activecat/gnuradio/blob/master/installation_log_001.txt

I am using Debian 7.8 64bit.
Further details of system info is at
https://github.com/activecat/gnuradio/blob/master/system_info.txt

Please advise me how to solve this installation error.
Thank you very much.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Michael Dickens
I'm not sure my forthcoming pull request directly addresses these
specific issues, but it does a bunch of others for C++11 compliance in
std::complex -- whether or not you're using C++11; it's backward
compatible with C++0x and earlier, and should be forward compatible as
well. Before we address these specific issues, let's get my patches in
place -- they remove all of the GCC extensions to std::complex, so they
might have an impact on these issues. I should be able to do the PR
tomorrow; still testing on various systems tonight. - MLD

On Wed, Apr 1, 2015, at 09:24 PM, Johnathan Corgan wrote:
 I believe Michael Dickens will have a comprehensive fix for issues
 like this soon.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Ron Economos

In your previous pull request, you deleted the line:

#include complex.h

in gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc

This would directly fix the build issues reported by Activecat and 
Marcus Leech.


Ron

On 04/01/2015 06:34 PM, Michael Dickens wrote:
I'm not sure my forthcoming pull request directly addresses these 
specific issues, but it does a bunch of others for C++11 compliance in 
std::complex -- whether or not you're using C++11; it's backward 
compatible with C++0x and earlier, and should be forward compatible as 
well. Before we address these specific issues, let's get my patches in 
place -- they remove all of the GCC extensions to std::complex, so 
they might have an impact on these issues. I should be able to do the 
PR tomorrow; still testing on various systems tonight. - MLD

On Wed, Apr 1, 2015, at 09:24 PM, Johnathan Corgan wrote:
I believe Michael Dickens will have a comprehensive fix for issues 
like this soon.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Marcus D. Leech

On 04/01/2015 09:24 PM, Johnathan Corgan wrote:
I believe Michael Dickens will have a comprehensive fix for issues 
like this soon.
Ah, this probably explains my failure earlier today for apparently the 
same reason.





On Wed, Apr 1, 2015 at 5:44 PM, Ron Economos w...@comcast.net 
mailto:w...@comcast.net wrote:


I know what's causing this error. It's a function of using the GCC
4.7 compiler. It works with GCC 4.8 or later because the define
complex in complex.h is undefined in complex.

I'll have a fix for this soon.

Ron


On 04/01/2015 04:57 PM, Activecat wrote:

Dear Sir,

Recently I failed to install GNU Radio using PyBOMBS.
Error message:


/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:750:95:
error: 'volk_32fc_s32fc_multiply_32fc' was not declared in this scope

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:756:72:
error: cannot convert 'gr_complex* {aka std::complexfloat*}' to
'const int*' in argument passing

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:780:71:
error: 'volk_32fc_x2_multiply_conjugate_32fc' was not declared in
this scope

/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:785:62:
error: cannot convert 'gr_complex* {aka std::complexfloat*}' to
'const int*' in argument passing
make[2]: ***
[gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o]
Error 1
make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
Linking CXX executable fcd_nfm_rx
[ 91%] Built target fcd_nfm_rx
Linking CXX shared module _qtgui_swig.so
[ 91%] Built target _qtgui_swig
Linking CXX shared module _digital_swig.so
[ 91%] Built target _digital_swig
make: *** [all] Error 2
Build failed. See output above for error messages.


The complete installation log is at
https://github.com/activecat/gnuradio/blob/master/installation_log_001.txt

I am using Debian 7.8 64bit.
Further details of system info is at
https://github.com/activecat/gnuradio/blob/master/system_info.txt

Please advise me how to solve this installation error.
Thank you very much.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org  mailto:Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org mailto:Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




--
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com


___
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


Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Ron Economos
The actual fix is a little more complicated. You can download a patched 
file from here:


http://www.w6rz.net/dvbt2_paprtr_cc_impl.cc

w6rz.net is my personal website.

Ron

On 04/01/2015 07:11 PM, Activecat wrote:

Dear Sir,

I have comment out the #include complex.h, but still has error, as 
below:


[ 80%] Building CXX object 
gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o

[ 86%] Built target gnuradio-qtgui
[ 86%] Built target fcd_nfm_rx
[ 87%] Built target test_atsci
[ 87%] Built target _atsc_swig
[ 87%] Built target _qtgui_swig
[ 88%] Built target gnuradio-channels
[ 88%] Built target _channels_swig
[ 92%] Built target gnuradio-digital
[ 92%] Built target _digital_swig
[ 98%] Built target gnuradio-trellis
[ 98%] Built target _trellis_swig
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc: 
In member function ‘virtual int 
gr::dtv::dvbt2_paprtr_cc_impl::work(int, gr_vector_const_void_star, 
gr_vector_void_star)’:
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:770:102: 
error: ‘_Complex_I’ was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:771:37: 
error: ‘cexp’ was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:772:48: 
error: ‘creal’ was not declared in this scope
/home/sgku/download/gnuradio/pybombs/src/gnuradio/gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc:773:49: 
error: ‘cimag’ was not declared in this scope
make[2]: *** 
[gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/dvbt2/dvbt2_paprtr_cc_impl.cc.o] 
Error 1

make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2
make: *** [all] Error 2
Build failed. See output above for error messages.


The complete log is at 
https://github.com/activecat/gnuradio/blob/master/installation_log_003.txt

Please advise, thanks.


On Thu, Apr 2, 2015 at 9:49 AM, Ron Economos w...@comcast.net 
mailto:w...@comcast.net wrote:


In your previous pull request, you deleted the line:

#include complex.h

in gr-dtv/lib/dvbt2/dvbt2_paprtr_cc_impl.cc

This would directly fix the build issues reported by Activecat and
Marcus Leech.

Ron

On 04/01/2015 06:34 PM, Michael Dickens wrote:

I'm not sure my forthcoming pull request directly addresses
these specific issues, but it does a bunch of others for C++11
compliance in std::complex -- whether or not you're using
C++11; it's backward compatible with C++0x and earlier, and
should be forward compatible as well. Before we address these
specific issues, let's get my patches in place -- they remove
all of the GCC extensions to std::complex, so they might have
an impact on these issues. I should be able to do the PR
tomorrow; still testing on various systems tonight. - MLD
On Wed, Apr 1, 2015, at 09:24 PM, Johnathan Corgan wrote:

I believe Michael Dickens will have a comprehensive fix
for issues like this soon.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org mailto: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