IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 18 years ago

Closed 17 years ago

#1059 closed enhancement (fixed)

grab bag of fixes required for IPP-2.4 to build on Macs

Reported by: jester@… Owned by: Paul Price
Priority: high Milestone:
Component: misc Version: 2.4
Severity: minor Keywords:
Cc: Michael Wood-Vasey

Description (last modified by eugene)

From Mark Huber's email to ps-ipp-users on 27/02/2008,

psLib/src/math/psUnaryOp.c, psBinaryOp.c - needed <strings.h> included

psModules/src/objects/pmSource.c - needed <strings.h> included

psastro/src/psastroModelDataLoad.c - needed <strings.h> included in psastroStandAlone.h

The following is a result of the problems with KAPA (is that still turned off on Macs by hand? If so, why? see bug 892...)

psastro/src/psastroDemoPlot.c - re-declaration of psastroPlotRawstars,...Refstars,...OneChipFit

in psastro.h. i made a separate psastro.h with those prototypes commented out.

The problem is simply that the #else branch needs the prototypes to include

psMetadata *recipe

as last argument (starting in line 476), and psastroPlotOneChipFit doesn't need the

pmAstromFitResults *results

any more.

This fixes all these problems. I still have a HAVE_PSDB one...

Change History (5)

comment:1 by Michael Wood-Vasey, 18 years ago

Cc: Michael Wood-Vasey added

comment:2 by Paul Price, 18 years ago

Cc: eugene@… added
Status: newassigned

Fixed first part (need <strings.h>) throughout IPP except for Ohana.

comment:3 by jester@…, 18 years ago

Version: unspecified2.4

comment:4 by eugene, 17 years ago

Description: modified (diff)

psLib/src/math/psUnaryOp.c, psBinaryOp.c - needed <strings.h> included -- DONE
psModules/src/objects/pmSource.c - needed <strings.h> included -- DONE
psastro/src/psastroModelDataLoad.c - needed <strings.h> included in psastroStandAlone.h -- DONE
psastro/src/psastroDemoPlot.c -- DONE

comment:5 by Paul Price, 17 years ago

Resolution: fixed
Status: assignedclosed

This is ancient, and development has moved on since.
If there are still issues with Mac builds, please open a new ticket.

Note: See TracTickets for help on using tickets.