Opened 13 years ago

Closed 13 years ago

#27999 closed defect (fixed)

pilot-link 0.12.4_1 FTB: Undeclared PNG symbols

Reported by: gale@… Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: png Cc: rmstonecipher@…
Port: pilot-link

Description

On Mac OS X 10.6.6 Intel MacBook

$ port outdated
The following installed ports are outdated:
pilot-link                     0.12.4_0 < 0.12.4_1
$ port -d upgrade pilot-link 2>&1

---- snip ----

/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I../include  -I/opt/local/include    -I/opt/local/include -DMACOSX  -O2 -arch x86_64 -MT pilot-read-palmpix.o -MD -MP -MF .deps/pilot-read-palmpix.Tpo -c -o pilot-read-palmpix.o pilot-read-palmpix.c
pilot-read-palmpix.c: In function 'write_png':
pilot-read-palmpix.c:226: error: 'png_voidp_NULL' undeclared (first use in this function)
pilot-read-palmpix.c:226: error: (Each undeclared identifier is reported only once
pilot-read-palmpix.c:226: error: for each function it appears in.)
pilot-read-palmpix.c:227: error: 'png_error_ptr_NULL' undeclared (first use in this function)
pilot-read-notepad.c: In function 'write_png':
pilot-read-notepad.c:169: error: 'png_voidp_NULL' undeclared (first use in this function)
pilot-read-notepad.c:169: error: (Each undeclared identifier is reported only once
pilot-read-notepad.c:169: error: for each function it appears in.)
pilot-read-notepad.c:170: error: 'png_error_ptr_NULL' undeclared (first use in this function)

 ---- snip ----

Change History (4)

comment:1 Changed 13 years ago by gale@…

At the same time, the netpbm port also failed to build due to an "incompatible version" of png.h. See #27997.

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

Cc: rmstonecipher@… added

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

Owner: changed from macports-tickets@… to css@…

0.12.5 is out; not sure if updating to that version would help.

comment:4 Changed 13 years ago by jmroot (Joshua Root)

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