Opened 13 years ago

Closed 13 years ago

#28868 closed defect (fixed)

gts: pgm.h: No such file or directory

Reported by: t.koziara@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: gts

Description

I am trying to install gts. There is a compilation error due to the "lack of" pgm.h:

:info:build creating delaunay
:info:build if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -DG_LOG_DOMAIN=\"Gts-examples\"  -I/opt/local/include  -O2 -arch i386 -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include   -MT happrox.o -MD -MP -MF ".deps/happrox.Tpo" -c -o happrox.o happrox.c; \
:info:build     then mv -f ".deps/happrox.Tpo" ".deps/happrox.Po"; else rm -f ".deps/happrox.Tpo"; exit 1; fi
:info:build happrox.c:24:17: error: pgm.h: No such file or directory

In fact though netpbm is installed. The problem is that netpbm is intalled not in /opt/local, but it is installed in different versions in: /opt/local/var/macports/software/netpbm. I have no idea why is it so, yet it seems correct, since netpbm was freshly installed.

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: gts compilation failsgts: pgm.h: No such file or directory

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.