[MacPorts] #39681: Error in SWIG C++ when installing gnuradio +full on OSX 10.6

MacPorts noreply at macports.org
Wed Jul 17 19:16:10 PDT 2013


#39681: Error in SWIG C++ when installing gnuradio +full on OSX 10.6
--------------------------+-------------------------
  Reporter:  michaelld@…  |      Owner:  michaelld@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.1.3
Resolution:               |   Keywords:
      Port:  gnuradio     |
--------------------------+-------------------------

Comment (by michaelld@…):

 Is your computer's CPU 32-bit native?  You can find that info under "About
 This Mac" or the System Information.app. I'll look through the GR code
 tomorrow to see if there's a bug.  The basic issue is that the SWIG code
 is using a "size_t" type, which maps to the "long" type, which varies in
 size depending on the compile (32 or 64 bits), but internally trying to
 set it to "int" which I believe is always 32 bits within Apple's GCC. I've
 no idea yet why this is happening.

-- 
Ticket URL: <https://trac.macports.org/ticket/39681#comment:17>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list