Welcome to TalkGraphics.com

Search:

Type: Posts; User: PhilM; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    9,981

    Re: Mac OS X build - jpeglib failure

    That sounds like the usual problem that Finder doesn't recognise the executable correctly. There's an empty bundle in the project which you can use:

    In the root of the project you should see a...
  2. Replies
    6
    Views
    9,981

    Re: Mac OS X build - jpeglib failure

    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...
Results 1 to 2 of 2