Share

AtomicParsley

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Compiling fails on OS X 10.5.6

  1. 2009-02-28 19:56:21 UTC

    I downloaded the source and tried to build it myself:

    > ./build
    Compiling AP_commons.cpp ...
    Compiling AtomicParsley_genres.cpp ...
    Compiling AP_iconv.cpp ...
    Compiling AP_NSFile_utils.mm ...
    Compiling AP_NSImage.mm ...
    AP_NSImage.mm: In function ‘bool ResizeGivenImage(const char*, PicPrefs, char*)’:
    AP_NSImage.mm:204: error: ‘_NSBitmapImageFileType’ was not declared in this scope
    AP_NSImage.mm:204: error: expected `;' before ‘filetype’
    AP_NSImage.mm:208: error: ‘filetype’ was not declared in this scope
    AP_NSImage.mm:212: error: ‘filetype’ was not declared in this scope
    AP_NSImage.mm:216: error: ‘filetype’ was not declared in this scope
    Compiling AtomicParsley.cpp ...
    Compiling AP_AtomExtracts.cpp ...
    Compiling APar_sha1.cpp ...
    Compiling APar_uuid.cpp ...
    Compiling main.cpp ...
    Linking AtomicParsley...
    i686-apple-darwin9-g++-4.0.1: obj_files/AP_NSImage.o: No such file or directory
    strip: can't open file: AtomicParsley (No such file or directory)
    [1] 59140 exit 1 ./build

    Not sure what that means. The script does seem to be correctly ID-ing the OS as "Darwin"


  2. 2009-03-07 06:38:08 UTC
    According to <http://atomicparsley.darwinports.com/>, it looks like you should be able to just replace _NSBitmapImageFileType in AP_NSImage.mm with NSBitmapImageFileType and compile. Haven't tried it myself.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.