libTIFF error
libTIFF error
- Subject: libTIFF error
- From: "Atul Nayak" <email@hidden>
- Date: Fri, 27 Oct 2006 14:09:40 -0700 (PDT)
- Importance: Normal
Hello,
On PowerPC systems, I was using this Applescript (mainD.scpt) to change
the desktop picture
on run argv
tell application "Finder"
set desktop picture to POSIX file (item 1 of argv)
-- set desktop picture to file
"DrEvil:Users:iadmin:Pictures:1920x1084-looking-1.tif"
end tell
end run
and then at the command line, I type
osascript mainD.scpt fullpathToTiffFile
On Intel Mac minis and also the Dual core Xeon towers, when I try to use
the same script, there is an error __cg_TIFFSetErrorHandler symbol
missing in libTIFF. I was using libtiff version 3.8.2 (from
remotesensing.org) and tried versions 3.7 - 3.8.1.
Has anyone seen this on their Intel macs ?
Thank you
Atul
osascript mainD.scpt /Users/iadmin/Pictures/sccoos-sensors.tiff
2006-10-27 14:01:35.995 osascript[9536] CFLog (21): Error loading
/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript:
error code 4, error number 0 (Symbol not found: __cg_TIFFSetErrorHandler
Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib//libTIFF.dylib
)
osascript: can't open default scripting component.
drevil:~/bin iadmin$ osascript mainD.scpt
/Users/iadmin/Pictures/1920x1084-looking-1.tif
2006-10-27 14:02:20.664 osascript[9537] CFLog (21): Error loading
/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript:
error code 4, error number 0 (Symbol not found: __cg_TIFFSetErrorHandler
Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib//libTIFF.dylib
)
osascript: can't open default scripting component.
____________________________________________________
Atul Nayak Work (858) 534 5623
IGPP Scripps Institution of Oceanography Fax (858) 534 6354
University of California, San Diego Cell (858) 717 5608
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden