Re: [Discuss-gnuradio] gnuradio make error

2010-12-19 Thread Don Ward

alirazib wrote:


I have installed cygwin with all the required packages, and then installed
boost, portaudio, SDCC and FFTW. WxPython could not be installed 
(WxWidgets
was okay, but then error occurred during 'make'). Anyway, I thought 
WxPython
is not absolutely vital for the initial experiments, so I left it like 
that.
Then during the installation of gnuradio, I could configure (using 
command:

./configure --disable-all-components --enable-omnithread --enable-gruel
--enable-gnuradio-core --enable-gr-audio-oss), but I am getting error 
during

'make':

make  all-recursive
make[1]: Entering directory `/usr/src/gnuradio-3.3.0'
Making all in config
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/config'
Making all in gruel
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/gruel'
Making all in src
make[3]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src'
Making all in lib
make[4]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
Making all in pmt
make[5]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make  all-am
make[6]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
-lwinmm

/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such 
file

or d irectory


This is caused by using Cygwin cppunit 1.12.1-1 (apparently compiled with 
gcc 4.3.2); use cppunit 1.12.0-1 instead (works with gcc 3.4.4).


Can anyone suggest me what to do? I need to install USRP2 drivers after 
this

step. And is WxPython really needed for simple experiments?


I have updated the Cygwin installation instructions for wxPython and GNU 
Radio on the wiki.  The important changes are: (1) don't use cppunit 1.12.1; 
(2) use Python 2.6 (instead of 2.5); (3) for wxPython 2.8.11.0 you don't 
need the patch that was used in 2.8.10, but you do need to patch Python 2.6 
distutils.


I have tested the new instructions (as far as the minium installation of 
gnuradio-3.3.0) and they work for me.  If they don't work for you, send 
details of what doesn't work and we will see if we can fix it.


-- Don W.



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


Re: [Discuss-gnuradio] gnuradio make error

2010-12-19 Thread alirazib

Hi Don: 

Thanks for your feedback. I have followed your suggestions to install a new
cygwin with gcc 3.4.4 for gnuradio. Still WxPython could not be built. Step
9 ($ python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin
BUILD_GLCANVAS
=0 BUILD_GIZMOS=0 UNICODE=0) gives the following error:

WARNING: WXWIN not set in environment. Assuming '..'
Found wx-config: /usr/local/bin/wx-config
Using flags:  --toolkit=msw --unicode=no --version=2.8
Preparing CORE...
Preparing STC...
running build_ext
building '_html' extension
gcc -mcygwin -mdll -O -Wall -DSWIG_TYPE_TABLE=_wxPython_table
-DSWIG_PYTHON_OUTP
UT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DWXU
SINGDLL -D__WXMSW__ -Iinclude -Isrc
-I/usr/local/lib/wx/include/msw-ansi-release
-2.8 -I/usr/local/include/wx-2.8 -I/usr/include/python2.6 -c
src/msw/html_wrap.c
pp -o build/temp.cygwin-1.7.7-i686-2.6/src/msw/html_wrap.o -O3
src/msw/html_wrap.cpp: In function `PyObject*
_wrap_HtmlWinParser_GetWindow(PyOb
ject*, PyObject*)':
src/msw/html_wrap.cpp:4501: warning: `GetWindow' is deprecated (declared at
/usr
/local/include/wx-2.8/wx/html/winpars.h:72)
src/msw/html_wrap.cpp: In member function `virtual wxHtmlOpeningStatus
wxPyHtmlW
indow::OnOpeningURL(wxHtmlURLType, const wxString, wxString*) const':
src/msw/html_wrap.cpp:3115: warning: 'rval' might be used uninitialized in
this
function
writing build/temp.cygwin-1.7.7-i686-2.6/src/msw/_html.def
g++ -mcygwin -shared -s build/temp.cygwin-1.7.7-i686-2.6/src/msw/html_wrap.o
bui
ld/temp.cygwin-1.7.7-i686-2.6/src/msw/_html.def -L/usr/local/lib
-L/usr/lib/pyth
on2.6/config -lwx_msw_richtext-2.8 -lwx_msw_aui-2.8 -lwx_msw_xrc-2.8
-lwx_msw_qa
-2.8 -lwx_msw_html-2.8 -lwx_msw_adv-2.8 -lwx_msw_core-2.8 -lwx_base_xml-2.8
-lwx
_base_net-2.8 -lwx_base-2.8 -lpython2.6 -o
/usr/src/wxPython-src-2.8.11.0/wxPyth
on/wx/_html.dll
building '_media' extension
gcc -mcygwin -mdll -O -Wall -DSWIG_TYPE_TABLE=_wxPython_table
-DSWIG_PYTHON_OUTP
UT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DWXU
SINGDLL -D__WXMSW__ -Iinclude -Isrc
-I/usr/local/lib/wx/include/msw-ansi-release
-2.8 -I/usr/local/include/wx-2.8 -I/usr/include/python2.6 -c
src/msw/media_wrap.
cpp -o build/temp.cygwin-1.7.7-i686-2.6/src/msw/media_wrap.o -O3
writing build/temp.cygwin-1.7.7-i686-2.6/src/msw/_media.def
g++ -mcygwin -shared -s
build/temp.cygwin-1.7.7-i686-2.6/src/msw/media_wrap.o bu
ild/temp.cygwin-1.7.7-i686-2.6/src/msw/_media.def -L/usr/local/lib
-L/usr/lib/py
thon2.6/config -lwx_msw_richtext-2.8 -lwx_msw_aui-2.8 -lwx_msw_xrc-2.8
-lwx_msw_
qa-2.8 -lwx_msw_html-2.8 -lwx_msw_adv-2.8 -lwx_msw_core-2.8
-lwx_base_xml-2.8 -l
wx_base_net-2.8 -lwx_base-2.8 -lpython2.6 -o
/usr/src/wxPython-src-2.8.11.0/wxPy
thon/wx/_media.dll
  3 [main] python 4516 C:\cygwin\bin\python.exe: *** fatal error -
unable to
 remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as
paren
t: 0x26 != 0x34
Stack trace:
Frame Function  Args
002296E8  6102749B  (002296E8, , , )
002299D8  6102749B  (61177B80, 8000, , 61179977)
0022AA08  61004AFB  (611A136C, 6123F284, 0026, 0034)
End of stack trace
  3 [main] python 268 fork: child 4516 - died waiting for dll loading,
errno
 11
error: Resource temporarily unavailable


Anyway, then I tried to make gnuradio, but with the same error:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../..
-I/usr/local/include -I
/usr/src/gnuradio-3.3.0/gruel/src/include
-I/usr/src/gnuradio-3.3.0/gruel/src/in
clude -g -O2 -Wall -Woverloaded-virtual -MT qa_pmt_unv.lo -MD -MP -MF
.deps/qa_p
mt_unv.Tpo -c qa_pmt_unv.cc  -DDLL_EXPORT -DPIC -o .libs/qa_pmt_unv.o
mv -f .deps/qa_pmt_unv.Tpo .deps/qa_pmt_unv.Plo
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file
or d
irectory
/usr/bin/sed: can't read /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No
such
 file or directory
libtool: link: `/usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la' is not a
valid l
ibtool archive
make[6]: *** [libpmt-qa.la] Error 1
make[6]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.3.0'
make: *** [all] Error 2

The problem I see is, it is looking for
/usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la; but there is NO /usr/lib on
my cygwin 

Re: [Discuss-gnuradio] gnuradio make error

2010-12-19 Thread Don Ward

alirazib wrote:

Thanks for your feedback. I have followed your suggestions to install a 
new
cygwin with gcc 3.4.4 for gnuradio. Still WxPython could not be built. 
Step

9 ($ python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin
BUILD_GLCANVAS
=0 BUILD_GIZMOS=0 UNICODE=0) gives the following error:

WARNING: WXWIN not set in environment. Assuming '..'

[...]

   3 [main] python 4516 C:\cygwin\bin\python.exe: *** fatal error -
unable to
remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as
paren
t: 0x26 != 0x34
Stack trace:
Frame Function  Args
002296E8  6102749B  (002296E8, , , )
002299D8  6102749B  (61177B80, 8000, , 61179977)
0022AA08  61004AFB  (611A136C, 6123F284, 0026, 0034)
End of stack trace
 3 [main] python 268 fork: child 4516 - died waiting for dll loading,
errno 11
error: Resource temporarily unavailable


This is a Cygwin (not wxPython) problem.  Try a Google search on unable to 
remap.  (I can't tell you how to fix it from personal experience since I 
haven't seen the problem myself.)



then I tried to make gnuradio, but with the same error:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../..
-I/usr/local/include -I
/usr/src/gnuradio-3.3.0/gruel/src/include
-I/usr/src/gnuradio-3.3.0/gruel/src/in
clude -g -O2 -Wall -Woverloaded-virtual -MT qa_pmt_unv.lo -MD -MP -MF
.deps/qa_p
mt_unv.Tpo -c qa_pmt_unv.cc  -DDLL_EXPORT -DPIC -o .libs/qa_pmt_unv.o
mv -f .deps/qa_pmt_unv.Tpo .deps/qa_pmt_unv.Plo
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such 
file

or directory


This is because you are using cppunit 1.12.1-1.  If you use cppunit 1.12.0-1 
you won't have this problem.  You may need to start over on the GNU Radio 
installation after going back to 1.12.0-1.


Hope this helps,

-- Don W.



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


Re: [Discuss-gnuradio] gnuradio make error

2010-12-19 Thread alirazib

Thanks a lot, Don! Finally I was able to install gnuradio-3.3.0 minimum
version and could run the demo files. I still haven't checked to see if
WxPython could be installed though. I'll try installing the USRP2 drivers
now.

Thanks once again. You've been of great help!
Ali  


Don Ward wrote:
 
 alirazib wrote:
 
 Thanks for your feedback. I have followed your suggestions to install a 
 new
 cygwin with gcc 3.4.4 for gnuradio. Still WxPython could not be built. 
 Step
 9 ($ python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin
 BUILD_GLCANVAS
 =0 BUILD_GIZMOS=0 UNICODE=0) gives the following error:

 WARNING: WXWIN not set in environment. Assuming '..'
 [...]
3 [main] python 4516 C:\cygwin\bin\python.exe: *** fatal error -
 unable to
 remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as
 paren
 t: 0x26 != 0x34
 Stack trace:
 Frame Function  Args
 002296E8  6102749B  (002296E8, , , )
 002299D8  6102749B  (61177B80, 8000, , 61179977)
 0022AA08  61004AFB  (611A136C, 6123F284, 0026, 0034)
 End of stack trace
  3 [main] python 268 fork: child 4516 - died waiting for dll loading,
 errno 11
 error: Resource temporarily unavailable
 
 This is a Cygwin (not wxPython) problem.  Try a Google search on unable
 to 
 remap.  (I can't tell you how to fix it from personal experience since I 
 haven't seen the problem myself.)
 
 then I tried to make gnuradio, but with the same error:

 libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../..
 -I/usr/local/include -I
 /usr/src/gnuradio-3.3.0/gruel/src/include
 -I/usr/src/gnuradio-3.3.0/gruel/src/in
 clude -g -O2 -Wall -Woverloaded-virtual -MT qa_pmt_unv.lo -MD -MP -MF
 .deps/qa_p
 mt_unv.Tpo -c qa_pmt_unv.cc  -DDLL_EXPORT -DPIC -o .libs/qa_pmt_unv.o
 mv -f .deps/qa_pmt_unv.Tpo .deps/qa_pmt_unv.Plo
 /bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
 -Woverload
 ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
 qa_pmt_prim
 s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
 /usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such 
 file
 or directory
 
 This is because you are using cppunit 1.12.1-1.  If you use cppunit
 1.12.0-1 
 you won't have this problem.  You may need to start over on the GNU Radio 
 installation after going back to 1.12.0-1.
 
 Hope this helps,
 
 -- Don W.
 
 
 
 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 

-- 
View this message in context: 
http://old.nabble.com/gnuradio-make-error-tp30484944p30496258.html
Sent from the GnuRadio mailing list archive at Nabble.com.


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


[Discuss-gnuradio] gnuradio make error

2010-12-17 Thread alirazib

Hi,

I have installed cygwin with all the required packages, and then installed
boost, portaudio, SDCC and FFTW. WxPython could not be installed (WxWidgets
was okay, but then error occurred during 'make'). Anyway, I thought WxPython
is not absolutely vital for the initial experiments, so I left it like that.
Then during the installation of gnuradio, I could configure (using command:
./configure --disable-all-components --enable-omnithread --enable-gruel
--enable-gnuradio-core --enable-gr-audio-oss), but I am getting error during
'make':

make  all-recursive
make[1]: Entering directory `/usr/src/gnuradio-3.3.0'
Making all in config
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/config'
Making all in gruel
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/gruel'
Making all in src
make[3]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src'
Making all in lib
make[4]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
Making all in pmt
make[5]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make  all-am
make[6]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++  
-lwinmm

/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file
or d
irectory
/usr/bin/sed: can't read /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No
such
 file or directory
libtool: link: `/usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la' is not a
valid l
ibtool archive
make[6]: *** [libpmt-qa.la] Error 1
make[6]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/gruel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.3.0'
make: *** [all] Error 2

Can anyone suggest me what to do? I need to install USRP2 drivers after this
step. And is WxPython really needed for simple experiments?

Thanks in advance,
Ali
-- 
View this message in context: 
http://old.nabble.com/gnuradio-make-error-tp30484944p30484944.html
Sent from the GnuRadio mailing list archive at Nabble.com.


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


Re: [Discuss-gnuradio] gnuradio make error

2010-12-17 Thread Don Ward

alirazib wrote:


I have installed cygwin with all the required packages, and then installed
boost, portaudio, SDCC and FFTW. WxPython could not be installed 
(WxWidgets
was okay, but then error occurred during 'make'). Anyway, I thought 
WxPython
is not absolutely vital for the initial experiments, so I left it like 
that.
Then during the installation of gnuradio, I could configure (using 
command:

./configure --disable-all-components --enable-omnithread --enable-gruel
--enable-gnuradio-core --enable-gr-audio-oss), but I am getting error 
during

'make':

make  all-recursive
make[1]: Entering directory `/usr/src/gnuradio-3.3.0'
Making all in config
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/config'
Making all in gruel
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/gruel'
Making all in src
make[3]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src'
Making all in lib
make[4]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
Making all in pmt
make[5]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make  all-am
make[6]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
-lwinmm

/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such 
file

or directory


It looks like someone is trying the find a library file associated with gcc 
4.3.2.  I have never seen 4.3.2 on Cygwin; I know that 4.3.4 has problems 
with GNU Radio but 3.4.4 worked the last time I tried it.


What version of g++ are you using (i.e., what does g++ --version say)? 
What do you see when you say ls /usr/lib/gcc/i686-pc-cygwin?


[...]

Can anyone suggest me what to do? I need to install USRP2 drivers after 
this

step. And is WxPython really needed for simple experiments?


WxPython is really useful for visualizing what is happening, but is not 
absolutely required.


-- Don W.


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


[Discuss-gnuradio] gnuradio make error

2010-04-11 Thread xiong jie
After successful configuration. I got the following 'make' error:
I searched online and found that I need to set the LD_LIBRARY_PATH.
I set LD_LIBRARY-PATH to my boost_install_directory/lib
but still got the same error.

Anyone has some idea?
I appreciate if you can help.



/bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2  -Wall
-Woverloaded-virtual -pthread   -o test_gruel  test_gruel.o pmt/libpmt-qa.la
libgruel.la
g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/test_gruel
test_gruel.o  pmt/.libs/libpmt-qa.a -L/usr/lib64 -lcppunit -ldl
./.libs/libgruel.so -lboost_thread -lrt  -Wl,--rpath
-Wl,/home/xiongjie/install-gnuradio/lib64
./.libs/libgruel.so: undefined reference to
`boost::detail::get_current_thread_data()'
./.libs/libgruel.so: undefined reference to
`boost::this_thread::disable_interruption::disable_interruption()'
./.libs/libgruel.so: undefined reference to `boost::thread::interrupt()'
./.libs/libgruel.so: undefined reference to `vtable for
boost::detail::thread_data_base'
./.libs/libgruel.so: undefined reference to
`boost::detail::thread_data_base::~thread_data_base()'
./.libs/libgruel.so: undefined reference to
`boost::this_thread::disable_interruption::~disable_interruption()'
./.libs/libgruel.so: undefined reference to `typeinfo for
boost::detail::thread_data_base'
./.libs/libgruel.so: undefined reference to `boost::thread::start_thread()'
collect2: ld returned 1 exit status
make[5]: *** [test_gruel] Error 1


-- 
Regards,
XJ
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


RE: [Discuss-gnuradio] gnuradio make error

2005-08-10 Thread Jimmy Wong \(DiGi - Central\)
: Eric Blossom [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 10, 2005 12:47 AM
To: Jimmy Wong (DiGi - Central)
Cc: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] gnuradio make error

On Tue, Aug 09, 2005 at 04:01:53PM +0800, Jimmy Wong (DiGi - Central)
wrote:
 hi
 
  
 
 I face problem when makeing the gnuradio 2.5 tarball version.
 FYI, I'm using Redhat Fedora 2.
 
 Followings are the error message displayed.

I didn't see any error indicated in the messages listed.

Try capturing both stdout and stderr:

  $ make 21 | tee make.log

Eric


DiGi DISCLAIMER:
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mis-transmission. If you receive this message in 
error, please immediately delete it and all copies of it from your system, 
destroy any hard copies of it and notify the sender. You must not, directly, 
use, disclose, distribute, print, or copy any part of this message if you are 
not the intended recipient. DIGI TELECOMMUNICATIONS SDN BHD reserves the right 
to monitor all e-mail communications through its networks. Any views expressed 
in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorised to state them to be the views of 
any such entity.


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


[Discuss-gnuradio] gnuradio make error

2005-08-09 Thread Jimmy Wong \(DiGi - Central\)








hi



I face problem when makeing the gnuradio 2.5 tarball
version.

FYI, Im using Redhat Fedora 2.



Followings are the error message displayed.



make all-recursive

make[1]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5'

Making all in config

make[2]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/config'

make[2]: Nothing to be done
for `all'.

make[2]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/config'

Making all in src

make[2]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src'

Making all in gen_interpolator_taps

make[3]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/gen_interpolator_taps'

make[3]: Nothing to be done
for `all'.

make[3]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/gen_interpolator_taps'

Making all in lib

make[3]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib'

Making all in missing

make[4]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib/missing'

make[4]: Nothing to be done
for `all'.

make[4]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib/missing'

Making all in runtime

make[4]: Entering directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib/runtime'

if /bin/sh ../../../libtool
--mode=compile g++ -DHAVE_CONFIG_H -I.
-I. -I../../.. -I../../../src/lib/runtime
-I../../../src/lib/general -I../../../src/lib/filter -I../../../src/lib/io -I../../../src/lib/g72x
-I../../../src/lib/atsc -I../../../src/lib/omnithread -I../../../src/lib/general
-I../../../src/lib/filter -I/usr/local/include -I/usr/local/include
-g -O2 -Wall -Woverloaded-virtual -pthread -MT gr_block.lo -MD -MP -MF .deps/gr_block.Tpo
-c -o gr_block.lo gr_block.cc; \

then mv -f .deps/gr_block.Tpo
.deps/gr_block.Plo; else rm -f .deps/gr_block.Tpo; exit
1; fi

g++ -DHAVE_CONFIG_H -I.
-I. -I../../.. -I../../../src/lib/runtime
-I../../../src/lib/general -I../../../src/lib/filter -I../../../src/lib/io -I../../../src/lib/g72x
-I../../../src/lib/atsc -I../../../src/lib/omnithread -I../../../src/lib/general
-I../../../src/lib/filter -I/usr/local/include -I/usr/local/include -g -O2
-Wall -Woverloaded-virtual -pthread -MT gr_block.lo -MD -MP -MF .deps/gr_block.Tpo
-c gr_block.cc -fPIC -DPIC -o .libs/gr_block.o

make[4]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib/runtime'

make[3]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src/lib'

make[2]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5/src'

make[1]: Leaving directory
`/root/SDRLinux/Program/gnuradio-core-2.5'



Please help!

Thanks



Jimmy






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


Re: [Discuss-gnuradio] gnuradio make error

2005-08-09 Thread Eric Blossom
On Tue, Aug 09, 2005 at 04:01:53PM +0800, Jimmy Wong (DiGi - Central) wrote:
 hi
 
  
 
 I face problem when makeing the gnuradio 2.5 tarball version.
 FYI, I'm using Redhat Fedora 2.
 
 Followings are the error message displayed.

I didn't see any error indicated in the messages listed.

Try capturing both stdout and stderr:

  $ make 21 | tee make.log

Eric


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