Opened 10 years ago

Closed 10 years ago

#42093 closed defect (fixed)

Neverball 1.5.4_3 build failure

Reported by: LMariachi Owned by: mvitocruz@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: SickTeddyBear, kurthindenburg (Kurt Hindenburg)
Port: neverball

Description

Neverball 1.5.4_3 fails to build with

share/base_image.c:97:45: warning: implicit declaration of function 'png_sizeof' [-Wimplicit-function-declaration]
        if (!(bytep = png_malloc(readp, h * png_sizeof(png_bytep))))
                                            ^
share/base_image.c:97:56: error: unexpected type name 'png_bytep': expected expression
        if (!(bytep = png_malloc(readp, h * png_sizeof(png_bytep))))

Full log attached.

Attachments (1)

main.log (55.0 KB) - added by LMariachi 10 years ago.
clean build log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

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

In the future, please Cc the port maintainers (port info --maintainers neverball).

This was not a clean build log. Please clean the port and try again and attach the new main.log file if it fails.

Changed 10 years ago by LMariachi

Attachment: main.log added

clean build log

comment:2 Changed 10 years ago by LMariachi

Here's the clean one — same error.

comment:3 Changed 10 years ago by SickTeddyBear

Cc: amcgee@… added

Cc Me!

comment:4 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

I've updated this to 1.6.0 - reopen if you still have issues after upgrading. r126289

Note: See TracTickets for help on using tickets.