Show
Ignore:
Timestamp:
04/02/09 08:08:07 (8 months ago)
Author:
jdecq
Message:

=GraphicsMagick? 3.5 in Main

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/README.osx

    r537 r586  
    7272Uploadr currently falls into this category. 
    7373 
     74Beware https://developer.mozilla.org/en/Gecko_SDK#Issues_with_the_OS_X_SDK 
    7475 
    7576API Keys 
     
    106107  $ sudo port install libpng 
    107108 
    108 Download GraphicsMagick source (try and stick with 1.1.10): 
    109   ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.1/GraphicsMagick-1.1.10.tar.bz2 
    110  
    111 jde - trying 1.2.5 (ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/GraphicsMagick-1.2.5.tar.bz2) to match WINDOWS 
     109in trunk, using 1.3.5 release 
    112110 
    113111Configure and install GraphicsMagick: 
     
    145143  $ sudo port install libiconv 
    146144  $ sudo port install expat 
    147   $ sudo port install xml2 (jde - does not exist: so libxml2?) 
     145  $ sudo port install xml2 
    148146  $ ./configure --prefix=/opt/local --disable-shared --with-expat=/opt/local 
    149147  $ make && sudo make install 
     
    153151  $ sudo mv /opt/local/lib/libiconv.dylib /opt/local/lib/libiconv.dylib.sav 
    154152  $ sudo mv /opt/local/lib/libexpat.dylib /opt/local/lib/libexpat.dylib.sav 
    155   $ sudo mv /opt/local/lib/libxml2.dylib /opt/local/lib/libxml2.dylib.sav 
     153  $ sudo mv /opt/local/lib/libxml2.dylib /opt/local/lib/libxml2.dylib.sav ??? 
    156154 
    157155 
     
    165163Then build: 
    166164  $ ./configure --disable-ffserver --disable-ffplay --enable-gpl \ 
    167     --disable-vhook --disable-mmx --enable-static --disable-shared  \ 
    168     --extra-cflags=-fno-common --disable-debug --enable-swscale 
     165    --disable-mmx --enable-static --disable-shared  \ 
     166    --extra-cflags=-fno-common --disable-debug 
    169167  $ make && sudo make install 
    170  
    171 jde : encountered: 
    172 > make(6189) malloc: *** vm_allocate(size=4272951296) failed (error 
    173 > code=3) 
    174 > make(6189) malloc: *** error: can't allocate region 
    175 > make(6189) malloc: *** set a breakpoint in szone_error to debug 
    176 > make: *** virtual memory exhausted.  Stop. 
    177 > 
    178  
    179 $ which make 
    180 /usr/bin/make 
    181 $ make --version 
    182 GNU Make 3.80 
    183  
    184 port install gmake 
    185 $ which gmake 
    186 /opt/local/bin/gmake 
    187 $ gmake --version 
    188 GNU Make 3.81 
    189  
    190 and used gmake instead of make 
    191168 
    192169 
     
    209186by running `make universal gm ; make universal key`. 
    210187 
    211 Make sure by running otool -Lv that you are not depending on libintl, which is not intalled by default on Mac Os X 
     188Make sure by running otool -Lv that you are not depending on  
     189, which is not intalled by default on Mac Os X 
    212190 
    213191Running Flickr Uploadr