|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
tk file dialogs broken? Is anyone else seeing this problem in current
fink 10.5 unstable on powerpc-apple-darwin9.8.0? I am finding that both pymol-py25 and sparky-py25 are both producing tk file dialogs which contain no files or folders (for the open dialogs in both programs). I don't believe this is a system problem as the obsolete pymol-x11 binary from pymol.org works fine. I have another dual G5 which hasn't been updated as recently which isn't showing the problem. Both are running Xquartz 2.4.0. The only other difference is that the problem machine has Xcode 3.1.4 and the working machine has Xcode 3.1.3. Jack ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-devel mailing list Fink-devel@... http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel |
|
|
|
|
|
|
|
|
Re: tk file dialogs broken?Jack Howarth wrote:
[] > ImportError: dlopen(/sw/lib/pymol-py25/modules/pymol/_cmd.so, 2): Symbol not found: __cg_jpeg_CreateCompress > Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO > Expected in: /sw/lib/libJPEG.dylib > > I find this last error rather strange. It is a classical error that appears whenever DYLD_LIBRARY_PATH is set to /sw/lib and the ApplicationServices framework is invoked. Instead of /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib, the linker then loads /sw/lib/libJPEG.dylib (which doea not exist, but on a case-insensitive file system, /sw/lib/libjpeg.dylib will do) and finds to its surprise that it does not contain the right symbols. If things are compiled correctly, DYLD_LIBRARY_PATH and LD_LIBRARY_PATH are *never* necessary. -- Martin ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-devel mailing list Fink-devel@... http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel |
| Free embeddable forum powered by Nabble | Forum Help |