Le 18 août 05 à 10:55, Raphael Bartolome a écrit :

Hello,
this is my first post in this list!!

Hi Raphael :-)

Yesterday I have write a mail Yen-Ju Chen about my problem to create a Xcode framework for the LuceneKit.
He said that i have to try to ask it here in the list.

I have use Lucene in a java app that I now would port to objective-c.
i have load down the etoile project from cvs. When I compile it with xcode I get a warning
"no rules to compile sources".

You mean you have created an Xcode project for LuceneKit, right ?
Are you using Xcode native target or an external target relying on GNUstep-make (only LuceneKit build support currently available) ? I would strongly suggest to use a native target with a script phase (probably needed to replicate special support provided by various GNUmakefile.postambles).

When I have add the result framework to my project I will get a error
/usr/bin/ld: can't locate framework for: -framework LuceneKit
collect2: ld returned 1 exit status

I'm not sure about this point but I would say…
If LuceneKit framework is installed in GNUstep directories (by default with GNUstep-make), it won't be found by usual Xcode projects (relying on native target).

Can someone help me? I have read under the README file their will be a Xcode project file later added!

I told Yen-Ju Chen I was planning to add an Xcode project but I haven't found the time for now.

May be you can send me your Xcode project in order I can take a look at it ?

Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


Reply via email to