Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-11 Thread Angilberto Muniz Sb
Martin, After I installed your pack Im getting the following behavior: cd\gnuradio\samples\python\audio dial_tone.py Messages: popup window: Runtime Error! Program: c:\python24\python.exe This application requested the Runtime to terminate it in an unusual way... ... DOS: gr_vmcircbuf_mmap_

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-10 Thread Martin Dvh
Hi all, I made new binary installers which include the patches we made on what-the-hack to make the usrp somewhat working on windows. http://www.olifantasia.com/pub/projects/gnuradio/mdvh/mingw/binary-installer/gnuradio-with-usrp/ I just packaged the files we created at what-the-hack, including

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-09 Thread mjam01
thanks, i'll give it a go. much appreciated! :) mike On 09/08/05, Martin Dvh <[EMAIL PROTECTED]> wrote: > mjam01 wrote: > > Hi guys, > > > > Any updates to the mingw usrp gnuradio binary installation files to > > allow for the examples to work with the usrp on windows? Stephane > > mentioned pre

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-09 Thread Martin Dvh
mjam01 wrote: Hi guys, Any updates to the mingw usrp gnuradio binary installation files to allow for the examples to work with the usrp on windows? Stephane mentioned previously that gnuradio-core/usrp/gr-usrp needs to be updated in the installer. Haven't made a new binary installer yet. I am t

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-09 Thread mjam01
Hi guys, Any updates to the mingw usrp gnuradio binary installation files to allow for the examples to work with the usrp on windows? Stephane mentioned previously that gnuradio-core/usrp/gr-usrp needs to be updated in the installer. If not, how can i go about doing it manually? many thanks, mi

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-28 Thread mjam01
Hey, yes i've done a 100% fresh python installation using all of martin's binaries. eagerly awaiting the update! :) cheers, mike On 7/28/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Selon mjam01 <[EMAIL PROTECTED]>: > > thanks eric, that solved that bit... now here's the next

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-28 Thread Stephane Fillod
Hi Mike, Selon mjam01 <[EMAIL PROTECTED]>: > thanks eric, that solved that bit... now here's the next one. i've > tried running various sample codes and this error happens everytime. > > [...] > src = usrp.source_c (0, decim, 1, gru.hexint(0xf0f0f0f2), 0) > F

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-27 Thread mjam01
thanks eric, that solved that bit... now here's the next one. i've tried running various sample codes and this error happens everytime. Traceback (most recent call last): File "C:\mikes\gnuradio-mikes\gnuradio-mikes\tvrx_wfm_rcv_gui.py", line 100, in ? app =

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-26 Thread mjam01
k, thanks. If the following error keeps coming up: gr_vmcirc_buff - unable to find a working factory to solve it delete all the pyc files in: C:\Python24\Lib\site-packages\gnuradio\gr and it will work again. best of luck! :) mike > > > > -

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-26 Thread Martin Dvh
mjam01 wrote: hey, thanks for the new installer. the _usrp0.dll gets past the previous errors. i'm now getting this error, i wonder if you have any ideas? -- Traceback (most recent call last): File "C:\mikes\gnuradio-mikes\gnuradio-

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-26 Thread mjam01
hey, thanks for the new installer. the _usrp0.dll gets past the previous errors. i'm now getting this error, i wonder if you have any ideas? -- Traceback (most recent call last): File "C:\mikes\gnuradio-mikes\gnuradio-mikes\samples\tv

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-25 Thread Martin Dvh
mjam01 wrote: ah getting closer... found this in make.log in gr-usrp-0.5cvs*.tar.gz *** Warning: libtool could not satisfy all declared inter-library *** dependencies of module _usrp0. Therefore, libtool will create *** a static module, that should work as long as the dlopening ***

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-21 Thread Martin Dvh
mjam01 wrote: thanks, that got past that error, now it says it can't find the _usrp0 dll files.. Traceback (most recent call last): File "C:\mikes\gnuradio-mikes\gnuradio-mikes\am_rcv.py", line 5, in ? from gnuradio import usrp File "C:\Python24\lib\site-packages\gnuradio\usrp.py", li

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-21 Thread Martin Dvh
Hi mjam, ImportError: No module named _usrp_prims It can find usrp_prims.py but is looks as though the usrp_prims.cc and usrp_prims.h files are not compiled in your binaries to make the _usrp_prims. I have no idea how to compile them tho, i've been trying with DEV-c++ with no luck. I quickly ma

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-20 Thread Martin Dvh
Hi all, I solved the usrp building problems and built a binary installer for windows including usrp support. I tried to do all this but to build gr-usrp I need the usrp library. So I need a built usrp driver. When trying to build usrp driver I get fusb_win32.cc:91: `usb_bulk_setup_async' undec