Compilation under Windows

Hi,

I’m trying to compile gnuradio under Win7 64 bit. boost-chrono seems to
be missing from the Cmake requirements, so I added it.

But there is a further glitch when _gnuradio_core_filter is executed
during compilation:

13> Unable to find file
‘C:\src\gnuradio\gnuradio-core\src\li\swig\gnuradio_core_filter.i’.

This seems to be an obvious “typo” in the build rules
(gnuradio-core\src\liB\swig needs to be in the path), but I can’t figure
out where it comes from and how to fix it. Could you help me out?

P.

What branch are you using?

The latest development from git.

On Mon, Dec 31, 2012 at 02:15:58PM -0600, Peter H. wrote:

The latest development from git.

Please specify whether you’re using master or next.

MB

be missing from the Cmake requirements, so I added it.


Nicholas C.


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Please specify whether you’re using master or next.
MB

I’m on the master branch.
Visual Studio 2010 x64 toolchain
Python 64 bit

P.