IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#705 closed defect (fixed)

`make distcheck` fails

Reported by: jhoblitt Owned by: robert.desonia@…
Priority: high Milestone:
Component: build Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

I'm not sure exactly what is triggering the failure but it's pretty likely that
there is a messed up path in one of the makefiles. I failed to reproduce the
error but doing my own our of tree build but this is still worrying.

gcc -DHAVE_CONFIG_H -I. -I../../../src/sys -I../../src -I../../../src

-I../../../src/sys -I../../../src/astro -I../../../src/db -I../../../src/fft
-I../../../src/fits -I../../../src/imageops -I../../../src/math
-I../../../src/mathtypes -I../../../src/types -I../../../src/xml -O0 -g -O0 -g
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99 -Wall -Werror -O0 -g
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99 -Wall -Werror -MT
libpslibsys_la-psConfigure.lo -MD -MP -MF .deps/libpslibsys_la-psConfigure.Tpo
-c ../../../src/sys/psConfigure.c -fPIC -DPIC -o .libs/libpslibsys_la-psConfigure.o
../../../src/sys/psConfigure.c:37: error: conflicting types for 'psLibInit'
../../../src/sys/psConfigure.h:47: error: previous declaration of 'psLibInit'
was here
../../../src/sys/psConfigure.c:37: error: conflicting types for 'psLibInit'
../../../src/sys/psConfigure.h:47: error: previous declaration of 'psLibInit'
was here
make[5]: * [libpslibsys_la-psConfigure.lo] Error 1

Change History (2)

comment:1 by gusciora@…, 20 years ago

Owner: changed from gusciora@… to robert.desonia@…

comment:2 by Paul Price, 20 years ago

Resolution: fixed
Status: newclosed

"make distcheck" works for me now (apart from failing a psDB test). In
particular, the multiple psLibInit isn't a problem. The code has evolved
somewhat since this bug was filed.

Note: See TracTickets for help on using tickets.