Opened 9 years ago
Closed 9 years ago
#48262 closed defect (invalid)
GNSS_SDR installation error
Reported by: | mxl8214@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi,
I followed steps below building GNSS_SDR, but unfortunately I run "make" and I run into this error telling me that I need a python version higher than this. I am pretty sure that I have a higher version python installed. By the way, my system used is OS X Yosemite.
$ git clone git://github.com/gnss-sdr/gnss-sdr $ cd gnss-sdr/build $ cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ../ $ make $ sudo make install [ 0%] Performing configure step for 'volk_gnsssdr_module' CMake Error at cmake/GrPython.cmake:105 (file): file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with exactly three arguments. Call Stack (most recent call first): CMakeLists.txt:58 (include) -- Python checking for python >= 2.5 -- Python checking for python >= 2.5 - not found -- Python checking for Cheetah >= 2.0.0 -- Python checking for Cheetah >= 2.0.0 - not found CMake Error at CMakeLists.txt:63 (message): Python 2.5 or greater required to build VOLK_GNSSSDR -- Configuring incomplete, errors occurred! See also "/Users/danny/softwareReceiver/gnss-sdr/build/volk_gnsssdr_module/build/CMakeFiles/CMakeOutput.log". make[2]: *** [volk_gnsssdr_module/src/volk_gnsssdr_module-stamp/volk_gnsssdr_module-configure] Error 1 make[1]: *** [CMakeFiles/volk_gnsssdr_module.dir/all] Error 2 make: *** [all] Error 2
Change History (2)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | GNSS_SDR removed |
Priority: | High → Normal |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I don't see what this has to do with MacPorts? It looks like you are having trouble manually compiling software, not building a MacPorts port. As such, you should contact the developers of the software you're trying to compile.