discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX 10.5


From: Michael Dickens
Subject: [Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX 10.5.8
Date: Tue, 1 Jun 2010 11:08:42 -0600

(1) % ../../configure

checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for git... /opt/local/bin/git
checking existence of git version control directory... ok
checking git description of current commit... cut: illegal option -- -
usage: cut -b list [-n] [file ...]
      cut -c list [file ...]
      cut -f list [-s] [-d delim] [file ...]
../../configure: line 3672: test: too many arguments
v3.3.0-rc3-0-g944a8b6f
configure: GNU Radio Release 3.3.0-rc3
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
[snip]
checking whether the boost::program_options includes are available... yes
checking for exit in -lboost_program_options-d... yes
date: illegal option -- R
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [- v[+|-]val[ymwdHMS]] ...
           [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
checking for arpa/inet.h... (cached) yes
checking for netinet/in.h... (cached) yes
[snip]

(2) % make check

[snip]
>>> gr_fir_fff: using SSE
>>> gr_fir_ccf: using SSE
..................................................................................................


OK (98 tests)


PASS: test_all
=============
1 test passed
=============
Making check in python
Making check in gnuradio
Making check in gr
make  check-TESTS
Traceback (most recent call last):
File "../../../../../../../gnuradio-core/src/python/gnuradio/gr/ qa_add_and_friends.py", line 23, in <module>
   from gnuradio import gr, gr_unittest
File "/opt/GNURadio/git/gnuradio-core/src/python/gnuradio/gr/ __init__.py", line 43, in <module>
   from gnuradio_swig_python import *
File "/opt/GNURadio/git/gnuradio-core/src/lib/swig/ gnuradio_swig_python.py", line 23, in <module>
   from gnuradio_swig_py_runtime import *
File "/opt/GNURadio/git/builds/master/gnuradio-core/src/lib/swig/ gnuradio_swig_py_runtime.py", line 24, in <module>
   _gnuradio_swig_py_runtime = swig_import_helper()
File "/opt/GNURadio/git/builds/master/gnuradio-core/src/lib/swig/ gnuradio_swig_py_runtime.py", line 16, in swig_import_helper
   import _gnuradio_swig_py_runtime
ImportError: dlopen(/opt/GNURadio/git/builds/master/gnuradio-core/src/ lib/swig/.libs/_gnuradio_swig_py_runtime.so, 10): Library not loaded: / usr/local/lib/libgnuradio-core.0.dylib Referenced from: /opt/GNURadio/git/builds/master/gnuradio-core/src/ lib/swig/.libs/_gnuradio_swig_py_runtime.so
 Reason: image not found
[snip]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]