PDA

View Full Version : Mac OS X install problems



rickbsgu
6th October 2006, 14:08
Intel Mac, OS 10.4.8, xcode_2.4_8k1079_6936199 (latest), Qt 4.2.0 opensource

Vanilla install. Getting an unresolved:

ld: Undefined symbols:
__Z21qInitResources_qstylev
/usr/bin/libtool: internal link edit command failed
make[2]: *** [../../lib/QtGui.framework/QtGui] Error 1
make[1]: *** [sub-gui-make_default] Error 2
make: *** [sub-src-make_default-ordered] Error 2

I can't tell from the error what's trying to reference it.

Any Mac experts have a quick take on this?

thanx,
rickb

jcr
6th October 2006, 18:25
Hello,
I am no Mac expert but I installed qt 4.2.0 opensource "vanilla" without any problem. I have xcode 2.3. From what you describe, that's the only difference. I am not sure I am going to upgrade to xcode 2.4 at this point though...

rickbsgu
6th October 2006, 21:31
Yeah, I suspect versioning issues are at the root of the problem.

What version of the OS are you running? I'm on 10.4.8. I know TT is pretty adamant that the OS and XCode versions have to be concurrent (with each other, I presume.)

Barring a rebuild from TT, I guess I'll try pulling down 2.3 and see if that works.

thanx,
rickb

jcr
6th October 2006, 21:56
Yes I am on 10.4.8 with all the latest OS updates. Good luck.

rickbsgu
7th October 2006, 07:31
Ok, I pulled down 2.3 and reinstalled.

Voila! Builds just fine.

Thanks,
rickb