Changeset 586
- Timestamp:
- 04/02/09 08:08:07 (8 months ago)
- Files:
-
- trunk/uploadr/README.osx (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/README.osx
r537 r586 72 72 Uploadr currently falls into this category. 73 73 74 Beware https://developer.mozilla.org/en/Gecko_SDK#Issues_with_the_OS_X_SDK 74 75 75 76 API Keys … … 106 107 $ sudo port install libpng 107 108 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 109 in trunk, using 1.3.5 release 112 110 113 111 Configure and install GraphicsMagick: … … 145 143 $ sudo port install libiconv 146 144 $ sudo port install expat 147 $ sudo port install xml2 (jde - does not exist: so libxml2?)145 $ sudo port install xml2 148 146 $ ./configure --prefix=/opt/local --disable-shared --with-expat=/opt/local 149 147 $ make && sudo make install … … 153 151 $ sudo mv /opt/local/lib/libiconv.dylib /opt/local/lib/libiconv.dylib.sav 154 152 $ 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 ??? 156 154 157 155 … … 165 163 Then build: 166 164 $ ./configure --disable-ffserver --disable-ffplay --enable-gpl \ 167 --disable- vhook --disable-mmx --enable-static --disable-shared \168 --extra-cflags=-fno-common --disable-debug --enable-swscale165 --disable-mmx --enable-static --disable-shared \ 166 --extra-cflags=-fno-common --disable-debug 169 167 $ make && sudo make install 170 171 jde : encountered:172 > make(6189) malloc: *** vm_allocate(size=4272951296) failed (error173 > code=3)174 > make(6189) malloc: *** error: can't allocate region175 > make(6189) malloc: *** set a breakpoint in szone_error to debug176 > make: *** virtual memory exhausted. Stop.177 >178 179 $ which make180 /usr/bin/make181 $ make --version182 GNU Make 3.80183 184 port install gmake185 $ which gmake186 /opt/local/bin/gmake187 $ gmake --version188 GNU Make 3.81189 190 and used gmake instead of make191 168 192 169 … … 209 186 by running `make universal gm ; make universal key`. 210 187 211 Make sure by running otool -Lv that you are not depending on libintl, which is not intalled by default on Mac Os X 188 Make sure by running otool -Lv that you are not depending on 189 , which is not intalled by default on Mac Os X 212 190 213 191 Running Flickr Uploadr