Re: [ccp4bb] xplot84driver problems

2007-09-10 Thread Charles Ballard
Dear All the missing libifcore.dylib found by Derek, is indeed missing from the ccp4 binary distribution of mactel. This affects xplot84driver, xloggraph and xccpjiffy2idraw only. The problem with the .plt files has been traced to a lseek/rewind not working correctly. This has been

[ccp4bb] xplot84driver problems

2007-09-06 Thread Derek Logan
Hi, I've installed CCP4 on an Intel Mac running Mac OS X 10.4.10 using the binary installer from the automatic download page. Everything works fine and dandy except xplot84driver. This currently means I have to convert every plot file on the command line using pltdev then use Preview to

Re: [ccp4bb] xplot84driver problems

2007-09-06 Thread William Scott
Did you make your plt file on the intel mac? I've noticed that ones I made on ppc give that error on my otherwise functional xplot84driver (in the fink package). I tried byte-swapping with dd but to no avail. I guess this is still the cutting edge of 1984 software? Bill On Thu, 6 Sep 2007

Re: [ccp4bb] xplot84driver problems

2007-09-06 Thread Ezra Peisach
The file format is definitely machine byte order dependent. (see $CDOC/plot84.doc) A few years ago I was toying with the idea of making library code deal with swapping if need be... Never did it though William Scott wrote: Did you make your plt file on the intel mac? I've noticed that

Re: [ccp4bb] xplot84driver problems

2007-09-06 Thread Derek Logan
Hi, Yes, I made the files on the Intel Mac. I've sent one to Charles Ballard for testing. They do also work wih pltdev. I agree about the antediluvial origins of xplot84driver, but for lack of anything better... Derek On Sep 6, 2007, at 17:15, [EMAIL PROTECTED] wrote: Did you make