You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to build the package on an actual osx-system, but it wont compile et al.
gnuradio version 3.7.10.1 is installed, but not found by cmake.
Katzenwarmhalteplatte:gr-mixalot-master fluffviech$ cmake ./
-- Build type not specified: defaulting to release.
-- Boost version: 1.59.0
-- Found the following Boost libraries:
-- filesystem
-- system
CMake Error at CMakeLists.txt:109 (find_package):
find_package called with invalid argument "„3.7.10.1“"
-- Checking for module 'gruel'
-- No package 'gruel' found
-- Could NOT find GRUEL (missing: GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS)
-- Checking for module 'gnuradio-core'
-- No package 'gnuradio-core' found
-- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS)
-- Found ITPP: /opt/local/lib/libitpp.dylib
CMake Error at CMakeLists.txt:120 (message):
Need either gnuradio-core+gruel (3.6.x) or gnuradio-runtime (3.7.x).
-- Configuring incomplete, errors occurred!
See also "/Users/fluffviech/Desktop/gr-mixalot-master/CMakeFiles/CMakeOutput.log".
See also "/Users/fluffviech/Desktop/gr-mixalot-master/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
Interesting; I've got macports gnuradio (@3.7.10.1_1+docs+grc+jack+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui, which I think is the default) installed, and building from scratch works.
Is it possible you've ever installed gnuradio manually (i.e. built it and done a 'make install')? I've had no end of build issues from stale files left over from previous installs (e.g. one in /usr/local, one in /opt/local).
When you run "gnuradio-config-info --prefix", do you get /opt/local?
Do you have pkgconfig installed? That's one thing that the cmake scripts looking for those (FindGnuradioCore.cmake and FindGruel.cmake) are using. You can also try setting $GNURADIO_CORE_DIR to /opt/local before running cmake..
Hi,
i tried to build the package on an actual osx-system, but it wont compile et al.
gnuradio version 3.7.10.1 is installed, but not found by cmake.
The text was updated successfully, but these errors were encountered: