> Hi Nathan,
>
> I pulled the kmchart git tree, but I'm a bit stumped by the build:
>
> blacko:kmchart.git jpeach$ make
> === src ===
> === include ===
> make[2]: Nothing to be done for `default'.
> === libqmc ===
> /opt/local/bin/qmake && xcodebuild
> xcodebuild: Error: the directory /Users/jpeach/src/kmchart.git/src/
> libqmc does not contain an Xcode project.
> make[2]: *** [default] Error 1
> make[1]: *** [default] Error 2
> make: *** [default] Error 2
>
> It looks like qmake is expected to generate a xcode project, but it
> doesn't actually do it.
I just checked in some changes which got me to a successful build
on Mac OS X 10.5 with Xcode 3.0. I'm also using Qt 4.3.4 from the
DMG which Trolltech distribute (I've put a copy on oss under my
home directory if you need it) - not sure how this compares to the
version you have installed in your /opt/local tree.
The main problem seemed to be an incompatibility between the
xcode project being generated by qmake and the latest xcode, but
luckily I found a workaround.
cheers.
|