Yes that worked out now. I have set up XCode to put the Frameworks in a 
specific build products location. 

I've also implemented the WOKSearch V3 authentication and search code. I was 
also successful today to implement the overall structure of the xml framework 
of the WOKSearch V3 response message.

Since I'm not an Objective C programmer it will take me some time to implement 
all new WOKSearch Response structure elements as the changes to V2 are quite 
extensive (no single element remained the same).

You'll hear from me.
Reto

On Mar 4, 2014, at 2:59 PM, Adam R. Maxwell wrote:

> You may need to set Xcode up to put products in a specific location. I'm not 
> using Xcode 3, so can't say for sure. Your solution sounds wrong.
> 
>> On Mar 3, 2014, at 23:31, Reto Stöckli <reto.stoc...@gmail.com> wrote:
>> 
>> Colin and Adam
>> 
>> I managed to compile most the current SVN version of Bibdesk with OSX 10.6 & 
>> Xcode 3.2.6. However, why are header locations in some of the source files 
>> wrong? Am I missing something or is the SVN version broken?
>> 
>> Could you quickly check in your code, for instance:
>> 
>> 1. BDSKAppController.m contains: #import <Sparkle/Sparkle.h>
>> but the header is located in: vendorsrc/andymatuschak/Sparkle/Sparkle.h
>> --> can be solved by adding a recursive default header search path to XCode
>> 
>> 2. BDSKNotesSearchIndex.m contains: #import <SkimNotesBase/SkimNotesBase.h>
>> But the header is located in: SkimNotes/SkimNotesBase.h
>> --> can only be solved by editing BDSKNotesSearchIndex.m
>> 
>> 3. vendorsrc/indexdata/yaz/objc/ZOOMConnection.h contains: #import 
>> <yaz/ZOOMResultSet.h>
>> But the header is located in the same directory: ZOOMResultSet.h
>> --> can only be solved by editing ZOOMConnection.h
>> 
>> There are several more, but please check these here first.
>> 
>> Reto
>> 
>>> On Feb 28, 2014, at 5:33 PM, Smith, Colin wrote:
>>> 
>>> Hi Reto,
>>> 
>>> I don't know. You'd have to ask on the developer e-mail list.
>>> 
>>> Cheers,
>>> 
>>> Colin
>>> 
>>> Sent from my iPhone
>>> 
>>>> On Feb 28, 2014, at 17:25, "Reto Stöckli" <reto.stoc...@gmail.com> wrote:
>>>> 
>>>> Colin
>>>> 
>>>> Are any of the Bibdesk developers still using OSX 10.6 and X-Code 3.x? 
>>>> My first tries with this "outdated" system yielded quite many unresolved 
>>>> dependencies (not just on the SDK version, this was the easy one).
>>>> 
>>>> Reto
>> 


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to