Changes between Initial Version and Version 1 of Ticket #36593


Ignore:
Timestamp:
Oct 14, 2012, 5:05:32 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting when writing in Trac; to fill in the Port field; and to Cc the maintainer of that port.

Also, please search for existing issues before filing a new one. This is a duplicate of #36453.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36593

    • Property Status changed from new to closed
    • Property Cc michaelld@… added
    • Property Summary changed from gnuradio failing on OS X 10.8.2 on retina MBP to gnuradio-core: error: unknown directive .version "01.01"
    • Property Resolution changed from to duplicate
    • Property Port gnuradio-core added
  • Ticket #36593 – Description

    initial v1  
    11I am new to OS X
    22
    3 I have found many instructions and implemented the following steps
    4   installed X11
     3I have found many instructions and implemented the following steps [[br]]
     4  installed X11 [[br]]
    55  changed X11 Terminal options from 'xterm' to 'xterm -ls'
    66
     
    88
    99got boost 1.49 by doing
     10{{{
    1011        sudo port clean boost
    1112        svn co -r 93341 http://svn.macports.org/repository/macports/trunk/dports/devel/boost
     
    1314        sudo port install
    1415        sudo port activate boost @1.49.0_0
     16}}}
    1517
    1618got and installed cmake-2.8.9-Darwin64-universal.dmg from cmake.org
    1719
    18 checked sdcc version
    19   used finder
    20   opened sdcc29 director
     20checked sdcc version [[br]]
     21  used finder [[br]]
     22  opened sdcc29 director [[br]]
    2123  read profile and showed 2.9 version
    2224
    2325Here is the portion of the log file starting with the first occurrence of 'error' term
     26{{{
    2427include -I/opt/local/include -pipe -O2 -arch x86_64 -MT float_dotprod_sse.lo -MD -MP -MF .deps/float_dotprod_sse.Tpo -c float_dotprod_sse.S  -fno-common -DPIC -o .libs/float_dotprod_sse.o
    2528:info:build float_dotprod_sse.S:57:2: error: unknown directive
     
    135138:notice:build Please see the log file for port gnuradio-core for details:
    136139    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_gnuradio-core/gnuradio-core/main.log
    137  
     140}}}