pcp
[Top] [All Lists]

Re: missing xcode projects when building kmchart

To: "James Peach" <jamespeach@xxxxxxx>
Subject: Re: missing xcode projects when building kmchart
From: nscott@xxxxxxxxxx
Date: Sat, 3 May 2008 21:42:37 +1000 (EST)
Cc: pcp@xxxxxxxxxxx
Importance: Normal
In-reply-to: <D089120A-D066-452F-AF58-2F43D6464F4A@xxxxxxx>
References: <D089120A-D066-452F-AF58-2F43D6464F4A@xxxxxxx>
Sender: pcp-bounce@xxxxxxxxxxx
User-agent: SquirrelMail/1.4.8-4.el4.centos
> 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.




<Prev in Thread] Current Thread [Next in Thread>
  • Re: missing xcode projects when building kmchart, nscott <=