Opened 13 years ago

Closed 12 years ago

#119 closed defect (fixed)

Build failure if --without-pgplot

Reported by: simon.guest@… Owned by: MatthewWhiting
Priority: normal Milestone:
Component: Building/Installation Version: 1.1.11
Severity: normal Keywords:
Cc:

Description

WCSLIB 4.7 successfully compiled with --without-pgplot

Duchamp 1.1.11 fails to compile with --without-pgplot due to the presence of the below includes in momentMap.cc.

#include <wcslib/cpgsbox.h>
#include <wcslib/pgwcsl.h>

Commenting out these lines, resolves the build problem. Executing Verification.sh also completes successfully.

Change History (3)

comment:1 Changed 13 years ago by MatthewWhiting

Status: newassigned

Thanks for your report. I had actually noticed this recently (just after I released 1.1.11 unfortunately), and have taken steps to remedy it.

I released 1.1.12 today which includes the fix for this - please let me know if you have any further problems. I'll leave the ticket open for you to confirm everything works for you.

comment:2 Changed 13 years ago by simon.guest@…

I have checked version 1.1.13 and all works fine

comment:3 Changed 12 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

Closing this ticket.

Note: See TracTickets for help on using tickets.