Changes between Initial Version and Version 2 of Ticket #28290


Ignore:
Timestamp:
Feb 5, 2011, 11:58:35 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28290

    • Property Owner changed from macports-tickets@… to snc@…
  • Ticket #28290 – Description

    initial v2  
    11I am installing gnu_radio 3.3.0 and i am facing problem to configure the usrp 3.3.0 with sdcc, but i found out that i had to make the active version 2.9.0_0 and when i type
    22
     3{{{
    34sudo port installed sdcc
     5}}}
    46
    57i only find the the 3.0.0_0 and when i tried the following  vcn solution:
    68
     9{{{
    710sudo port install subversion svn co -r 57740  http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc cd sdcc sudo port install sudo port activate sdcc @2.9.0_0 cd .. svn co -r 71210  http://svn.macports.org/repository/macports/trunk/dports/science/usrp cd usrp sudo port install
    8 
     11}}}
    912
    1013 i faced an the following errors
    1114
    12 
     15{{{
    1316test:macports mostafamabrouk$ sudo port install subversion svn co -r 57740  http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc cd sdcc sudo port install sudo port activate sdcc @2.9.0_0 cd .. svn co -r 71210  http://svn.macports.org/repository/macports/trunk/dports/science/usrp cd usrp sudo port install
    1417
     
    2629Error: Port svn not found
    2730To report a bug, see <http://guide.macports.org/#project.tickets>
    28 
     31}}}
    2932
    3033Any suggestion to have the USRP functioning on my mac :)