Make install failed on gmsk.py?

Hi,

I’m installing on Mac OS X and I ran into this today, during the “sudo
make install”. The compile/make worked fine prior to the make
install. I also think this installed fine on another mac…ideas?
Am I missing any Python dependencies?

Byte-compiling python modules…
init.py
Byte-compiling python modules (optimized versions) …
init.py
Making install in blksimpl
make[5]: Nothing to be done for install-exec-am'. make[5]: *** No rule to make targetgmsk.py’, needed by
`install-grblkspythonPYTHON’. Stop.
make[4]: *** [install-am] Error 2
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
[silverghost:DarwinPorts/gr-build/gnuradio-core] hartzell%

Dave hartzell wrote:

make[5]: Nothing to be done for install-exec-am'. make[5]: *** No rule to make targetgmsk.py’, needed by
`install-grblkspythonPYTHON’. Stop.

I believe this was recently fixed in CVS; but you’ll probably need to
rerun the bootstrap script so the Makefile gets regenerated.

-Johnathan

On Fri, Jul 07, 2006 at 09:48:22AM -0700, Dave hartzell wrote:

Hi,

I’m installing on Mac OS X and I ran into this today, during the “sudo
make install”. The compile/make worked fine prior to the make
install. I also think this installed fine on another mac…ideas?
Am I missing any Python dependencies?

This was recently fixed in CVS.
Please try updating gnuradio-core.

Eric