Thursday, March 06, 2008

Modified Qtpfsgui 1.9.1 is up

I think I have corrected the issues with the first OSX version of qtpfsgui 1.9.1. There is a new disk image at sourceforge now, please go grab it and create some nice images :)

Take care

17 comments:

Anonymous said...

Not working on Tiger:

dyld: Library not loaded: /usr/lib/libexpat.1.dylib
 Referenced from: /Applications/qtpfsgui.app/Contents/MacOS/./qtpfsgui
 Reason: image not found
Trace/BPT trap

Are you using Xcode 3.0 or 2.5?

Åsmund Ødegård said...

I'm on Xcode 3.0

Anonymous said...

Xcode 2.5 should enable you to build a [backwards compatible] version that works on both Tiger and Leopard. Xcode 3.0 and 2.5 will co-exist on Leopard.

Anonymous said...

Xcode 2.5 should allow you to build a version that runs on both Tiger and Leopard. 2.5 will co-exist with 3.0 on Leopard (specifically for backwards compatibility with Tiger).

Anonymous said...

Yeah, Tiger not working unfortunately. I hope you are inclined to fix it. :)

Åsmund Ødegård said...

To be fair, I'll say I probably going to fix things for Tiger, but it is not a top priority. I simply have to much on my plate.

Target for (reintroducing) Tiger support will be the next release of qtpfsgui - but if that takes a long time, I'll try to fix it before.

Happy Easter!

Unknown said...

Hey..

I know this has nothing to do with your post. But its the only way I can contact you.

I gave nerve come across another person with the name Mandus. Do you perhaps know the meaning of our shared name etc? Is it a common name in Norway?

Åsmund Ødegård said...

@mandus momberg: Sry, but it's not my name at all - it's what I call an internationalized anagram of my real name. It's not a common name in Norway either. Fact is, I don't know anybody who have that name.

all the best!

Anonymous said...

Hi. Tried to install on Leopard 10.5.2, have XCode 3 installed, installed QT4.

Machine is Mac pro, 8 GB RAM, 8 cores in 2 quad-core CPUs.

Typing qmake (as per the instructions) at the directory below "src" (where to do it, you didn't say, so... in src doesn't work at all) fails with "exiv2 devl package not found"

What to do?

Sure would like to try this...

Åsmund Ødegård said...

On Leopard, you can just grab the latest binary for MacOSX on qtpfsgui.sourceforge.com.

If you really want to build it your self, you have to build several dependencies first - exiv2, fftw, libtiff, and maybe a few more, I don't have the full list on top of my head :)

Do you have problems with the binary?

Take care!

Anonymous said...

Sorry, I downloaded the wrong thing. I have the binary now, and it starts, thank you very much.

--Ben

Unknown said...

I'm running Leopard on a PPC. I'm trying to compile qtpfsgui from source, I've built all the pre-reqs and when I run qmake it finds everything and generates an xcodeproj project bundle.

When I try to open that in xcode I get:
"qtpfsgui.xcodeproj cannot be opened because the project file cannot be parsed."

If I try to use xcodebuild from the command line I get:
2008-05-01 19:48:41.941 xcodebuild[42648:60b] XML parser error:
Unexpected character / at line 1
Old-style plist parser error:
Expected terminating ')' for array at line 2862
xcodebuild: Error: couldn't load project ~/Downloads/qtpfsgui-1.9.1/qtpfsgui.xcodeproj

Any tips or instructions for how you build it on the intel side?

Åsmund Ødegård said...

@mgrubb: Sorry, I'm not sure about this. I think the problem is the combination of Xcode3 and Qt. I see exactly the same issue on intel :(

Fortunately, you should be able to do

qmake -spec macx-g++; make

instead. This will build qtpfsgui with the standard make tool, not involving Xcode at all!

Anonymous said...

Any chance you can update the Mac binary to v1.9.2 ?

Åsmund Ødegård said...

@anonymous: hopefully... I got some strange error when I tried a couple of days ago, haven't had time since.

Stay tuned!

webmink said...

Can you provide some more precise instructions about "installing QT" please? I have followed all the links I can find but they all lead to a source package and not to binaries. Thanks in advance.

Åsmund Ødegård said...

The most precise I can give is:

Install the package from this file:

ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-4.4.3.dmg