IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#527 closed defect (fixed)

out of src tree builds are broken

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

Description

Currently, out of tree builds of pslib are broken because psErrorText.h is
bundled with a pslib dist and not generated at build time. The failure results
from ${topdir_dir}/src not being included. (${top_srcdir} and ${top_builddir}
are the same for in-tree builds). I tried making it a nodist_* header so it
would be rebuilt and placed into the build tree but psParseErrorCodes can't
currently handle psErrorText.h.in and psErrorText.h being in different
directories (hardwired assumption). psParseErrorCodes should probably be fixed
some day but for the moment it seems sufficent to push -I${top_srcdir}/src into
SRCINC.

Attachments (1)

pslib-0.7.0-builddir_fix.patch (732 bytes ) - added by jhoblitt 21 years ago.
patch to fix out of src tree builds

Download all attachments as: .zip

Change History (7)

by jhoblitt, 21 years ago

patch to fix out of src tree builds

comment:1 by robert.desonia@…, 21 years ago

Owner: changed from robert.desonia@… to David.Robbins@…

comment:2 by David.Robbins@…, 21 years ago

Owner: changed from David.Robbins@… to robert.desonia@…

Applied patches. Updated CVS. Permanent fix left TBD.

comment:3 by robert.desonia@…, 21 years ago

Status: newassigned

comment:4 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: assignedclosed

I think the current state works just fine now.

comment:5 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:6 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.