64-bit mac build?

2009-11-09 Thread Hugo Vincent
any reason other than limitations of the build system? Cheers, Hugo Vincent

Re: [bug-report] Possible bug with file extension handling?

2009-11-04 Thread Hugo Vincent
On 4/11/2009, at 9:13 PM, Pavel Sanda wrote: string const format = filename.guessFormatFromContents(); if (!format.empty()) return format; // try to find a format from the file extension. string const ext = getExtension(filename.absFilename());

[bug-report] Possible bug with file extension handling?

2009-11-04 Thread Hugo Vincent
flipping the order of these two tests in Formats::getFormatFromFile would result in more correct (not to mention more configurable) behavior. Anyone have any comments? I am happy to submit a patch against svn if there are no objections to this idea. Thanks, Hugo Vincent On 4/11/2009, a

Better OS X 10.6 support

2009-11-02 Thread Hugo Vincent
a limitation of the build system? Has anyone actually succeeded in building a 64-bit dynamically linked executable for Snow Leopard? Thanks, Hugo Vincent