#1029 closed enhancement (fixed)
psphot build fails looking for pmPeakTest()
| Reported by: | jhoblitt | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | psphot | Version: | unspecified |
| Severity: | minor | Keywords: | VERIFIED |
| Cc: |
Description
Perhaps this is unchecked in changes to psModules?
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -DHAVE_ERRNO_AS_DEFINE=1 -DHAVE_PSDB -I/home/panstarrs/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include/pslib -I/usr/include/mysql -pthread -DHAVE_ERRNO_AS_DEFINE=1 -DHAVE_PSDB -I/home/panstarrs/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include/psmodules -I/export/ipp019.0/home/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include -I/home/panstarrs/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include/pslib -I/usr/include/mysql -I/home/panstarrs/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include -I/export/ipp019.0/home/jhoblitt/jhroot/x86_64-unknown-linux-gnu/include -pipe -O0 -g -Wall -Werror -MT libpsphot_la-pmFootprint.lo -MD -MP -MF .deps/libpsphot_la-pmFootprint.Tpo -c pmFootprint.c -fPIC -DPIC -o .libs/libpsphot_la-pmFootprint.o
cc1: warnings being treated as errors
pmFootprint.c: In function 'pmFindFootprintAtPoint':
pmFootprint.c:764: warning: implicit declaration of function 'pmPeakTest'
make[2]: * [libpsphot_la-pmFootprint.lo] Error 1
make[2]: Leaving directory `/export/ipp019.0/home/jhoblitt/jhroot/x86_64-unknown-linux-gnu/build/psphot/src'
make[1]: * [all] Error 2
make[1]: Leaving directory `/export/ipp019.0/home/jhoblitt/jhroot/x86_64-unknown-linux-gnu/build/psphot/src'
make: * [all-recursive] Error 1
Change History (2)
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Keywords: | VERIFIED added |
|---|
ppStack, etc. that also used this function now build as well.

pmPeakTest was changed to psMemCheckPeak. fixed psphot to use the new name.