Hey,

 

Thanks,

I have got that fixed.

Now I am using the 3.7.2.1

When it loads it display this :

 

Warning (from warnings module):

  File
"C:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py",
line 1509

    "\nYou don't have the C version of NameMapper installed! "

UserWarning: 

You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.

Warning: Block key "blocks_ctrlport_monitor_performance" not found when
loading category tree.

Warning: Block key "blocks_ctrlport_monitor_performance" not found when
loading category tree.

<<< Welcome to GNU Radio Companion 3.7.2.1 >>>

 

And then I open the dial_tone example to see if it's working o.k and I get:

 

Loading: "C:\Python27\gnuradio\share\gnuradio\examples\audio\dial_tone.grc"

>>> Error: Block key "variable_slider" not found in Platform - grc(GNU Radio
Companion)

Traceback (most recent call last):

  File "C:\Python27\gnuradio\bin\gnuradio-companion.py", line 70, in
<module>

    try:
gtk.window_set_default_icon(gtk.IconTheme().load_icon('gnuradio-grc', 256,
0))

GError: Icon 'gnuradio-grc' not present in theme

>>> Error: Block key "variable_slider" not found in Platform - grc(GNU Radio
Companion)

Traceback (most recent call last):

  File "C:\Python27\gnuradio\bin\gnuradio-companion.py", line 70, in
<module>

    try:
gtk.window_set_default_icon(gtk.IconTheme().load_icon('gnuradio-grc', 256,
0))

GError: Icon 'gnuradio-grc' not present in theme

>>> Done

 

Showing: "C:\Python27\gnuradio\share\gnuradio\examples\audio\dial_tone.grc"

 

It's not working + I can't add blocks.I see them on the side screen but when
I double click them nothing happen.

 

As I said before I am using:

I am using win7 64bit on a Lenovo i5

Gnuradio is 3.7.2.1 installed from pre compiled bin

 

Thank's,

iftah  

 

 

 

From: iftah giladi [mailto:g_if...@yahoo.com] 
Sent: Sunday, December 08, 2013 8:42 PM
To: 'discuss-gnuradio@gnu.org'
Subject: truble with the make part of gnuradio

 

Hey all,

 

I am using win7 64bit on a Lenovo i5.

 

Done all the Cygwin installation , got Cygwin64.

Then install all the packages needed.

Got the boost,

Got the wxPython

Got portaudio

And SDCC

And then I configure the gnuradio source for minimal using:

./configure --disable-all-components --enable-gruel --enable-gnuradio-core
--enable-gr-audio-oss

And then when I go for the make, I get error:

 

$ 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'

make[6]: Nothing to be done for 'all-am'.

make[6]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'

make[5]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'

Making all in msg

make[5]: Entering directory '/usr/src/gnuradio-3.3.0/gruel/src/lib/msg'

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

make[5]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src/lib/msg'

make[5]: Entering directory '/usr/src/gnuradio-3.3.0/gruel/src/lib'

/bin/sh ../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverloaded-virtual    -o test_gruel.
exe test_gruel.o pmt/libpmt-qa.la libgruel.la

libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -o .libs/test_gruel.exe
test_gruel.o  pmt/.libs/libp
mt-qa.a -L/usr/lib -lcppunit -ldl ./.libs/libgruel.a -lboost_thread-mt

pmt/.libs/libpmt-qa.a(pmt.o): In function
`__static_initialization_and_destruction_0':

/usr/local/include/boost/system/error_code.hpp:222: undefined reference to
`boost::system::generic_catego
ry()'

/usr/local/include/boost/system/error_code.hpp:222:(.text.startup+0x12):
relocation truncated to fit: R_X
86_64_PC32 against undefined symbol `boost::system::generic_category()'

/usr/local/include/boost/system/error_code.hpp:223: undefined reference to
`boost::system::generic_catego
ry()'

/usr/local/include/boost/system/error_code.hpp:223:(.text.startup+0x1e):
relocation truncated to fit: R_X
86_64_PC32 against undefined symbol `boost::system::generic_category()'

/usr/local/include/boost/system/error_code.hpp:224: undefined reference to
`boost::system::system_categor
y()'

/usr/local/include/boost/system/error_code.hpp:224:(.text.startup+0x2a):
relocation truncated to fit: R_X
86_64_PC32 against undefined symbol `boost::system::system_category()'

collect2: error: ld returned 1 exit status

Makefile:892: recipe for target 'test_gruel.exe' failed

make[5]: *** [test_gruel.exe] Error 1

make[5]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src/lib'

Makefile:942: recipe for target 'all-recursive' failed

make[4]: *** [all-recursive] Error 1

make[4]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src/lib'

Makefile:671: recipe for target 'all-recursive' failed

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel/src'

Makefile:831: recipe for target 'all-recursive' failed

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory '/usr/src/gnuradio-3.3.0/gruel'

Makefile:837: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory '/usr/src/gnuradio-3.3.0'

Makefile:764: recipe for target 'all' failed

make: *** [all] Error 2

 

_____________________________________________

 

Tried anything nothing works.

Please help.

 

Thanks,

iftah

 

 

 

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

Reply via email to