You need to add -lpng to your link command: In the makefile.am file in the root of the project, find the line that starts XaraLX_LDFLAGS = and add " -lpng" to the end (without the quotes).

We hope to make an Xcode project available which will simplify all these build problems on the Mac (and allow Universal Binaries to be created).

Phil