Gnuradio + VM

I have installed gnuradio in Virtual Machine (CentOS 5), when i try to
make
a program using python i get this error:

[ERROR]=====================================
gr_vmcircbuf_createfilemapping: createfilemapping is not available

This problem occurs because I’m using VM?

On Thu, Mar 26, 2009 at 10:13:22AM -0300, Paulo B. wrote:

I have installed gnuradio in Virtual Machine (CentOS 5), when i try to make
a program using python i get this error:

[ERROR]=====================================
gr_vmcircbuf_createfilemapping: createfilemapping is not available

This problem occurs because I’m using VM?

Does this occur during “make check”?

If so, does “make check” complete succuessfully?

Eric

during the make check occurs

Testing gr_vmcircbuf_createfilemapping_factory…
gr_vmcircbuf_createfilemapping: createfilemapping is not available
… gr_vmcircbuf_createfilemapping_factory: Doesn’t work
Testing gr_vmcircbuf_sysv_shm_factory…
… gr_vmcircbuf_sysv_shm_factory: OK
Testing gr_vmcircbuf_mmap_shm_open_factory…
… gr_vmcircbuf_mmap_shm_open_factory: OK
Testing gr_vmcircbuf_mmap_tmpfile_factory…
… gr_vmcircbuf_mmap_tmpfile_factory: OK
gr_vmcircbuf_createfilemapping: createfilemapping is not available

2009/3/26 Eric B. [email protected]

Is a normal message? Gnuradio will work fine?

thanks

2009/3/26 Eric B. [email protected]

On Thu, Mar 26, 2009 at 03:21:59PM -0300, Paulo B. wrote:

… gr_vmcircbuf_mmap_tmpfile_factory: OK
gr_vmcircbuf_createfilemapping: createfilemapping is not available

2009/3/26 Eric B. [email protected]

This is OK.

Eric