[Clam-devel] call for mac powerpc people
Pau Arumi
parumi at iua.upf.edu
Wed Jan 31 11:03:51 PST 2007
Xavier Amatriain wrote:
> Ok, I am definitely stuck.
>
> If I remove the Fink qt package, then I don't have any qt-mt package
> in the system, even though I have qt3-mac from darwinports.
>
i don't understand what do you mean by don't have any qt-mt package.
anyway you should see 3 things:
1.
$ port installed
should give you (among many others): qt3-mac @3.3.7_0 (active)
2.
you should see qt stuff like /opt/local/bin/uic and in the path:
$ which uic
give /opt/local/bin/uic
3. should be seen by pkg-config
$ pkg-config qt-mt --libs
-framework Carbon -framework QuickTime -framework OpenGL -framework AGL
-L/opt/local/lib -lqt-mt -lz
have this into account (from the wiki)
"If not already done, add this line in ./profile export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:$PKG_CONFIG_PATH"
More information about the clam-devel
mailing list