﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
529	PS_NO_TRACE error	Paul Price	David.Robbins@…	"In order to work around bug 524 (psTrace SEGV), I tried compiling with
-DPS_NO_TRACE.  That produced several warnings of the sort:

In file included from
/home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/include/psMinimize.h:36,
                 from
/home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/include/pslib_strict.h:72,
                 from
/home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/include/pslib.h:19,
                 from pois.h:4,
                 from poisParseConfig.c:4:
/home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/include/psTrace.h:42:1:
warning: ""psTraceSetDestination"" redefined
/home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/include/psTrace.h:41:1:
warning: this is the location of the previous definition

This seems be due to multiple psTraceSetDestination definitions:
    #   define psTraceSetDestination(fp)    /* do nothing */
    #   define psTraceSetDestination()      /* do nothing */

Removing one of these lines fixes the problem."	defect	closed	high		sys	0.7.0	normal	fixed		
