octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38670] NaN package: Fix to compile on OS X


From: anonymous
Subject: [Octave-bug-tracker] [bug #38670] NaN package: Fix to compile on OS X
Date: Sat, 06 Apr 2013 01:36:13 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0

URL:
  <http://savannah.gnu.org/bugs/?38670>

                 Summary: NaN package: Fix to compile on OS X
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sa 06 Apr 2013 01:36:12 UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Dirk
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Mac OS

    _______________________________________________________

Details:

Hi, 

please add

#if defined(__APPLE__) && defined(__MACH__)
#include <machine/endian.h>
#define _BYTE_ORDER      __DARWIN_BYTE_ORDER
#define _LITTLE_ENDIAN   __DARWIN_LITTLE_ENDIAN
#define _BIG_ENDIAN      __DARWIN_BIG_ENDIAN
#endif

to xptopen.cpp in order to allow for compilation of the NaN package on OS X.

Thanks

Dirk




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38670>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]