On Wed, Dec 04, 2013 at 10:37:58AM +0200, Stefan Gofferje wrote: > what is THAT??? Occurred with the 3.7.2 download package... > > enterprise:/usr/src/gr-build # cmake ../gnuradio-3.7.2 > CMake Error at CMakeLists.txt:22 (message): > Prevented in-tree build. This is bad practice.
It looks like you tried an in-tree build, which cmake prevented you from doing, because it's bad practice :) You'll need to clean the repo (if nothing's changed, git clean -xdf will do) and then rebuild *outside* your tree. Follow the build instructions, and make sure you call cmake in a separate build folder. MB -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Martin Braun 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
pgpi_cOdmNhh6.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio