bg2bhc / gr-lilacsat

69 stars 28 forks source link

Installing on macbook air has an issue #1

Open cpbridges opened 9 years ago

cpbridges commented 9 years ago

Entered:

Chris-MacBookAir:gr-lilacsat-master chrisbridges$ mkdir build2
Chris-MacBookAir:gr-lilacsat-master chrisbridges$ cd !$
cd build2
Chris-MacBookAir:build2 chrisbridges$ cmake ../
-- The CXX compiler identification is AppleClang 6.0.0.6000056
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
-- Boost version: 1.52.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.28") 
-- checking for module 'cppunit'
--   found cppunit, version 1.13.2
-- Found CPPUNIT: /opt/local/lib/libcppunit.dylib  
-- Found Doxygen: /opt/local/bin/doxygen (found version "1.8.9.1") 
Checking for GNU Radio Module: RUNTIME
-- checking for module 'gnuradio-runtime'
--   found gnuradio-runtime, version 3.7.7.1
 * INCLUDES=/opt/local/include
 * LIBS=/opt/local/lib/libgnuradio-runtime.dylib;/opt/local/lib/libgnuradio-pmt.dylib
-- Found GNURADIO_RUNTIME: /opt/local/lib/libgnuradio-runtime.dylib;/opt/local/lib/libgnuradio-pmt.dylib  
GNURADIO_RUNTIME_FOUND = TRUE
CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "test-lilacsat".  Use
  the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  lib/CMakeLists.txt:107 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 
-- Checking for module SWIG
-- Found SWIG version 3.0.5.
-- Found SWIG: /opt/local/bin/swig  
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.6", minimum required is "2") 
-- Found PythonInterp: /usr/local/bin/python2 (found suitable version "2.7.8", minimum required is "2") 
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/chrisbridges/Dropbox/SDR/gr-lilacsat-master/build2
Chris-MacBookAir:build2 chrisbridges$

Fails here: lilac-build2

bg2bhc commented 9 years ago

hi cpbridges, did your mac have gnuradio installed?

cpbridges commented 9 years ago

Yup, running gnuradio via macbook air now for a while. All other module work fine, but I can't install the lilac tools.