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: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | misc | Version: | 2.4 |
| Severity: | minor | Keywords: | |
| Cc: | Michael Wood-Vasey |
Description (last modified by )
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 , 18 years ago
| Cc: | added |
|---|
comment:2 by , 18 years ago
| Cc: | added |
|---|---|
| Status: | new → assigned |
comment:3 by , 18 years ago
| Version: | unspecified → 2.4 |
|---|
comment:4 by , 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 , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This is ancient, and development has moved on since.
If there are still issues with Mac builds, please open a new ticket.

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