IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28255


Ignore:
Timestamp:
Jun 7, 2010, 5:42:47 PM (16 years ago)
Author:
bills
Message:

Fixes to make build work on MacOS

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r28241 r28255  
    110110# endif
    111111
    112 # ifdef darwin_x86
     112# if defined(darwin_x86) || defined(_DARWIN_C_SOURCE)
    113113# define BYTE_SWAP
    114114# endif
     
    139139# define OFF_T_FMT "%jd"
    140140# endif
     141# ifdef _DARWIN_C_SOURCE
     142# define OFF_T_FMT "%jd"
     143#endif
    141144# ifndef OFF_T_FMT
    142145# define OFF_T_FMT "%ld"
  • trunk/ppSub/src/ppSubDefineOutput.c

    r28217 r28255  
    1616
    1717#include <stdio.h>
     18#include <libgen.h>
    1819#include <pslib.h>
    1920#include <psmodules.h>
Note: See TracChangeset for help on using the changeset viewer.